H. Peter Anvin 09273c35a8 Wire up Smartaid Magnum in the FPGA vor 1 Jahr
..
bsdl 50f7f572a3 WIP: ringbuffer system between ESP32 and FPGA vor 2 Jahren
ip 80ad2f4a50 fpga: dirty bit tracking for SDRAM vor 1 Jahr
output 09273c35a8 Wire up Smartaid Magnum in the FPGA vor 1 Jahr
scripts fcbaca5e17 iodevs.conf: move iodevs.conf into common/ vor 1 Jahr
simulation f24cac3c43 fpga: lint code to make ModelSim RTL simulation work again vor 3 Jahren
usb fcbaca5e17 iodevs.conf: move iodevs.conf into common/ vor 1 Jahr
.gitignore dd3e36cf74 fpga: remove intermediate files; update .fw files vor 1 Jahr
Makefile fcbaca5e17 iodevs.conf: move iodevs.conf into common/ vor 1 Jahr
abcbus.sv 09273c35a8 Wire up Smartaid Magnum in the FPGA vor 1 Jahr
assignment_defaults.qdf 75a6dbc7fa fpga: infrastructure for building v1 and v2 FPGA vor 3 Jahren
bootldr.sv e05dbe6f40 v2boot: simple boot loader connecting ESP32-SPI to flash-SPI vor 2 Jahren
bypass.pins f1e04bf5c7 esp32 firmware image with support for OTA updates of both FPGA and ESP32 vor 2 Jahren
bypass.qsf 0cf5cc5926 Update binaries vor 1 Jahr
bypass.sdc f1e04bf5c7 esp32 firmware image with support for OTA updates of both FPGA and ESP32 vor 2 Jahren
bypass.sv f1e04bf5c7 esp32 firmware image with support for OTA updates of both FPGA and ESP32 vor 2 Jahren
bypass_description.txt f1e04bf5c7 esp32 firmware image with support for OTA updates of both FPGA and ESP32 vor 2 Jahren
bypass_main.qsf 3b452dc33e fpga: factor bypass.qsf like the other .qsf files vor 1 Jahr
clkbuf.sv 808ba7c43c usb: use a direct interface between the CPU and the USB FIFOs vor 3 Jahren
dcpktfifo.sv bddbff2298 usb: don't remove "empty" or "last" while a packet is in progress vor 2 Jahren
deglitch.sv a69847d434 fpga: add deglitcher core vor 2 Jahren
dirty.sv 80ad2f4a50 fpga: dirty bit tracking for SDRAM vor 1 Jahr
esp.sv 54aa67c9dd esplink: change to 7 interrupt/status bits per direction vor 2 Jahren
fast_mem.sv 9ac4e30722 time: synchronize all clocks: RTC, SNTP, ESP, FPGA/ABC vor 2 Jahren
fpgarst.sv ee45852b85 Full infrastructure for updating flash via JTAG SVF vor 2 Jahren
functions.sv 54aa67c9dd esplink: change to 7 interrupt/status bits per direction vor 2 Jahren
i2c.sv 4970fb6ef6 rtc: issue dummy clock cycles if SDA appears stuck vor 3 Jahren
iodevs.vh f9a7f7cbdb Update generated files vor 1 Jahr
jic.cof.xml ee45852b85 Full infrastructure for updating flash via JTAG SVF vor 2 Jahren
max80.qpf 09273c35a8 Wire up Smartaid Magnum in the FPGA vor 1 Jahr
max80.qsf 80ad2f4a50 fpga: dirty bit tracking for SDRAM vor 1 Jahr
max80.sdc 8b67b5db30 spirom: fix SPI ROM I/O and data downloading vor 2 Jahren
max80.sv 09273c35a8 Wire up Smartaid Magnum in the FPGA vor 1 Jahr
picorv32.v 78fb11f073 fpga, rv32: Add custom atomic instructions lw.l/sw.u vor 1 Jahr
pof.cof.xml ee45852b85 Full infrastructure for updating flash via JTAG SVF vor 2 Jahren
reconfig.svf 4803e910d3 fpga: .svf file to force a FPGA reconfiguration vor 2 Jahren
rng.sv de1566292f clocks: centralize strobes; rng: shut down when not in use vor 3 Jahren
sam.sv 0f24359f94 sam.sv: correct A0 -> bank[0], A1 -> bank[1] vor 1 Jahr
sdcard.sv ec99762a84 Use waitirq rather than suspending a memory transaction for SD card vor 3 Jahren
sdram.sv 80ad2f4a50 fpga: dirty bit tracking for SDRAM vor 1 Jahr
serial.sv f1e04bf5c7 esp32 firmware image with support for OTA updates of both FPGA and ESP32 vor 2 Jahren
spi_master.sv 062a3d9eb1 Reorganize tree so a single Makefile can do the right thing vor 3 Jahren
spirom.sv ee45852b85 Full infrastructure for updating flash via JTAG SVF vor 2 Jahren
synchro.sv 4e65673781 spirom: add support for sending arbitrary SPI commands vor 3 Jahren
sysclock.sv 9ac4e30722 time: synchronize all clocks: RTC, SNTP, ESP, FPGA/ABC vor 2 Jahren
tmdsenc.sv 74d9da52b0 hdmi/tmds: fix symbol data ordering vor 3 Jahren
transpose.sv 510e702728 video: initial simple video generator; add support for HDMI TERC4 vor 3 Jahren
ub.tcl 2ec75f1807 fpga: virtual JTAG interface vor 2 Jahren
v1.pins aac953ed19 Implement FPGA <-> ESP32 communication path vor 2 Jahren
v1.qsf f40bb6e0be Rebuild binaries with the proper version of the tools vor 1 Jahr
v1.sv 9ac4e30722 time: synchronize all clocks: RTC, SNTP, ESP, FPGA/ABC vor 2 Jahren
v1_description.txt 75a6dbc7fa fpga: infrastructure for building v1 and v2 FPGA vor 3 Jahren
v1_main.qsf bddbff2298 usb: don't remove "empty" or "last" while a packet is in progress vor 2 Jahren
v2.pins aac953ed19 Implement FPGA <-> ESP32 communication path vor 2 Jahren
v2.qsf f40bb6e0be Rebuild binaries with the proper version of the tools vor 1 Jahr
v2.sv e05dbe6f40 v2boot: simple boot loader connecting ESP32-SPI to flash-SPI vor 2 Jahren
v2.vh aac953ed19 Implement FPGA <-> ESP32 communication path vor 2 Jahren
v2_description.txt 75a6dbc7fa fpga: infrastructure for building v1 and v2 FPGA vor 3 Jahren
v2_main.qsf bddbff2298 usb: don't remove "empty" or "last" while a packet is in progress vor 2 Jahren
v2boot.sv e05dbe6f40 v2boot: simple boot loader connecting ESP32-SPI to flash-SPI vor 2 Jahren
video.sv 980eaf0400 Restructure clock tree; better sdram timing; random number generator vor 3 Jahren
vjtag_max80.sv 9ac4e30722 time: synchronize all clocks: RTC, SNTP, ESP, FPGA/ABC vor 2 Jahren