2025-10-18 01:59:55 +02:00
|
|
|
ram distributed $__ANALOGDEVICES_LUTRAM_ {
|
|
|
|
|
option "SIZE" 32 abits 5;
|
|
|
|
|
option "SIZE" 64 abits 6;
|
2025-10-09 05:38:49 +02:00
|
|
|
width 1;
|
2025-09-23 12:08:17 +02:00
|
|
|
init no_undef;
|
|
|
|
|
prune_rom;
|
|
|
|
|
port arsw "RW" {
|
2025-10-18 13:11:18 +02:00
|
|
|
clock posedge;
|
2025-09-23 12:08:17 +02:00
|
|
|
}
|
2025-10-18 01:59:55 +02:00
|
|
|
option "MODE" "SP" {
|
2025-10-21 19:04:01 +02:00
|
|
|
option "SIZE" 32 cost 2;
|
2025-10-18 01:59:55 +02:00
|
|
|
option "SIZE" 64 cost 2;
|
2025-09-23 12:08:17 +02:00
|
|
|
}
|
2025-10-18 01:59:55 +02:00
|
|
|
option "MODE" "DP" {
|
2025-10-21 19:04:01 +02:00
|
|
|
option "SIZE" 32 cost 4;
|
|
|
|
|
option "SIZE" 64 cost 8;
|
2025-10-18 01:59:55 +02:00
|
|
|
port ar "R" {
|
|
|
|
|
}
|
2025-10-08 03:08:41 +02:00
|
|
|
}
|
2025-09-23 12:08:17 +02:00
|
|
|
}
|