Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Missing source | Quartus

mbraniff
Beginner
586 Views

mbraniff_0-1604887685556.png

I trying to make a make a system takes in a 3 bit line and flips put to a specific bit, like two's complement. I am struggling to reconstruct my bit bus after manipulating my bits. Specifically, it says My bit lines are missing sources. I am struggling to understand how it thinks a line coming from the input pin and a line going into my mux is two destinations. I am tried multiple ways of connecting the wires and all seem to fail for me. Can someone please explain to me the best way to concatenate my buses for a function like this.

mbraniff_1-1604888326138.png

 

0 Kudos
3 Replies
sstrell
Honored Contributor III
565 Views

I'm not sure why you are using NAND gates like that instead of simple inverters, but the outputs of those NAND gates are single bit and you're trying to turn them into multi-bit busses.  You can't just combine bits together with wire connections like that.

0 Kudos
SyafieqS
Moderator
544 Views

Matthew ,


Can refer to link below related to Node "<name>" is missing source

https://www.intel.com/content/www/us/en/programmable/quartushelp/13.0/mergedProjects/msgs/msgs/esgn_node_missing_source.htm


Regards,

Thanks



0 Kudos
SyafieqS
Moderator
521 Views

Hi Matthew,


Any update?


0 Kudos
Reply