Skip to content

Commit 5b8b2c5

Browse files
committed
RELEASE 1.4
1 parent 85c85a3 commit 5b8b2c5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

TODO.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
HARDWARE:
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

dist_kit/qnice-v14.bit

0 Bytes
Binary file not shown.

pore/boot_message.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)