mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +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_error.ys
Normal file
6
tests/various/logger_error.ys
Normal file
|
@ -0,0 +1,6 @@
|
|||
logger -werror "is implicitly declared." -expect error "is implicitly declared." 1
|
||||
read_verilog << EOF
|
||||
module top(...);
|
||||
assign b = w;
|
||||
endmodule
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue