At the moment this is a WIP. DO NOT ATTEMPT to flash unless you are okay with having a non-functional GDEMU (or clone) since I do not have a way to revert to the stock firmware. Even the notes aren't going to be 100% perfect, I've tried to put little questions when I can't remember perfectly and hope to erase some of those questions as time goes on.
-
- Generating Verilog from SpinalHDL
- Running Quartus 2
- This program is a nightmare to get working locally on any modern linux machine. Will need to put your license.dat file into the Containers/QuartusII folder. Lots of broken dependencies and old static libraries, so avoid trying a local install. Open source bitstream generation when :'(
- Can successfully execute code on the SAM3U
- Communicate between SDCard and SAM3U
- Able to load bitstream into FPGA
- Generate the clock signal (for audio iirc?) so a Dreamcast will boot properly
- Communicate with registers in FPGA using SAM3U Static Memory Controller*
- Dreamcast can Read IDE registers*
* These arent working great. Last I touched this I was having issues I believe came down to bus timings. Was seeing symptoms like some bits flipped on some bytes. Was kinda a pain to hookup any kind of logic analyzer, would be nice to make a board that broke out some of the extra unused fpga pins for debug :)
I really wanted to be able to try and see what other features could be added past the support in the official (or clone) firmware. Initially it was the complaint that you can't use a GDEMU with a secondary IDE disk. In addition I'd like to support some further features that I beleieve would be useful for both development and future homebrew could take advantage of. Something like the following:
- Add a custom commannd to "eject" a GDROM image
- Emulate an IDE hard drive on the secondary interface that just exposes the SDCard to the Dreamcast. Preferibly with write support. This would allow a piece of homebrew (ex. a menu launcher) to update CDIs/GDIs. Perhaps extending dcload to write your updated assets image in a developers build script?
- Add a custom command with a path parameter on the secondary IDE device to "eject" itself and remount a GDROM image
- Fix hard coded paths, I know some are to my user directory 😅
- Check if FatFS is working
- Answer documentation questions that are lack of research
- KiCAD PCB Design
- Make it work
- Put some work into breaking up above task into portions ;)
- Would be pretty cool to compile the Verilog to C with Verilator and hook up to Lxdream-nitro. Might be too slow, never used Verilator before this just sounded like a good excuse to try and learn it
- CMSIS
- Trice MIT
- Argon RTOS BSD-3-Clause
- FatFS FatFS License
- Microchip ASF
- umm_malloc MIT
- SpinalHDL
- VexRiscv
Any omissions are not intentional. Please open an issue if you notice any missed attributions.