Commit 4a3a2bdc by SergeyDegtyar

test for issue #1009 removed.

parent a76ad5a7
......@@ -407,9 +407,6 @@ $(eval $(call template,issue_00997,issue_00997))
#issue_01002
$(eval $(call template,issue_01002,issue_01002))
#issue_01009
$(eval $(call template,issue_01009,issue_01009))
#issue_01016
$(eval $(call template,issue_01016,issue_01016))
......
(* hello *)
module ABC(i, o);
input wire i;
output wire o;
(* p_hello *)
parameter p = 0;
assign o = i;
endmodule
......@@ -106,7 +106,6 @@ elif [ "$1" = "issue_00502" ] ||\
[ "$1" = "issue_00993" ] ||\
[ "$1" = "issue_00997" ] ||\
[ "$1" = "issue_01002" ] ||\
[ "$1" = "issue_01009" ] ||\
[ "$1" = "issue_01016" ] ||\
[ "$1" = "issue_01022" ] ||\
[ "$1" = "issue_01023" ] ||\
......@@ -212,8 +211,6 @@ elif [ "$1" = "issue_00502" ] ||\
expected_string="h0"
elif [ "$1" = "issue_01002" ]; then
expected_string="Estimated number of LCs: 95"
elif [ "$1" = "issue_01009" ]; then
expected_string="attribute \\\p_hello"
elif [ "$1" = "issue_01016" ]; then
expected_string="cell \$mux \$ternary\$../top.v:5"
elif [ "$1" = "issue_01022" ]; then
......
read_verilog ../top.v
tee -a result.log dump
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment