Changeset 768


Ignore:
Timestamp:
Aug 26, 2014, 11:45:42 AM (10 years ago)
Author:
cfuguet
Message:

reconfiguration: introducing python script for running simulation

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  
    7474
    7575    ram_base  = 0x0000000000
    76     ram_size  = 0x4000000                  # 64 Mbytes
     76    if 0: ram_size  = 0x4000000            # 64 Mbytes
     77    else: ram_size  = 0x0040000            # 256 Kbytes
    7778
    7879    xcu_base  = 0x00B0000000
Note: See TracChangeset for help on using the changeset viewer.