Forum Discussion

Yogesh's avatar
Yogesh
Icon for Occasional Contributor rankOccasional Contributor
5 years ago

Instantiation of 9x9 multipliers in cyclone V GT FPGA?

I have instantiated 96 8x8 multipliers as below each input width of 8bits , and output of 16 bits as below: genvar i; generate for(i=0; i<96 ; i=i+1) begin : mult_instan lp_mult lp_mult_component...