1
0
mirror of synced 2026-03-05 11:14:18 +00:00

analogdevices: double LUT RAM cost

This commit is contained in:
Lofty
2025-10-21 18:04:01 +01:00
parent 3592d42d3b
commit 241db706e1

View File

@@ -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" {
}
}