Pascal Cotret
Pascal Cotret
I was playing with a `cv32a6` variant. In `riscv-tests`, while ISA tests are compiled for both 32-bit and 64-bit, benchmarks will only be compiled for 64-bits when running [ci/build-riscv-tests.sh](https://github.com/openhwgroup/cva6/blob/master/ci/build-riscv-tests.sh) I'm...
I would like to get my test results with a short message like: "expected 5 / got 6" as, for the moment, I only get an "ERROR" at the end...
The CV32E40P is based on the Antmicro fork which is more than 3 years old (https://github.com/litex-hub/pythondata-cpu-cv32e40p/blob/master/pythondata_cpu_cv32e40p/__init__.py). Would it be interesting to upgrade it with the main openhwgroup implementation ? (https://github.com/openhwgroup/cv32e40p)...
**Type of issue**: bug report **Impact**: unknown **If the current behavior is a bug, please provide the steps to reproduce the problem:** ```bash git clone https://github.com/chipsalliance/rocket-chip cd rocket-chip git submodule...
## Bug Title Cannot compile the CV32E40S model. ### Type Indicate whether the type of problem you found: * Compile error (hopefully nobody has committed anything that doesn't compile!) ###...
## `pkg_resources` https://github.com/capstone-engine/capstone/blob/master/bindings/python/capstone/__init__.py#L269 https://discuss.python.org/t/deprecating-importlib-resources-legacy-api/11386 `pkg_resources` seems to be deprecated from Python 3.9. ## `distutils` https://peps.python.org/pep-0632/ `distutils` is deprecated since Python 3.10 and no longer installed in Python 3.12 (https://docs.python.org/3.12/whatsnew/3.12.html). For...
I have a document which main language is English, the default language. However, I have a few cyrillic characters to put in it. `babel-otherlangs: "ru"` in the Markdown header didn't...
Installed LiteX on a new VM. ```bash litex_sim --cpu-type=cv32e41p ``` Stalls: ```bash [...] g++ veril.o sim_init.o verilated.o verilated_vcd_c.o Vsim__ALL.a modules.o pads.o sim.o libdylib.o parse.o -lpthread -Wl,--no-as-needed -ljson-c -lz -lm -lstdc++...
For instance, in the matmul test: https://github.com/hossein1387/BARVINN/blob/master/verification/tests/conv/conv_tester.sv#L17-L18 `weight.hex` and `input.hex` are not present. I assume these files should be compiled with a command. But which one?
There are several hardcoded paths in this repository: - https://github.com/hossein1387/BARVINN/blob/master/barvinn.core#L136 - https://github.com/hossein1387/BARVINN/blob/master/barvinn.core#L140 - Several times in [conv.map](https://github.com/hossein1387/BARVINN/blob/master/csrc/conv/build/conv.map). But I assume this folder could be regenerated (which command/Makefile ?) - https://github.com/hossein1387/BARVINN/blob/master/verification/tests/matmul/matmul_tester.sv#L15-L16...