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
+1 -1
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