mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Added back tests for logger
This commit is contained in:
parent
7c54e61979
commit
5b73e7c63a
4 changed files with 24 additions and 0 deletions
6
tests/various/logger_warning.ys
Normal file
6
tests/various/logger_warning.ys
Normal file
|
@ -0,0 +1,6 @@
|
|||
logger -expect warning "is implicitly declared." 2
|
||||
read_verilog << EOF
|
||||
module top(...);
|
||||
assign b = w;
|
||||
endmodule
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue