yosys/techlibs/analogdevices/lutrams.txt

21 lines
353 B
Plaintext
Raw Permalink Normal View History

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" {
clock posedge;
2025-09-23 12:08:17 +02:00
}
option "MODE" "SP" {
2025-10-21 19:04:01 +02:00
option "SIZE" 32 cost 2;
option "SIZE" 64 cost 2;
2025-09-23 12:08:17 +02:00
}
option "MODE" "DP" {
2025-10-21 19:04:01 +02:00
option "SIZE" 32 cost 4;
option "SIZE" 64 cost 8;
port ar "R" {
}
}
2025-09-23 12:08:17 +02:00
}