Changeset 252 for soft


Ignore:
Timestamp:
Aug 9, 2013, 11:04:57 AM (11 years ago)
Author:
alain
Message:

Small change in the software addressable registers mapping in vci_mem_cache.

Location:
soft/giet_vm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r251 r252  
    174174### clean
    175175clean:
    176         rm -f *.o *.elf *.bin *.txt core  giet_vsegs.ld hard_config.h *~
     176        rm -f *.o *.elf *.bin *.txt core  giet_vsegs.ld hard_config.h map.bin*~
    177177        $(MAKE) -s clean -C xml
    178178        $(MAKE) -s clean -C memo
  • soft/giet_vm/mappings/4c_1p_iob.xml

    r250 r252  
    22
    33<mapping_info signature    = "0xdeadbeef"
    4               name         = "4c_1p_40"
     4              name         = "4c_1p_iob"
    55              cluster_x    = "2"
    66              cluster_y    = "2"
    77              vspaces      = "4">
    88
    9 *** This first section describes an instance of the "tsar_generic_xbar" architecture
     9*** This first section describes an instance of the "tsar_generic_iob" architecture
    1010*** with 4 clusters, 1 processor per cluster and 40 bits physical address.
    1111
  • soft/giet_vm/sys/hwr_mapping.h

    r247 r252  
    162162{
    163163    MEMC_LOCK,
    164     MEMC_CMD_TYPE,
    165164    MEMC_ADDR_LO,
    166165    MEMC_ADDR_HI,
    167     MEMC_BUF_LENGTH
     166    MEMC_BUF_LENGTH,
     167    MEMC_CMD_TYPE
    168168};
    169169
  • soft/giet_vm/xml/Makefile

    r189 r252  
    1818
    1919clean:
    20         rm xml2bin bin2xml
     20        rm xml2bin bin2xml
     21
     22
Note: See TracChangeset for help on using the changeset viewer.