3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-23 19:47:55 +00:00

Added splice command

This commit is contained in:
Clifford Wolf 2014-02-07 20:26:40 +01:00
parent 08aa1062b4
commit 244e8ce1f4
4 changed files with 281 additions and 0 deletions

14
tests/sat/splice.ys Normal file
View file

@ -0,0 +1,14 @@
read_verilog splice.v
hierarchy -check; opt
copy test gold
cd test
splice
# show
cd ..
rename test gate
miter -equiv -make_assert -make_outputs gold gate miter
flatten miter
sat -verify -prove-asserts -show-inputs -show-outputs miter