yosys/tests/verilog/constparser_f.ys

8 lines
185 B
Plaintext
Raw Normal View History

logger -expect prefix-error "<<EOT:2: ERROR: Digit larger than 1 used in in base-2 constant." 1
2025-06-16 21:48:12 +02:00
read_verilog <<EOT
module test (y);
output signed [2:0] y = 1'bf;
2025-06-16 21:48:12 +02:00
endmodule
EOT
dump