alexforencich / verilog-axi

Verilog AXI components for FPGA implementation
MIT License
1.45k stars 438 forks source link

add option for initialization file for RAM #42

Open bunnie opened 1 year ago

bunnie commented 1 year ago

This commit adds a parameter MEM_INIT so you can pass a non-zero set of values to pre-populate a RAM's content.

This wouldn't be valid behavior for a silicon tape-out, but at least for Xilinx FPGAs this is supported.