Skip to content

Commit

Permalink
m1crg: reset VGA clock generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Mar 29, 2013
1 parent 854c046 commit 7133d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/m1crg/m1crg.v
Expand Up @@ -284,7 +284,7 @@ DCM_CLKGEN #(
.PROGEN(vga_progen),
.PROGDONE(vga_progdone),
.LOCKED(vga_locked),
.RST(~pll_lckd)
.RST(~pll_lckd | sys_rst)
);

ODDR2 #(
Expand Down

0 comments on commit 7133d9a

Please sign in to comment.