Thank you for your suggestion. I had tried a bitwise not but I tried applying it directly to the 2 it was your suggestion to think about what I was actually applying the not to that did it. It works now : )
Im trying to write a program for a decoder using two smaller decoders instantized in a module. I can bring in the decoders no problem but I need to invert the enable bit on one of the two decoders and I cant figure out how.
module mydecoder24vlog(en, in, out);
input en;
input [1:0]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.