mirror of https://github.com/YosysHQ/yosys.git
abc_box_id -> abc9_box_id in test
This commit is contained in:
parent
7858cf20a9
commit
e471b330ac
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue