Altera_Forum
Honored Contributor
12 years agoNon-positive replication multiplier inside concat
Hi,recently I am focusing on a MSK IQ demodulating.
after synthesize with Q2.9.1 and Pro Synplify.9.6.2,there come the warnings as following: # ** Warning: (vsim-8607) D:/altera/91/quartus/eda/sim_lib/cycloneii_atoms.v(6831): Non-positive replication multiplier inside concat. Replication will be ignored.# ** Warning: (vsim-8607) D:/altera/91/quartus/eda/sim_lib/cycloneii_atoms.v(6832): Non-positive replication multiplier inside concat. Replication will be ignored.# ** Warning: (vsim-8607) D:/altera/91/quartus/eda/sim_lib/cycloneii_atoms.v(6831): Non-positive replication multiplier inside concat. Replication will be ignored.# ** Warning: (vsim-8607) D:/altera/91/quartus/eda/sim_lib/cycloneii_atoms.v(6832): Non-positive replication multiplier inside concat. Replication will be ignored. first i google it finding some similar prblem posted by others. but the difference lies my warnings show in Altera EDA sim_lib cycloneii_atoms.v while others' shows in verilog composed by themselvs, so i dont know how to figure it out. The signal is Hi-Z value with Red line in Wave_window. I have neve encounted pronlems like this,plz someone help me out. bye the way,currently i have to use a Lut-reg based multipier instead of DSP embedded mult....there is no problems in wave_window when use a lut-reg way--||||