aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-23 18:53:14 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-23 19:12:19 -0800
commite471b330ac6107c63f80baaba4fee7782e2dc396 (patch)
tree394da4743addde831c8ba9fdd110a26467735bd3
parent7858cf20a9fa3cec6993bcda39f84974d2793429 (diff)
downloadyosys-e471b330ac6107c63f80baaba4fee7782e2dc396.tar.gz
yosys-e471b330ac6107c63f80baaba4fee7782e2dc396.tar.bz2
yosys-e471b330ac6107c63f80baaba4fee7782e2dc396.zip
abc_box_id -> abc9_box_id in test
-rw-r--r--tests/simple_abc9/abc9.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_abc9/abc9.v b/tests/simple_abc9/abc9.v
index 8afd0ce96..ee01ab5dc 100644
--- a/tests/simple_abc9/abc9.v
+++ b/tests/simple_abc9/abc9.v
@@ -213,7 +213,7 @@ module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
input rst;
endmodule
-(* abc_box_id=1 *)
+(* abc9_box_id=1 *)
module MUXF8(input I0, I1, S, output O);
endmodule