Results 94 issues of sy2002

Shrink the ROM, currently we could go from 0x0000 to 0x1FFF and still have plenty of room left and let programs start at 0x2000, instead of as this is the...

V1.7

This one is not urgent as the use case would also need writeable SD cards, FAT32 to support writing and possibly also support for more RAM: **The idea is: One...

V2.0

We might want to add ``` // convenient mechanism to access QNICE's Memory Mapped IO registers #define MMIO( __x ) *((unsigned int volatile *) __x ) ``` to `c/qnice/monitor-lib/include/qmon.h` as...

V1.7

Gentlemen, we might want to find a videochat (GoToMeeting) time slot in late September or early October to have a rough idea about what will be part of 1.7, since...

V1.7

There are open questions that came up while Michael created the great and comprehensive new `test_programs/cpu_test.asm`. Some of them are described here: https://github.com/sy2002/QNICE-FPGA/issues/53#issuecomment-673674143 and some of them are described here:...

V2.0

This is a nasty edge case that is **not** "urgent" in the sense that it is not happening too often in real life: I can only reproduce it from time...

V1.7

Currently there are a lot of places (e.g. keyboard, UART, debouncers, TIL leds, ...) which rely on some hardcoded 50 MHz clock speed. We need to sift through everything and...

V1.7

@MJoergen and @bernd-ulmann Look at this! 😃 What you are seeing here is an early alpha version of the new version of TileEd, the multicolor font, palette and text mode...

V1.7

As a result of our video conference last Saturday: For solving everything related to future ISA changes in V1.7 and later (project "clean ISA", issues #57 and #55 etc.) and...

V2.0

This is a spin-off of #66 . This topic needs to be thought through holistically: * Hardware debug module using the interrupt system * Monitor enhanements * The ideas of...

V2.0