yosys/tests/verilog/bug5572.ys

16 lines
194 B
Plaintext
Raw Normal View History

2026-01-07 01:21:23 +01:00
read_rtlil << EOT
module \top
wire \sig
wire \val
process $2
attribute \full_case 1
switch \sig
end
end
end
EOT
write_verilog bug5572.v
design -reset
read_verilog bug5572.v