From 49d558ed84a5f1bb907e7f4313a148d6b1eaa496 Mon Sep 17 00:00:00 2001 From: annoyatron255 Date: Sat, 4 May 2024 23:39:36 -0500 Subject: [PATCH] Fix techmap --- techmaps/trivial_sop_olmc.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techmaps/trivial_sop_olmc.v b/techmaps/trivial_sop_olmc.v index dd03f5a..dae1421 100644 --- a/techmaps/trivial_sop_olmc.v +++ b/techmaps/trivial_sop_olmc.v @@ -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),