mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-27 19:18:49 +00:00
Add -nolatches check option.
This commit is contained in:
parent
b3b1394cf1
commit
a3b8609c84
8 changed files with 28 additions and 40 deletions
|
|
@ -40,8 +40,7 @@ assign y = u;
|
|||
endmodule
|
||||
EOT
|
||||
proc
|
||||
scratchpad -set check.latchonly 1
|
||||
logger -expect warning "is a latch of type" 1
|
||||
logger -expect warning "used but has no driver" 0
|
||||
logger -expect error "Found 1 problems in" 1
|
||||
check -assert
|
||||
check -latchonly -assert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue