mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 10:42:24 +00:00
Fix techmap
This commit is contained in:
parent
ec69cbde5b
commit
49d558ed84
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue