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

Webassembly target of Emulator: Make the timer interrupt work there

Open sy2002 opened this issue 5 years ago • 1 comments

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.

sy2002 avatar Aug 13 '20 22:08 sy2002

There seems to be basic Thread support: https://emscripten.org/docs/porting/pthreads.html

sy2002 avatar Sep 04 '20 07:09 sy2002