3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 19:27:07 +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 7858cf20a9
commit e471b330ac

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