Re: [myhdl-list] Restrictions for conversion
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2012-05-22 21:32:23
|
On 05/22/2012 05:34 PM, Christopher Felton wrote: > > FPGAs support pre-init RAM. Synthesis will extract the array initial > values from the HDL and during configuration program the BRAM (internal > FPGA RAM). When the FPGA comes out of reset (not logic reset, FPGA post > config reset) the RAM will contain the initial values. The RAM is a RAM > so the values can be overridden by the logic, i.e not a ROM. This is > only possible in an FPGA and is supported by X&A synthesis tools. > > I don't know a reasonable method to achieve the pre-init RAM, currently. Do you mean no reasonable method from MyHDL, or no reasonable method at all? And if there is a reasonable method, how does it work? -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com |