rseac
rseac
Curious whether the following is a good idea to provide examples: the coverage runs jekyll-scholar and creates the HTML files. Is it possible to use the same infrastructure to create...
I'm curious as to how due dates could be managed with td-cli? Do you foresee a need to have due dates added in td-cli?
It seems that the options for `run-compare.py` have some dependencies that are not intuitive. The example below works fine (taken from the add example). ``` python3 -B $SYSTEMC_CLANG/tests/verilog-conversion/run-compare.py \ hdl-to-v...
# Description The matcher for code arrays of signals, ports and submodules is quite similar. It is possible to refactor the code to use the same matcher code.
# Description The destruction of objects with `Matchers` and `SystemCClang` should be revisited. It seems that the destruction of dynamically objects are not done properly.
# Description Use include-what-you-use into the project to determine which include files must be included and others can use forward declarations. This is an enhancement to try and improve the...
# Description Remove deprecated code on SupplementaryInfo in SplitCFG that was used to store only the first block ID on the false path. It has been superseded by the PathInfo....
Is there interest in trying to get these benchmarks work on the ARA vector engine? Has this already been started?
### Before start - [x] I have read the [RISC-V ISA Manual](https://github.com/riscv/riscv-isa-manual) and this is not a RISC-V ISA question. 我已经阅读过 RISC-V 指令集手册,这不是一个指令集相关的问题。 - [x] I have read the [XiangShan...
Most applications return the hw-cycles output as 0. Examples such as imatmul provide cycle numbers after an execution on a given input, but the hw-cycles ends up still being 0....