Pavel Pisa
Pavel Pisa
From the e-mail reported on 2021-07-19 [NuttX export cannot set some variables (i.e. LDSTARTGROUP LDENDGROUP)](https://lists.apache.org/thread/1mh1dpps9v4bt6sq26oxrx2nbn9xrg2s) I have found cause for broken/empty LDENDGROUP and LDSTARTGROUP in exported Make.defs ``` nuttx-export-10.1.0-RC1/scripts/Make.defs ```...
/dev/nrt and iopl(3) is not available non-x86 targets and even on x86 ones requires modification of the system kernel installation by local or laboratory systems administrator. I suggest to use...
The [MZ_APO](https://cw.fel.cvut.cz/wiki/courses/b35apo/en/documentation/mz_apo/start) is Xilinx Zynq 7010 based education board used for [Computer Architectures](https://cw.fel.cvut.cz/wiki/courses/b35apo/en/start) and Real-time Systems Programming courses at Czech technical University in Prague. The VHDL FPGA design implemented for...
BE5B35APO - Computer Architectures, Spring 2022, Czech Technical University in Prague, Faculty of Electrical Engineering
The first thanks for the nice project. USB JTAG API is generic and provides support to almost every possible OpenOCD supported target but if the subset of OpenOCD or some...
For some reference, look at the proposal by @Jingqing3948 which implements instructions decoding (See pull request https://github.com/cvut/qtrvsim/pull/109). But some solution for parallel data path visualization should be considered before consideration...
- [x] Update memory model - [x] User read and write methods with void pointer and variable buffer size (easier for mmap, for system calls emulation, ELF image writing to...
The pull request https://github.com/cvut/qtrvsim/pull/135 is initial step to provide branch prediction visualization for teaching but there are more issues to solve when pipelined execution is considered. 1. the BHT update...
This version fixes problems with pyshv mainline version 0.10+ caused by incomplete decoding of the requests. The stop on final time on Linux RT target has been broken during previous...