Forum Discussion
AManj1
New Contributor
6 years agoparity checker with reset
my program is: module detector (s_out, s_in, reset, clk); input s_in, reset, clk; output s_out; reg s_out; reg state; parameter even=0,odd=1; always@(posedge clk or reset) begin ...
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
It is glad to hear that the first issue was resolved.
For the second issue, may I request the design file and simulation result?
Thanks.