mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
smtlib2_module: try to fix test on macos
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
set -ex
|
set -ex
|
||||||
../../yosys -q -p 'read_verilog -formal smtlib2_module.v; prep; write_smt2 smtlib2_module.smt2'
|
../../yosys -q -p 'read_verilog -formal smtlib2_module.v; prep; write_smt2 smtlib2_module.smt2'
|
||||||
sed -i 's/; SMT-LIBv2 description generated by Yosys .*/; SMT-LIBv2 description generated by Yosys $VERSION/' smtlib2_module.smt2
|
sed -i 's/; SMT-LIBv2 description generated by Yosys .*/; SMT-LIBv2 description generated by Yosys $VERSION/' smtlib2_module.smt2
|
||||||
diff -auN smtlib2_module-expected.smt2 smtlib2_module.smt2
|
diff -au smtlib2_module-expected.smt2 smtlib2_module.smt2
|
||||||
|
|||||||
Reference in New Issue
Block a user