Changeset 28


Ignore:
Timestamp:
Apr 21, 2010, 11:35:33 AM (14 years ago)
Author:
nipo
Message:

Set outdir to '.' to make sccom happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/dsx/v1_1cluster_phys/v1_1cluster_phys.py

    r27 r28  
    6464                                    )
    6565
    66     def simulator(self):
    67         self.pf.generate(soclib.PfDriver())
     66    def simulator(self, outdir = 'hard'):
     67        self.pf.generate(soclib.PfDriver(outdir = outdir))
    6868
    6969    def device_tree(self):
     
    9494    from cluster import ClusterV3
    9595    hard = Platform(ClusterV3, cpus, binaries = ["/dsk/l1/misc/guthmull/vhdl/tsar/tsar/cosim/bin.soft"])
    96     hard.simulator()
     96    hard.simulator('.')
    9797#    hard.dts(os.path.basename(__file__)[:-2]+'dts')
    9898#    hard.dtb(os.path.basename(__file__)[:-2]+'dtb')
Note: See TracChangeset for help on using the changeset viewer.