Codax2000 / fir-cnn-rtl

SystemVerilog for implementing MATLAB neural net onto Xilinx RFSoC.
MIT License
0 stars 1 forks source link

24 improve parametrized rom #25

Closed Codax2000 closed 1 year ago

Codax2000 commented 1 year ago

Old memory format was x_x_x.mem New format is x_x_xxx.mem to accomodate up to three digits of neurons in a layer (e.g. 128 in our fully-connected layer)