From: Eddie Hung Date: Fri, 24 Jan 2020 02:53:14 +0000 (-0800) Subject: abc_box_id -> abc9_box_id in test X-Git-Tag: working-ls180~855 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e471b330ac6107c63f80baaba4fee7782e2dc396;p=yosys.git abc_box_id -> abc9_box_id in test --- 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