newbie question about decoder

M

Max

is it correct to implement a decoder in the following way?

reg_en <= "000" when ce = '0' else
"001" when cpu_addr_bus = "00" else
"010" when cpu_addr_bus = "01" else
"100" when cpu_addr_bus = "10" else
"000";

ce is the decoder enable. Once ce is one I decode cpu_addr_bus.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top