3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/techlibs/nanoxplore/rf_rams_u.txt
2024-08-15 17:50:36 +02:00

27 lines
368 B
Plaintext

ram distributed $__NX_XRFB_64x18_ {
abits 6;
width 18;
cost 10;
init no_undef;
prune_rom;
port sw "W" {
clock anyedge;
}
port ar "R" {
}
}
ram distributed $__NX_XRFB_32x36_ {
abits 5;
width 36;
cost 10;
init no_undef;
prune_rom;
port sw "W" {
clock anyedge;
}
port ar "R" {
}
}