mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-28 02:09:24 +00:00
abc9: test to use box file instead of auto
This commit is contained in:
parent
c50601e35e
commit
5ad3a85288
3 changed files with 5 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
|
|||
input rst;
|
||||
endmodule
|
||||
|
||||
(* abc9_box, blackbox *)
|
||||
(* abc9_box_id=1, blackbox *)
|
||||
module MUXF8(input I0, I1, S, output O);
|
||||
specify
|
||||
(I0 => O) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue