mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
James found a bug in synchronizer. Was not actually back to back flip flops.
This commit is contained in:
parent
bc15f6c5e4
commit
7ad7cea25b
@ -40,7 +40,7 @@ module synchronizer (
|
||||
|
||||
always_ff @(posedge clk) begin
|
||||
mid <= #1 d;
|
||||
q <= #1 d;
|
||||
q <= #1 mid;
|
||||
end
|
||||
endmodule
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user