Changeset 865 for branches/reconfiguration/platforms
- Timestamp:
- Oct 27, 2014, 12:29:15 PM (10 years ago)
- Location:
- branches/reconfiguration/platforms/tsar_generic_iob
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf
r841 r865 10 10 tsarpath = environ['TSARPATH'] 11 11 config.addDescPath(join(tsarpath, "trunk/lib")) 12 config.addDescPath(join(tsarpath, "trunk/communication"))13 12 config.addDescPath(join(tsarpath, "trunk/modules")) 13 config.addDescPath(join(tsarpath, "branches/reconfiguration/communication")) 14 14 config.addDescPath(join(tsarpath, "branches/reconfiguration/modules")) -
branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/metadata/tsar_iob_cluster.sd
r855 r865 38 38 gdb_iss_t = 'common:mips32el'), 39 39 40 Uses('caba: vci_mem_cache',40 Uses('caba:reconf:vci_mem_cache', 41 41 memc_cell_size_int = parameter.Reference('vci_data_width_int'), 42 42 memc_cell_size_ext = parameter.Reference('vci_data_width_ext'),
Note: See TracChangeset
for help on using the changeset viewer.