Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSimulate problem about (altfp_sqrt) core
:confused::confused:In my program I just implement an IP core(altfp_sqrt) by using megawizard. however after simulation by modelsim, the result always shows as high Z. Can any body help to solve t...
Altera_Forum
Honored Contributor
15 years agoddr ddr_sqrt (
.clock(clk),
.data(idin),
.result(dout)
);Check that your MegaWizard generated altfp_sqrt module instance is indeed named "ddr".