diff --git a/README.md b/README.md index 9c45bd3..ba1f1f9 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ A CPU that aims to be binary compatible with the 8086 ISA, focused on optimisati * [X] Has been successfully synthesized * [ ] Has a comprehensive testing framework -### High level design overview - -9086 logo - ### Simulating it Both Verilator and Icarus Verilog can be used for simulation. You can select which one you want with the SIM variable on [./common.mk](./common.mk). This list shows the software needed and the versions used during development : @@ -56,6 +52,10 @@ Additionally, for FPGAs using the [foboot](https://github.com/im-tomu/foboot) bo * dfu-util : 0.11 +### High level design overview + +9086 logo + ### License and Copyright All parts of this project and files in this repository are licensed under the GNU General Public License version 3 or later