Niklas Rother

Results 14 comments of Niklas Rother

Some thoughts on this: > Note that partial Bundle literal pokes, in general, are currently disallowed. Do you have any information on this? [pokePartial](https://github.com/ucb-bar/chisel-testers2/blob/master/src/main/scala/chiseltest/package.scala#L24) looks like it is fully supported......

Just to confirm: The gist currently assumes the observed behavior that bundle-mems are split to multiple "basic-type" mems, with the names split by `_`. The "done is better than perfect"...

Digging this up, after #358 has landed. Is there any possibility to implement this easily now? I tried to update my code above to use the correct type `SimulatorContext` (Since...

Hm, ok. I personally would love to see `peek/pokeMem` support in the API, even if it would only work on one backend. Verilator support would be awesome, of course. Maybe...

I just had a quick look into the Verilator API and found no evidence on how to peek/poke memories... For me this looks like being totally unsupported in Verilator :/

Interestingly, it fails in version 1.22 with a different error message: ``` rother@pikachu:~/Documents/TTA/GBP_TTA/tta_bug$ tcecc --version tcecc - TCE retargetable compiler 1.22 rother@pikachu:~/Documents/TTA/GBP_TTA/tta_bug$ tcecc -x c++ -O3 -a baseline.adf -o gbp.tpef...

Glad you like to help ;) I don't really have such a list, maybe you could start with the features in the example on the readme, I thing those are...

Just to makes this more clear: In the code given above the `table` in `func3` is of the type `dynamic` with the underlying type `LuaTable` (instead of `DynamicLuaTable`). This means,...

I just looked around a bit to see how this could be implement, but I haven't found a nice way yet. The `LoggedQuery` the panel has access to does not...

The problematic code is in [`LLVMTCEBuilder::emitConstantPool`](https://github.com/cpc/openasip/blob/main/openasip/src/applibs/LLVMBackend/LLVMTCEBuilder.cc#L2352): `cpAddrSpaceId` is fixed to 0.