mirror of https://github.com/YosysHQ/yosys.git
quicklogic: Drop `blackbox` off `adder_carry`
This commit is contained in:
parent
554d8caef7
commit
532aca28ab
|
@ -121,7 +121,6 @@ module sh_dff(
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
(* abc9_box, lib_whitebox *)
|
(* abc9_box, lib_whitebox *)
|
||||||
(* blackbox *)
|
|
||||||
(* keep *)
|
(* keep *)
|
||||||
module adder_carry(
|
module adder_carry(
|
||||||
output wire sumout,
|
output wire sumout,
|
||||||
|
|
Loading…
Reference in New Issue