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

Added back tests for logger

This commit is contained in:
Miodrag Milanovic 2020-03-13 15:00:18 +01:00
parent 7c54e61979
commit 5b73e7c63a
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
logger -expect-no-warnings -nowarn "is implicitly declared."
read_verilog << EOF
module top(...);
assign b = w;
endmodule
EOF