1
0
mirror of synced 2026-01-20 10:05:29 +00:00
YosysHQ.yosys/tests/verilog/constparser_g.ys
2025-06-16 21:48:12 +02:00

7 lines
201 B
Plaintext

logger -expect prefix-error "<<EOT:2: ERROR: syntax error, unexpected invalid token, expecting TOK_BASED_CONSTVAL" 1
read_verilog <<EOT
module test (y);
output signed [2:0] y = 1'bg;
endmodule
EOT