3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00

abc_box_id -> abc9_box_id in test

This commit is contained in:
Eddie Hung 2020-01-23 18:53:14 -08:00
parent 1d4314d888
commit 48aec34e0d

View file

@ -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