mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 18:50:38 +00:00
´SMT success only if simulation is equivalent
This commit is contained in:
parent
9700df50d6
commit
cb5f08364c
2 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,6 @@ run_smt_test() {
|
|||
# TODO: which SMT solver should be run?
|
||||
if z3 "${base_name}.smt2"; then
|
||||
echo "SMT file ${base_name}.smt2 is valid ."
|
||||
smt_successful_files["$rtlil_file"]="Success"
|
||||
if python3 vcd_harness_smt.py "${base_name}.smt2"; then
|
||||
echo "Python script generated VCD file for $rtlil_file successfully."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue