mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
12 lines
126 B
Text
12 lines
126 B
Text
ram distributed \RAM_LUT {
|
|
abits 4;
|
|
width 4;
|
|
init any;
|
|
cost 4;
|
|
port ar "R" {
|
|
}
|
|
port arsw "RW" {
|
|
clock anyedge;
|
|
}
|
|
}
|
|
|