File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11HARDWARE:
22
3+ * Split device dependent VHDL code (e.g. TIL) from IDE/Toolchain dependent
4+ files, so that we are prepared for porting QNICE to other FPGA architectures
5+ and for being able to have a Xilinx ISE and a Xilinx Vivado version.
6+
37* SD Cards: Writing.
48
59* SD Cards: Replace SPI access by native access and by doing so, achieve
@@ -144,3 +148,11 @@ VBCC TOOLCHAIN: MONITOR-LIB:
144148
145149* Add all meaningful monitor functions.
146150
151+
152+ DEMOS:
153+
154+ * Basic Interpreter
155+
156+ * Forth Interpreter
157+
158+ * VGA Textmode games: Snake, Pac Man, 2048
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ PORE$NEWLINE .ASCII_W "\n\n"
44
55; PORE$RESETMSG .ASCII_W "QNICE-FPGA V1.38f [BETA/WIP] by sy2002 in December 2016 (GIT #"
66
7- PORE $ RESETMSG .ASCII_W "QNICE-FPGA Version 1.4 by sy2002 in December 2016 (GIT COMMIT #429b0b3 )\n"
7+ PORE $ RESETMSG .ASCII_W "QNICE-FPGA Version 1.4 by sy2002 in December 2016 (GIT COMMIT #85c85a3 )\n"
You can’t perform that action at this time.
0 commit comments