mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +00:00
Update simple_abc9 tests
This commit is contained in:
parent
e22fee6cdd
commit
977262c803
3 changed files with 8 additions and 5 deletions
|
@ -213,8 +213,13 @@ module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
|
|||
input rst;
|
||||
endmodule
|
||||
|
||||
(* abc9_box_id=1, whitebox *)
|
||||
(* abc9_box, blackbox *)
|
||||
module MUXF8(input I0, I1, S, output O);
|
||||
specify
|
||||
(I0 => O) = 0;
|
||||
(I1 => O) = 0;
|
||||
(S => O) = 0;
|
||||
endspecify
|
||||
endmodule
|
||||
|
||||
// Citation: https://github.com/alexforencich/verilog-ethernet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue