[Libre-soc-bugs] [Bug 724] Determine required memory compiler developments

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Mar 16 08:32:44 GMT 2022


https://bugs.libre-soc.org/show_bug.cgi?id=724

--- Comment #15 from Staf Verhaegen <staf at fibraservi.eu> ---
(In reply to Luke Kenneth Casson Leighton from comment #14)
> (In reply to Staf Verhaegen from comment #13)
> > Just to notify I have seen bug #781 but currently don't have time to give
> > technical feedback. I first need to finish Sky130 tape-out of single port
> > SRAM which will be very close to be able to make it.
> 
> understood.
> 
> > Just want to comment now that making a block that does a read followed by a
> > write in one clock cycle is more risky than having a dual port RAM where you
> > can do the read on one port and a write on the other port in the same clock
> > cycle.
> 
> redesigning the Libre-SOC Core's access to register files, to take that into
> account, forcing all reads *and* writes through a single-access arbitration,
> is not a practical option either in terms of the code itself nor in terms of
> performance.
> 
> the absolute bare minimum that the Libre-SOC Core's code has been designed
> to is that the read port(s) are completely independent of the write port(s)
> and that the absolute bare minimum of each is one (1).

The dual port SRAM can be used with one port as the fixed write port and one
port as the fixed read port. If you double the number of blocks you can than
make a wrapper that has one write port and two read ports, with three blocks it
is one write and three read ports etc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list