mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-17 03:16:18 +00:00
Merge dfa8453102
into e046e3cdbf
This commit is contained in:
commit
dd9dc2520c
15 changed files with 16 additions and 16 deletions
|
@ -4,4 +4,4 @@ proc
|
|||
opt -full
|
||||
select -module top
|
||||
async2sync
|
||||
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|
||||
sat -verify -tempinduct -prove-asserts -show-all
|
||||
|
|
|
@ -5,4 +5,4 @@ flatten
|
|||
opt -full
|
||||
select -module top
|
||||
async2sync
|
||||
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|
||||
sat -verify -tempinduct -prove-asserts -show-all
|
||||
|
|
|
@ -5,4 +5,4 @@ flatten
|
|||
opt -full
|
||||
select -module top
|
||||
async2sync
|
||||
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|
||||
sat -verify -tempinduct -prove-asserts -show-all
|
||||
|
|
|
@ -48,4 +48,4 @@ endmodule
|
|||
EOF
|
||||
hierarchy; proc; opt
|
||||
async2sync
|
||||
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|
||||
sat -verify -tempinduct -prove-asserts -show-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue