Results 7 issues of Marco Merlin

I am trying to use pyverilog with the register files generated with peakRDL-verilog (https://github.com/hughjackson/PeakRDL-verilog) and I am getting the following error. g++ -I. -MMD -I/usr/local/share/verilator/include -I/usr/local/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -faligned-new...

I am getting the following error when trying to install on ubuntu 22.04. Install using pip (python2.7) works fine instead. ``` pip3 install --upgrade symbolator Defaulting to user installation because...

command_args argument exist but is not used. I found it useful to specify verilator arguments such as args = ["-Wno-TIMESCALEMOD", "-Wno-WIDTH", '--timescale-override', '1ns/1ns'] as you can see here https://github.com/bat52/cryptech/blob/master/pycryptech/ecdsa256_pyverilator.py

Compiling on my ubuntu 20.04 fails. It seems the components are compiled correctly, but the main is not compiled, nor found by the linker. See the error below. ` marco@Latitude-E6440:/media/marco/DATA/programming/riscv/bl_iot_sdk-master/customer_app/bl602_demo_wifi$...

bug

loading leon2 register description file https://github.com/bat52/cheap_pie/blob/master/devices/leon2_creg.xml fails with this error # ValueError: invalid literal for int() with base 10: '4 * (2 ** 10)'

https://www.scalinx.com/ is the correct one

Hi, I read your research paper ( https://arxiv.org/pdf/2104.07963 ) based on this project and found it very interesting. However, after downloading the dataset ( https://figshare.com/articles/dataset/openCSI/19596379?file=34809589 ), I found it impossible...