mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Add "peepopt" skeleton
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
9f792c599d
commit
ea547bcaa3
5 changed files with 112 additions and 1 deletions
|
@ -420,6 +420,10 @@ with open(outfile, "w") as f:
|
|||
print(" run_{}([&](){{on_accept_f(st_{});}});".format(current_pattern, current_pattern), file=f)
|
||||
print(" }", file=f)
|
||||
print("", file=f)
|
||||
print(" void run_{}() {{".format(current_pattern), file=f)
|
||||
print(" run_{}([](){{}});".format(current_pattern, current_pattern), file=f)
|
||||
print(" }", file=f)
|
||||
print("", file=f)
|
||||
current_pattern = None
|
||||
|
||||
for index in range(len(blocks)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue