Fix techmap

This commit is contained in:
annoyatron255 2024-05-04 23:39:36 -05:00
parent ec69cbde5b
commit 49d558ed84
No known key found for this signature in database
GPG key ID: 95283811BE4E93F8

View file

@ -22,7 +22,7 @@ module _80_GAL_OLMC (C, E, A, Y);
GAL_SOP #(
.WIDTH(1),
.DEPTH(1),
.TABLE(10)
.TABLE(2'b10)
) trivial_sop (
.A(A),
.Y(int),