Altera_Forum
Honored Contributor
14 years agoconnecting a single output to a bus
Hello everyone, I am a beginner at FPGA and I'm pretty much stuck with what I think is a basic problem. I can't extract a single signal from a bus. I have data[7..0] and graphically connected an output to it, right clicked > properties and named it Data[0]. I have done the same with every line in the bus (Data[1], Data[2]...) but the compiler comes back with
Error: Width mismatch in Data[0] -- source is ""Data[7..0]" (ID nt174:inst18)".. I'm sure I'm doing something stupid but can't quite figure out what is wrong. Thanks to everyone in advance and once I'm up to speed, I hope to give back in the future.