Altera_Forum
Honored Contributor
14 years ago"Error: WYSIWYG primitive "mac_mult1" " data port length mismatch
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 connectedDouble 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