Changeset 30


Ignore:
Timestamp:
Apr 21, 2010, 12:09:59 PM (14 years ago)
Author:
nipo
Message:

Fix netlist

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  
    4848        tty = self.pf.create('caba:vci_multi_tty', name, names = names)
    4949        self.ringp.to_target.new() // tty.vci
    50         tty.addSegment(name, address = addr, size = 0x10, cacheable = False)
     50        tty.addSegment(name, address = addr, size = 0x40, cacheable = False)
    5151        return tty
    5252   
  • trunk/platforms/dsx/v1_1cluster_phys/v1_1cluster_phys.py

    r28 r30  
    9393def main(cpus):
    9494    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"])
    9696    hard.simulator('.')
    9797#    hard.dts(os.path.basename(__file__)[:-2]+'dts')
Note: See TracChangeset for help on using the changeset viewer.