mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
macc_v2: Fix v2 omissions
This commit is contained in:
parent
aabb4ea1df
commit
6c76dcec3e
2 changed files with 5 additions and 5 deletions
|
@ -290,7 +290,7 @@ module _90_alu (A, B, CI, BI, X, Y, CO);
|
|||
endmodule
|
||||
|
||||
(* techmap_maccmap *)
|
||||
(* techmap_celltype = "$macc" *)
|
||||
(* techmap_celltype = "$macc $macc_v2" *)
|
||||
module _90_macc;
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue