This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
|
How do I initialize the block ram contents without going through the PAR process every time ? Could someone please point me to more info. Thanks Rob http://www.birdcomputer.ca/ |
|
|
|
> How do I initialize the block ram contents without going through the > PAR process every time ? Could someone please point me to more info. What kind of devices your are using? If you are using Xilinx Virtex you might use the Xilinx JBits Java class library for modifying bitstreams. You can get the tool for free from Xilinx. Using Jbits you can change the initial value of your BlockRAMS without any PAR. Regards, Christian |