Re: [myhdl-list] Pre-Init RAM
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2014-07-22 19:20:35
|
On 7/21/2014 6:56 PM, Daryl Wasden wrote: > Chris, > Thanks for the reply. At first, I thought user-defined code would be just the thing, but I couldn't figure out a way to suppress the signal instantiation in the MyHDL-generated output, and then provide my own to replace it. So, I gave up and tried this. I'll read up on the initial values support link you provided and see what I can see. > -Daryl > One thing to note, the page I linked is a summary of the mailing-list conversation - it can be a little confusing out of context, it should be updated. And I misspoke, the pre-init RAM code does not exist (well it existed in someones sandbox at some point). The initial value support that exists is just for signals, not list of signals. Will need to see if we can dig up the past code (Norbo?) or if your version can be merged and used. Regards, Chris |