mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
const2ast: add diagnostics tests
This commit is contained in:
parent
41107e5473
commit
49cd3887a7
4 changed files with 17 additions and 0 deletions
3
tests/verilog/constparser_f_file.sv
Normal file
3
tests/verilog/constparser_f_file.sv
Normal file
|
@ -0,0 +1,3 @@
|
|||
module test (y);
|
||||
output signed [2:0] y = 1'bf;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue