3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 00:13:18 +00:00

const2ast: add diagnostics tests

This commit is contained in:
Emil J. Tywoniak 2025-06-16 21:48:12 +02:00
parent 41107e5473
commit 49cd3887a7
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,6 @@
read_verilog <<EOT
module test (y);
output signed [2:0] y = 1'b1;
endmodule
EOT
dump