You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attempt at creating a test was started here, but a unit-test seems more approperiate.
A eqy unit-test can span synthesis and ORFS .tcl scripts, so it seems approperiate to have unit-tests with eqy in ORFS rather than in OpenROAD.
Tasks:
How can Mul.sv in [DO NOT REVIEW] asap7/mul: equivalence check #2300 be best expressed as a fast eqy unit-test in ORFS and how are all steps covered? In particular it would be useful to have some unit-tests that start with checking synthesis.
. env.sh and make DESIGN_CONFIG=designs/asap7/mul/config.mk in [DO NOT REVIEW] asap7/mul: equivalence check #2300 fails locally because eqy is not in the path, even though it is in dependencies/bin/eqy
@maliberty Per discussion, I think this is possibly a very obtuse one-off bug in Yosys, never seen anything like it, so it does not seem worth it to add a generic yosys eqy testing capability in ORFS.
Description
An attempt at creating a test was started here, but a unit-test seems more approperiate.
A eqy unit-test can span synthesis and ORFS .tcl scripts, so it seems approperiate to have unit-tests with eqy in ORFS rather than in OpenROAD.
Tasks:
. env.sh
andmake DESIGN_CONFIG=designs/asap7/mul/config.mk
in [DO NOT REVIEW] asap7/mul: equivalence check #2300 fails locally because eqy is not in the path, even though it is in dependencies/bin/eqyeqy_test
rule for equivalence checking and test bazel-orfs#119Suggested Solution
Not sure about the best way to test this in ORFS.
Additional Context
No response
The text was updated successfully, but these errors were encountered: