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
99e3f55637
commit
6685b0563e
@ -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