Amrith H Nambudiri
Newbie level 3
can i use signal and do operation and assign signal to port declared as out.rather than using it as inout and use directly whats the difference? Suppose the program is for negative ramp if i use output 12 bit as inout i can do d<=d-1 but if i use d as out and use another signal to do ds<=ds-1 and then say d<=ds why is it not working
Last edited: