@@ -26,11 +26,10 @@ Getting Started
2626---------------
2727
2828If you do have FPGA hardware, then read on to learn how to get started. If
29- you don't, then you might want to use the emulator to experience QNICE.
30-
31- Switch to the [ VGA Emulator Branch] ( https://github.com/sy2002/QNICE-FPGA/tree/develop-vga-emu )
32- to use the emulator without hardware and have a look at the README.md in
33- that branch to learn more.
29+ you don't, then you might want to use the emulator to experience QNICE:
30+ [ Try it online] ( https://qnice-fpga.com/emulator.html ) or have a look at
31+ [ emulator/README.md] ( emulator/README.md ) to learn how to build and run your
32+ own emulator.
3433
3534Get started using actual FPGA hardware:
3635
@@ -45,7 +44,8 @@ Get started using actual FPGA hardware:
4544 the fact, that there is an underlying git repository.)
4645
4746* Hardware: Currently, we develop QNICE-FPGA on a Nexys 4 DDR development
48- board, so if you own one, the fastest way of getting started is to
47+ board. Nexys updated and renamed it to Nexys A7.
48+ So, if you own one of those, the fastest way of getting started is to
4949 download the bitstream file ` dist_kit/qnice-v141.bit ` on a microSD card or
5050 a USB stick, insert it into the Nexys board and set the jumpers to read the
5151 FPGA configuration from the SD card or USB stick. Do not copy more than one
@@ -54,7 +54,7 @@ Get started using actual FPGA hardware:
5454 copies, so that the Nexys board does not accidentally read the ` *.bit ` from
5555 your trash instead of the recent one.
5656
57- * If you do not own a Nexys 4 DDR board, then use your VHDL development
57+ * If you do not own a Nexys 4 DDR or A7 board, then use your VHDL development
5858 environment to synthesize QNICE-FPGA. The root file for the system
5959 is ` vhdl/env1.vhdl ` . Make sure that you connect at least the IO pins
6060 for PS2, VGA, UART and the two switches. In the file ` nexys4ddr/env1.ucf `
@@ -303,10 +303,12 @@ Acknowledgements
303303
304304* [sy2002](http://www.sy2002.de): Creator and maintainer of QNICE-FPGA:
305305 hardware development (VHDL), FAT32 library, additional Monitor libraries and
306- functions, Q-TRIS, additional QNICE specific vbcc toolchain.
306+ functions, Q-TRIS, additional QNICE specific vbcc toolchain,
307+ VGA and WebAssembly versions of the emulator.
307308
308309* [vaxman](http://www.vaxman.de): Inventor of the [QNICE ISA](http://qnice.sourceforge.net):
309- system architect, assembler, emulator, Monitor and Monitor libraries, tools.
310+ system architect, assembler, original POSIX version of the emulator,
311+ Monitor and Monitor libraries, tools.
310312
311313* [Volker Barthelmann](http://www.compilers.de): vbcc compiler system,
312314 QNICE specific vbcc backend incl. standard C library.
0 commit comments