mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-16 01:16:40 +00:00
Merge remote-tracking branch 'origin/master' into xaig_dff
This commit is contained in:
commit
c4d4c6db3f
24 changed files with 859 additions and 114 deletions
|
@ -183,9 +183,9 @@ endmodule
|
|||
|
||||
(* abc_box_id = 4, lib_whitebox *)
|
||||
module CARRY4(
|
||||
(* abc_carry_out *) output [3:0] CO,
|
||||
(* abc_carry *) output [3:0] CO,
|
||||
output [3:0] O,
|
||||
(* abc_carry_in *) input CI,
|
||||
(* abc_carry *) input CI,
|
||||
input CYINIT,
|
||||
input [3:0] DI, S
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue