Altera_Forum
Honored Contributor
18 years agoHow to extract 1bit from a bus in a Block Diagram/Schematic File
Well, I'm new to quartus and I don't know if this is possible or not. i can handle it in verilog/vhdl but I wanted to know if this can be done in a block diagram file.
This is what I want to do: (Example) I've implemented a lpm_add_sub as an 8 bit adder, how can I for example use bit 2 & 3 of the output as inputs of another gate?(I need to extract these 2 bits out of the output ) I hope what I've said is clear enough. Thanks in advance.