Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/misoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 854c0461b488
Choose a base ref
...
head repository: m-labs/misoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: caa19f9ab219
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 29, 2013

  1. m1crg: reset VGA clock generator

    Sebastien Bourdeauducq committed Mar 29, 2013
    Copy the full SHA
    7133d9a View commit details
  2. framebuffer: larger counters

    Sebastien Bourdeauducq committed Mar 29, 2013
    Copy the full SHA
    caa19f9 View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 milkymist/framebuffer/__init__.py
  2. +1 −1 verilog/m1crg/m1crg.v
4 changes: 2 additions & 2 deletions milkymist/framebuffer/__init__.py
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
from migen.flow import plumbing
from migen.actorlib import misc, dma_asmi, structuring, sim, spi

_hbits = 10
_vbits = 11
_hbits = 11
_vbits = 12

_bpp = 32
_bpc = 10
2 changes: 1 addition & 1 deletion verilog/m1crg/m1crg.v
Original file line number Diff line number Diff line change
@@ -284,7 +284,7 @@ DCM_CLKGEN #(
.PROGEN(vga_progen),
.PROGDONE(vga_progdone),
.LOCKED(vga_locked),
.RST(~pll_lckd)
.RST(~pll_lckd | sys_rst)
);

ODDR2 #(