mirror of https://github.com/YosysHQ/yosys.git
Remove tests for now
This commit is contained in:
parent
c1cee15d64
commit
80656ad178
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
logger -expect-no-warnings -nowarn "is implicitly declared."
|
|
||||||
read_verilog << EOF
|
|
||||||
module top(...);
|
|
||||||
assign b = w;
|
|
||||||
endmodule
|
|
||||||
EOF
|
|
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
logger -expect warning "is implicitly declared." 2
|
|
||||||
read_verilog << EOF
|
|
||||||
module top(...);
|
|
||||||
assign b = w;
|
|
||||||
endmodule
|
|
||||||
EOF
|
|
Loading…
Reference in New Issue