mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Merge branch 'eddie/abc9_refactor' into eddie/abc9_required
This commit is contained in:
commit
f2576c096c
26 changed files with 537 additions and 246 deletions
|
@ -47,7 +47,7 @@ endmodule
|
|||
// Box to emulate async behaviour of FDP*
|
||||
(* abc9_box_id = 1001, lib_whitebox *)
|
||||
module \$__ABC9_ASYNC1 (input A, S, output Y);
|
||||
assign Y = S ? 1'b0 : A;
|
||||
assign Y = S ? 1'b1 : A;
|
||||
endmodule
|
||||
|
||||
// Box to emulate comb/seq behaviour of RAM{32,64} and SRL{16,32}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue