analogdevices: LUT RAM only on positive edge

This commit is contained in:
Lofty
2026-03-05 05:37:13 +00:00
parent dea8c275ff
commit 8a09cc5463
+1 -1
View File
@@ -13,7 +13,7 @@ ram distributed $__ANALOGDEVICES_LUTRAM_SP_ {
init no_undef;
prune_rom;
port arsw "RW" {
clock anyedge;
clock posedge;
}
}