3
0
Fork 0
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:
Martin Povišer 2025-01-27 13:08:44 +01:00
parent aabb4ea1df
commit 6c76dcec3e
2 changed files with 5 additions and 5 deletions

View file

@ -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