Altera_Forum
Honored Contributor
15 years agoMissing Source Error - Buses & Nodes = Help!
Hi there, I'm currently doing a project for my Digital Systems course. I'm fairly new to Quartus and am attempting to compile a simple 4 Bit BCD Adder using block diagrams.
I was hoping that someone could describe to me why I cannot do this (I believe the problem area is highlighted): http://img.photobucket.com/albums/v232/MasterChief117/problem.png When I try and compile, it gives me: error: node "i[1]" is missing sourceerror: node "i[2]" is missing source
error: node "i[0]" is missing source
error: node "i[3]" is missing source All I want is to have I[3],I[0] at 0 permanently, and I[1],I[2] read the value the output of the OR gate. Any pointers? Thanks in advance, Andrew