mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 06:06:02 +00:00
Use memory_nordff in postprocess script
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
fbd5ddb615
commit
2efa7c2b90
2 changed files with 4 additions and 1 deletions
|
@ -407,6 +407,7 @@ class SbyJob:
|
|||
print("# running in %s/src/" % self.workdir, file=f)
|
||||
for cmd in self.script:
|
||||
print(cmd, file=f)
|
||||
print("memory_nordff", file=f)
|
||||
if self.opt_multiclock:
|
||||
print("clk2fflogic", file=f)
|
||||
else:
|
||||
|
@ -421,6 +422,8 @@ class SbyJob:
|
|||
print("chformal -cover -remove", file=f)
|
||||
print("opt_clean", file=f)
|
||||
print("setundef -anyseq", file=f)
|
||||
print("opt -keepdc -fast", file=f)
|
||||
print("check", file=f)
|
||||
print("write_ilang ../model/design.il", file=f)
|
||||
|
||||
task = SbyTask(self, "script", [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue