Hacking repo for UL3XS FPGA stuff.
  • Bluespec 48.6%
  • Go 39.2%
  • Python 6%
  • Shell 4.7%
  • Nix 1.2%
  • Other 0.3%
Find a file
2024-08-09 10:06:57 -07:00
blinky Move stuff into lib/, fix blinky. 2021-02-15 01:00:51 -08:00
crapcpu move the instruction generator WIP into the abandoned CPU 2024-08-05 19:16:56 -07:00
lib lib: Buffer the output of the serial receiver. 2022-04-10 00:37:41 -07:00
ram-over-serial ram-over-serial: design to play with block RAMs. 2022-04-01 00:07:20 -07:00
rot13 rot13: improve synthesis speed 2024-08-09 10:03:41 -07:00
tools debugport: read-only UART implementation that maps to LEDs. 2021-02-07 22:07:48 -08:00
.envrc Initialize. 2020-12-31 02:34:16 -08:00
.gitignore Initial commit of a blinkenlights program and build logic. 2021-02-05 23:49:29 -08:00
build.sh Clean up the build script a little more. 2024-08-09 10:06:57 -07:00
deps.py Switch back to redo, now that I know how to compile stuff. 2021-02-15 00:40:24 -08:00
flake.lock Revival cleanups: update tools, fix up build script. 2024-08-09 10:03:41 -07:00
flake.nix Revival cleanups: update tools, fix up build script. 2024-08-09 10:03:41 -07:00
go.mod instrgen: generator for CPU instruction sets. 2022-04-16 13:26:10 -07:00
LICENSE Add license. 2020-12-31 02:47:08 -08:00
lpf.md Update lpf.md 2021-02-07 23:28:17 -08:00
README.md Add license. 2020-12-31 02:47:08 -08:00
ulx3s_v20.lpf Initial commit of a blinkenlights program and build logic. 2021-02-05 23:49:29 -08:00

I'm playing with FPGAs, specifically a UL3XS board. This is a repository for my Nix dev environment config, and experiments. I can't imagine why this is of interest, but enjoy, I guess.

Everything in this repository is CC-BY-NC-ND. Broadly speaking, that means you can look, but not touch or reuse without my explicit permission.

This repo does not accept contributions.