3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-23 03:27:53 +00:00

simple_abc9 tests to discard whitebox before write for sim

This commit is contained in:
Eddie Hung 2020-01-23 19:55:11 -08:00
parent e471b330ac
commit 2d795fb8c0
2 changed files with 3 additions and 2 deletions

View file

@ -213,7 +213,7 @@ module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
input rst;
endmodule
(* abc9_box_id=1 *)
(* abc9_box_id=1, whitebox *)
module MUXF8(input I0, I1, S, output O);
endmodule