Eyck-Alexander Jentzsch
Eyck-Alexander Jentzsch
After getting to try the improved implementation with quite alot of new files from the same Instrument, I noticed that not all the files are being solved correctly. For you...
It would be handy to allow other nodes than addrmaps to be the top most nodes. At the moment, inputting a file that does not contain an addrmap throws a...
At the moment only transactions with `gp.get_data_length() == gp.get_streaming_width()` are allowed. It would be beneficial if `tlm_target` would allow FIFO like accesses to resources.
Whether or nor write and read accesses to the sc_register are successful during reset should be configurable, at the moment there is no such check so all read and writes...
When building executables with VLEN equal to 64, faulty patches are generated for at least one instruction. For XLEN=32: ``` build/merger -stage1output out/v64x32machine/tests/stage1/ -stage2output out/v64x32machine/tests/stage2/ -stage2patch out/v64x32machine/patches/stage2/ fatal: wrong patch...
When inheriting from memory one loses the ability to differentiate accesses. Memory itself only provides the set_operation_callback and uses it for all kinds of accesses.
With the current implementation of the TLB, only page table walks get cached, the checking whether the PTE is valid is done every time. This can be mitigated by: -...
Currently JIT backends do not work as intended with the MMU. The reason for that is the fact that fetches for entire basic blocks are done at the start of...