mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cleanup
This commit is contained in:
parent
8c335d66fd
commit
e35315bb24
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -10,3 +10,7 @@ tools/flterm
|
|||
tools/mkmmimg
|
||||
tools/byteswap
|
||||
software/include/hw/csr.h
|
||||
software/videomixer/dvisampler0.c
|
||||
software/videomixer/dvisampler0.h
|
||||
software/videomixer/dvisampler1.c
|
||||
software/videomixer/dvisampler1.h
|
||||
|
|
|
@ -127,4 +127,3 @@ class MixFramebuffer(Module, AutoCSR):
|
|||
pads.b.eq(fifo.vga_b),
|
||||
pads.psave_n.eq(1)
|
||||
]
|
||||
|
Loading…
Reference in a new issue