Guest
Hi,guys:
I got problem about this code, dout is my output data,when I wrote the
following code, there are glitches on dout1,what should I do to avoid
them? somebody told me to use the register,but how?
thank you.
dout1 <= dout and clk;
dout2 <= (dout and clk) xor dout; // I want dout2 half clock period
after dout1
I got problem about this code, dout is my output data,when I wrote the
following code, there are glitches on dout1,what should I do to avoid
them? somebody told me to use the register,but how?
thank you.
dout1 <= dout and clk;
dout2 <= (dout and clk) xor dout; // I want dout2 half clock period
after dout1