Changeset 768
- Timestamp:
- Aug 26, 2014, 11:45:42 AM (10 years ago)
- Location:
- branches/reconfiguration/platforms/tsar_generic_iob
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/arch.py
r766 r768 74 74 75 75 ram_base = 0x0000000000 76 ram_size = 0x4000000 # 64 Mbytes 76 if 0: ram_size = 0x4000000 # 64 Mbytes 77 else: ram_size = 0x0040000 # 256 Kbytes 77 78 78 79 xcu_base = 0x00B0000000
Note: See TracChangeset
for help on using the changeset viewer.