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