Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Hi, My design is simple but large, with many lpm_mult megafunctions and a few lpm_add_sub megafunctions. On compilation, I am getting this error for Stratix IV: error: wysiwyg primitive "mac_mult1" has dataa port with specified width of 18, but only 0 bits are connected
Double clicking this error led to a db/mult_n3p.tdf file and theese were highlighted: mac_mult2 : stratixiv_mac_mult
with (
dataa_width = 18,
datab_width = 18
); I checked all my mult connections, found some loose ones, fixed them, and am still getting this error. Can someone please help me out here? Thanks --- Quote End --- Hi, can you post how the multiplier is connected to the other blocks in the design ? Kind regards GPK