[Libre-soc-bugs] [Bug 502] determine SRAM block size and implement it
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Jan 30 12:13:30 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=502
--- Comment #18 from Staf Verhaegen <staf at fibraservi.eu> ---
Accidently saved comment, nmigen code:
a = Signal(9)
q = Signal(64)
d = Signal(64)
we = Signal(8)
sram = Instance("SPBlock_512W64B8W",
i_a=a, o_q=q, i_d=d, i_we=we, i_clk=ClockSignal()
)
m.submodules += sram
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list