From d14f8a13f658c2e57655b34db7cbf9d55d6001a2 Mon Sep 17 00:00:00 2001 From: Lofty Date: Tue, 21 Oct 2025 18:04:01 +0100 Subject: [PATCH] analogdevices: double LUT RAM cost --- techlibs/analogdevices/lutrams.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/techlibs/analogdevices/lutrams.txt b/techlibs/analogdevices/lutrams.txt index a52c28171..c391cdb43 100644 --- a/techlibs/analogdevices/lutrams.txt +++ b/techlibs/analogdevices/lutrams.txt @@ -8,12 +8,12 @@ ram distributed $__ANALOGDEVICES_LUTRAM_ { clock posedge; } option "MODE" "SP" { - option "SIZE" 32 cost 1; + option "SIZE" 32 cost 2; option "SIZE" 64 cost 2; } option "MODE" "DP" { - option "SIZE" 32 cost 2; - option "SIZE" 64 cost 4; + option "SIZE" 32 cost 4; + option "SIZE" 64 cost 8; port ar "R" { } }