diff --git a/test.md b/test.md index 22f7d73..f9f09ed 100644 --- a/test.md +++ b/test.md @@ -20,8 +20,9 @@ A CPU that aims to be binary compatible with the 8086 ISA, focused on optimisati 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) -Specifically this list shows the software needed and the versions used during development (other versions should work as well) +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 * Icarus Verilog : version 12.0 OR **(preferred)** Verilator : 5.016 * bin86 : 0.16.21