Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow to compare input value to previous value by number of counts
Hello all, I have a module takes in input [15:0] in and I want to compare this new input to my previous value by number of counts. module _update(input clk, input [15:0] in, ....) reg ...
Altera_Forum
Honored Contributor
11 years agoPeople who ask "help me with my homework/project" questions on the forums will probably learn more by talking with fellow students and the prof. You need to learn how to simulate hardware to move forward with this.