lutsabound has quit [Quit: Connection closed for inactivity]
PyroPeter has quit [Ping timeout: 252 seconds]
citypw has joined #yosys
PyroPeter has joined #yosys
emeb_mac has joined #yosys
_whitelogger has joined #yosys
dys has joined #yosys
fevv8[m] has joined #yosys
Jybz has joined #yosys
s_frit has quit [Remote host closed the connection]
s_frit has joined #yosys
jakobwenzel has joined #yosys
citypw has quit [Ping timeout: 248 seconds]
citypw has joined #yosys
dys has quit [Ping timeout: 272 seconds]
emeb_mac has quit [Ping timeout: 268 seconds]
dys has joined #yosys
adjtm_ has quit [Remote host closed the connection]
adjtm has joined #yosys
rohitksingh has joined #yosys
citypw has quit [Remote host closed the connection]
citypw has joined #yosys
adjtm has quit [Ping timeout: 268 seconds]
citypw has quit [Ping timeout: 245 seconds]
rohitksingh has quit [Ping timeout: 244 seconds]
rohitksingh has joined #yosys
adjtm has joined #yosys
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #yosys
_whitelogger has joined #yosys
rrika has quit [Ping timeout: 245 seconds]
rrika has joined #yosys
flaviusb has quit [Ping timeout: 246 seconds]
citypw has joined #yosys
flaviusb has joined #yosys
maikmerten has joined #yosys
emeb has joined #yosys
s_frit has quit [Remote host closed the connection]
s_frit has joined #yosys
citypw has quit [Ping timeout: 246 seconds]
mirage335 has quit [Ping timeout: 268 seconds]
mirage335 has joined #yosys
<pepijndevos>
Is $readmemh synthesizable to some block ram primitive?
<daveshah>
Yes, it becomes a $meminit in Yosys, which then becomes an initialised bram
<pepijndevos>
awesome
<pepijndevos>
I'm used to making a bram in quartus, so I'm a bit unsure what kind of code I have to write to make a bram in yosys. I hope if I just make a huge array it'll just magically work :)
<ZipCPU>
Pretty much, but there are some "rules" you need to follow to be successful
<ZipCPU>
Basically, you can't ask for an array that the hardware cannot support
<pepijndevos>
hmmmm
<pepijndevos>
I guess I'll just mess around until I get a $meminit, or are the some examles/libraries somewhere?