Forum Discussion
Altera_Forum
Honored Contributor
10 years agoFound a solution to my own problem! I invert the inputs and then the output which gives a normal gate operation.
out_1 <= ~(~in_1 & ~in_2); Many thanks for your help!Found a solution to my own problem! I invert the inputs and then the output which gives a normal gate operation.
out_1 <= ~(~in_1 & ~in_2); Many thanks for your help!