B
Beginner_Verilog
Guest
How can I construct a decoder Nx2^N using generate statement in
Verilog? Will case statement help?
Verilog? Will case statement help?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
With excessive difficulty. I suspect you have a tiresomeHow can I construct a decoder Nx2^N using generate statement in
Verilog?
No, because case statements cannot be made generic;Will case statement help?
Whoops. That should have beenalways @a begin
y = 0;
y[a] = data;
end