From a119711aac9ce8659f81dcf2cdf84cd1ac509372 Mon Sep 17 00:00:00 2001 From: Lofty Date: Sat, 18 Oct 2025 12:11:18 +0100 Subject: [PATCH] analogdevices: LUT RAM only on positive edge --- techlibs/analogdevices/lutrams.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/analogdevices/lutrams.txt b/techlibs/analogdevices/lutrams.txt index c342eaede..804b78252 100644 --- a/techlibs/analogdevices/lutrams.txt +++ b/techlibs/analogdevices/lutrams.txt @@ -13,7 +13,7 @@ ram distributed $__ANALOGDEVICES_LUTRAM_SP_ { init no_undef; prune_rom; port arsw "RW" { - clock anyedge; + clock posedge; } }