https://github.com/nullobject/m68k-ulx3s
https://github.com/nullobject/m68k-ulx3s
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullobject/m68k-ulx3s
- Owner: nullobject
- Created: 2025-04-29T22:38:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T11:47:13.000Z (8 months ago)
- Last Synced: 2025-06-15T02:11:34.560Z (7 months ago)
- Language: Verilog
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# m68k-ulx3s
## Getting Started
Install m68k binary utilities and C compiler:
``` sh
sudo apt install binutils-m68k-linux-gnu gcc-m68k-linux-gnu
```
Build project and program the FPGA:
```sh
make program
```