Altera_Forum
Honored Contributor
13 years agoALTFP_CONVERT in Modelsim
I'm currently using the ALTFP_CONVERT megafunction in my design to convert a 10 bit integer to a 32bit FP. It has a clk_en (convert_en) and an aclr port (convert_rst).
Unfortunatly the output stays at high impedance (as shown in the attachment). I get the following warning during the simulation setup: --- Quote Start --- # ** Warning: (vsim-8607) c:/altera/11.1/modelsim_ase/win32aloem/../altera/verilog/src/cycloneiii_atoms.v(6155): Non-positive replication multiplier inside concat. Replication will be ignored. --- Quote End --- which I don't really understand at all. Could that be related? Or is there something else I'm missing? Thanks in advance :)