To generate RAMs for the nvdla_small I face a little problem to set the option, in the integration doc it is written that :
All functionality for a RAM can be inferred from the RAM name:
RAM Arch_Depth X Width [_Options] Mux-Option Rev
Mux-Option Required, fixed width field describing column mux options
Mn Column mux specification.
Example after tree building in outdir/nv_small/vmod/rams/model
RAMPDP_128X256_GL_M1_D2.v
What is this Mn= M1 ? What does is mean to have multiplexer with one input ? My RAM compilers don't propose to set the MUX=1 (only 2 or 4)
And since we are here what is this GL standing for ?
To generate RAMs for the nvdla_small I face a little problem to set the option, in the integration doc it is written that : All functionality for a RAM can be inferred from the RAM name: RAM Arch_Depth X Width [_Options] Mux-Option Rev Mux-Option Required, fixed width field describing column mux options
Mn Column mux specification.