mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 18:52:23 +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 #(
|
GAL_SOP #(
|
||||||
.WIDTH(1),
|
.WIDTH(1),
|
||||||
.DEPTH(1),
|
.DEPTH(1),
|
||||||
.TABLE(10)
|
.TABLE(2'b10)
|
||||||
) trivial_sop (
|
) trivial_sop (
|
||||||
.A(A),
|
.A(A),
|
||||||
.Y(int),
|
.Y(int),
|
||||||
|
|
Loading…
Reference in a new issue