Changeset 30
- Timestamp:
- Apr 21, 2010, 12:09:59 PM (15 years ago)
- Location:
- trunk/platforms/dsx/v1_1cluster_phys
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/dsx/v1_1cluster_phys/cluster.py
r27 r30 48 48 tty = self.pf.create('caba:vci_multi_tty', name, names = names) 49 49 self.ringp.to_target.new() // tty.vci 50 tty.addSegment(name, address = addr, size = 0x 10, cacheable = False)50 tty.addSegment(name, address = addr, size = 0x40, cacheable = False) 51 51 return tty 52 52 -
trunk/platforms/dsx/v1_1cluster_phys/v1_1cluster_phys.py
r28 r30 93 93 def main(cpus): 94 94 from cluster import ClusterV3 95 hard = Platform(ClusterV3, cpus, binaries = [" /dsk/l1/misc/guthmull/vhdl/tsar/tsar/cosim/bin.soft"])95 hard = Platform(ClusterV3, cpus, binaries = ["bin.soft"]) 96 96 hard.simulator('.') 97 97 # hard.dts(os.path.basename(__file__)[:-2]+'dts')
Note: See TracChangeset
for help on using the changeset viewer.