Forum Discussion
AAbro1
New Contributor
5 years agoI tried the solution above and added the ramstyle attribute to force MLAB utilization:
attribute ramstyle : string;
attribute ramstyle of ram : signal is "MLAB, no_rw_check";After compiling I found that fitter used logic LABs resources not MLABs as desired.
Is there any other solution?