mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 17:17:43 +00:00
simple_abc9 tests to discard whitebox before write for sim
This commit is contained in:
parent
245873d42d
commit
dca1c806ec
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue