3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Remove tests for now

This commit is contained in:
Miodrag Milanovic 2020-02-26 09:49:41 +01:00
parent c1cee15d64
commit 80656ad178
4 changed files with 0 additions and 24 deletions

View file

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

View file

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

View file

@ -1,6 +0,0 @@
logger -warn "Successfully finished Verilog frontend." -expect warning "Successfully finished Verilog frontend." 1
read_verilog << EOF
module top(...);
assign b = w;
endmodule
EOF

View file

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