Skip to content

Change circuit translation to tuple the state instead of adding it to a record type #2022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 1, 2024
10 changes: 10 additions & 0 deletions intTests/test_comp_bisim/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

ghdl analyze vhdl/add10.vhd
yosys -m ghdl -s yosys/add10.ys

ghdl analyze vhdl/pow4.vhd
yosys -m ghdl -s yosys/pow4.ys

ghdl analyze vhdl/comp.vhd
yosys -m ghdl -s yosys/comp.ys
4 changes: 4 additions & 0 deletions intTests/test_comp_bisim/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

rm -rf *.cf
rm -rf *.json
Loading