Forum Discussion
sstrell
Super Contributor
5 years agoI'm not sure what you're doing there (it looks like a short circuit), but individual signals in the schematic editor must have the bit in square brackets: MOD1_OUT[9].
#iwork4intel
- NShan125 years ago
Occasional Contributor
Hello,
I changed the name to MOD1_OUT[9] (with square brackets added) as shown below. But no change in the generated code.
And this is not a short circuit. It is just extending the MSB of a 10 bit vector to generate a 21 bit vector output. But the VHDL code generated is concatenating the complete vector "MOD1_OUT_ALTERA_SYNTHESIZED" instead of concatenating only the 10th bit "MOD1_OUT_ALTERA_SYNTHESIZED(9)". I encountered similar issues in other schematic files as well.