mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed wrapper from wallySynth because it is automatic now
This commit is contained in:
parent
8c6b17de6d
commit
b28777fae0
@ -7,7 +7,7 @@ import argparse
|
|||||||
|
|
||||||
def runSynth(config, mod, tech, freq, maxopt, usesram):
|
def runSynth(config, mod, tech, freq, maxopt, usesram):
|
||||||
global pool
|
global pool
|
||||||
command = "make synth DESIGN=wallypipelinedcore CONFIG={} MOD={} TECH={} DRIVE=FLOP FREQ={} MAXOPT={} USESRAM={} MAXCORES=1 WRAPPER=1".format(config, mod, tech, freq, maxopt, usesram)
|
command = "make synth DESIGN=wallypipelinedcore CONFIG={} MOD={} TECH={} DRIVE=FLOP FREQ={} MAXOPT={} USESRAM={} MAXCORES=1".format(config, mod, tech, freq, maxopt, usesram)
|
||||||
pool.map(mask, [command])
|
pool.map(mask, [command])
|
||||||
|
|
||||||
def mask(command):
|
def mask(command):
|
||||||
|
Loading…
Reference in New Issue
Block a user