Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Need urgent help with deciding BUS or NODE for the input!!

Hi I'm trying to take 10 individual bits from a 10-bit parallel adc and do some processing on it in a FPGA, but I'm confused about how to implement it in the system. Should I use a bus (10bit wide) OR a node for the input for processing blocks? again that's 10 bits that I'm trying to process and I would like to implement all of them in parallel, and the software that i'm using is quartus.

An example of what I would like to implement is:

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yes you should use a bus. The blocks that you use should be able to process a vector input instead of just individual bits.