Altera_Forum
Honored Contributor
13 years agohow to describe same block in Demux in VHDL
I am having problem in describing a 1 to 2**n Demux. I wrote code first for 1 to 2 demux,and use it to buid 1 to 4 demux and then 1 to 8. At the end I want to get a 1 to 2**n demux. they are shows on the images. I would rather appreciate if anyone give me some advice to use generate or others to describe it.