1
0
mirror of synced 2026-02-20 14:45:06 +00:00

analogdevices: LUT RAM only on positive edge

This commit is contained in:
Lofty
2025-10-18 12:11:18 +01:00
parent 00f4e8ae22
commit c6cce2d6e5

View File

@@ -13,7 +13,7 @@ ram distributed $__ANALOGDEVICES_LUTRAM_SP_ {
init no_undef;
prune_rom;
port arsw "RW" {
clock anyedge;
clock posedge;
}
}