QNICE-FPGA icon indicating copy to clipboard operation
QNICE-FPGA copied to clipboard

QNICE-FPGA is a 16-bit computer system for recreational programming built as a fully-fledged System-on-a-Chip in portable VHDL.

Results 76 QNICE-FPGA issues
Sort by recently updated
recently updated
newest added

I stumbled over the following situation in the context of the refactoring of the timer module to use our new daisy chain module. Consider this situation: 1. The timer fires...

V1.7

Today I had to fix several broken links in several documentation `.md` files that occured due to recent commits that moved certain things around. Since our documentation has grown quite...

V1.7

The pthread based timer interrupt implementation is not working on the WebAssembly target. This issue is about making timer interrupts work also on the WebAssembly target of the emulator.

V1.7

When walking through the tutorial on http://qnice-fpga.com/emulator.html, it is part of the tutorial to look at the source code of `demos/mandel.asm` using `shell` and `cat`. Since our VGA screen is...

V1.7

As the monitor is switching to the factory default palette offset before starting any program: Decide which of the /qbin demos should support `fancy` by switching the palette offset to...

V1.7

Hi Michael, you as a mathematican might be "easily" able to create a spinning globe demo. Use this map here, scale it down to 320x200: ![grafik](https://user-images.githubusercontent.com/6825267/92419988-21ddbd80-f171-11ea-97fc-c6dc6197c87c.png) Then do a real-time...

V1.7

Still to be defined / decided which ones. **Our new graphics horsepower need some oldschool demo effects.** * http://demo-effects.sourceforge.net/ * https://github.com/flightcrank/demo-effects * Here is a interactive list that can play...

V1.7

The goal of this issue is to write a bash script that takes some command line parameters and is able to transform our `.out` or possible even easier our `.rom`...

V1.7

* Make sure the classic "very green" look is available again in the new V1.7 color VGA mode * Create a version that can switch between the classic look and...

V1.7

@MJoergen and @bernd-ulmann It happens frequently to me, that when I am switching branches that I am forgetting to re-run `tools/make-toolchain.sh`. The results of failing to remember this each time...

V1.7