nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.72k stars 567 forks source link

Steps to get 2048 MAC units #309

Open rahulsinghalgithub opened 5 years ago

rahulsinghalgithub commented 5 years ago

Hello,

I am trying to find out the correct steps to have the RTL 2048 MAC units. I tried the steps in the integrator's manual but still keep on getting only 8 instantiations of MAC unit called NV_NVDLA_CMAC_CORE_mac in vmod/nvdla/cmac/NV_NVDLA_CMAC_core.v file (similar to what is here: https://github.com/nvdla/hw/blob/nvdlav1/vmod/nvdla/cmac/NV_NVDLA_CMAC_core.v). Are rest of the MAC units in a different file somewhere?

It would be great if someone was able to generate RTL with maximum MAC units and can help me in figuring out correct steps.

Thanks, -Rahul