3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-11 08:32:04 +00:00

analogdevices: LUT RAM only on positive edge

This commit is contained in:
Lofty 2025-10-18 12:11:18 +01:00
parent 8101eca236
commit f8fc7bfd3d

View file

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