diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-10-05 13:44:15 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-10-05 13:44:15 -0500 |
commit | 37507ecea3277a99e60c7bb077c6cd406bb80ddb (patch) | |
tree | 07432da9529cfc422cab680f2af5ba5a36533e70 /fpga/Makefile | |
parent | 90661e174826684debe2532a260dcefb3b871067 (diff) |
Start of the CH559 code, adds a NixOS module for udev rules for the boards.
Starter code from https://github.com/MatzElectronics/CH559sdccUSBHost
Diffstat (limited to 'fpga/Makefile')
-rw-r--r-- | fpga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/Makefile b/fpga/Makefile index 24e8ace..f2fa1f4 100644 --- a/fpga/Makefile +++ b/fpga/Makefile @@ -4,7 +4,7 @@ BSC_SOURCES = BRAM2.v FIFO1.v FIFO10.v RevertReg.v SizedFIFO.v TriState.v all: tmp/mkTop.bin flash: tmp/mkTop.bin - sudo iceprog $< + iceprog $< gtkwave: tmp/sim.vcd gtkwave -A $< .PHONY: all flash gtkwave |