Changeset 252
- Timestamp:
- Aug 9, 2013, 11:04:57 AM (11 years ago)
- Location:
- soft/giet_vm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r251 r252 174 174 ### clean 175 175 clean: 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*~ 177 177 $(MAKE) -s clean -C xml 178 178 $(MAKE) -s clean -C memo -
soft/giet_vm/mappings/4c_1p_iob.xml
r250 r252 2 2 3 3 <mapping_info signature = "0xdeadbeef" 4 name = "4c_1p_ 40"4 name = "4c_1p_iob" 5 5 cluster_x = "2" 6 6 cluster_y = "2" 7 7 vspaces = "4"> 8 8 9 *** This first section describes an instance of the "tsar_generic_ xbar" architecture9 *** This first section describes an instance of the "tsar_generic_iob" architecture 10 10 *** with 4 clusters, 1 processor per cluster and 40 bits physical address. 11 11 -
soft/giet_vm/sys/hwr_mapping.h
r247 r252 162 162 { 163 163 MEMC_LOCK, 164 MEMC_CMD_TYPE,165 164 MEMC_ADDR_LO, 166 165 MEMC_ADDR_HI, 167 MEMC_BUF_LENGTH 166 MEMC_BUF_LENGTH, 167 MEMC_CMD_TYPE 168 168 }; 169 169 -
soft/giet_vm/xml/Makefile
r189 r252 18 18 19 19 clean: 20 rm xml2bin bin2xml 20 rm xml2bin bin2xml 21 22
Note: See TracChangeset
for help on using the changeset viewer.