mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-02 21:46:07 +00:00
Fixup level policy.
This commit is contained in:
parent
32a268d745
commit
b3b1394cf1
15 changed files with 55 additions and 55 deletions
|
|
@ -10,14 +10,14 @@ logger -check-expected
|
|||
|
||||
design -reset
|
||||
|
||||
# auto
|
||||
# info
|
||||
read_verilog <<EOT
|
||||
module top(input g, rn, d, output reg q);
|
||||
always @* if (~rn) q <= 0; else if (g) q <= d;
|
||||
endmodule
|
||||
EOT
|
||||
logger -expect-no-warnings
|
||||
proc -latches auto
|
||||
proc -latches info
|
||||
logger -check-expected
|
||||
|
||||
design -reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue