Acorn Electon core for the FPGA Replay
Please refer to acorn_electron/sdcard/readme.md for usage/status information.
A series of blog posts covering this core are available on my website
Building requires a checkout of the Replay Common repository.
The build scripts expect both this repository and the replay_common repository to be cloned into the same parent directory.
For a list of build options:
python rmake_all.py --help
To build all supported platforms run:
python rmake_all.py
To build a specific target
python rmake_all.py --targets R1
or
cd acorn_electron python rmake.py infer --target R1
Where target can be R1, V4 or any new Replay platform target.
Most code is provided under the FPGA Arcade License. Some files include a non-commericial clause.
Please refer to the header comments of individual vhd files.