<whitequark>
tnt: having seen code by chipmunks i have to disagree :D
<whitequark>
care little enough and not even an US+ will save you...
<tnt>
whitequark: Ah, I guess you have seen "better" chipmunks and I'll have to defer to your expertise in the matter then :D
<mewt>
experience of those chipmunks sounds disquieting
cr1901_ has joined #yosys
cr1901 has quit [Ping timeout: 248 seconds]
GenTooMan has joined #yosys
cr1901_ is now known as cr1901
ats has quit [Ping timeout: 264 seconds]
FabM has quit [Quit: Leaving]
ats has joined #yosys
<RowanG[m]>
I have a top entity that is generic because I want to use it on multiple board revision that are all the same save for a different ram chip that has differing number of banks.
<RowanG[m]>
So I have a parameter on the top level module that specifies how wide the banks are
<RowanG[m]>
I can read the verilog fine from yosys but I'd like to set this parameter before doing anything else
<RowanG[m]>
But I can't seem to do it.
<RowanG[m]>
So I call yosys with the verilog file.