Dragon-Git

Results 7 comments of Dragon-Git

I also encountered a similar issue when passing a string starting with "-" , but it can be passed by explicitly specifying the parameter name, for example: ```python import fire...

For debugging purposes, it is more convenient to have the field names preserved, especially when dealing with very large structs. I use [peakrdl-regblock](https://github.com/SystemRDL/PeakRDL-regblock) to convert systemrdl to register systemverilog files,...

Thank you for the suggestion and for pointing out the `--output-groups` option. I have tried it, and it successfully addresses my issue. This new feature is a great addition and...

Hi wsnyder Thank you for your response and suggestions. I can confirm that the issue only appears after introducing pybind11. Based on my debugging, it seems that the problem is...

Hi wsnyder, Thank you for your guidance and patience. I have completed both tasks: - I was able to reproduce the issue even without the Python libraries. - The problem...

Hi wsnyder, Thank you for your continued support and assistance. I have updated to Verilator 5.030 and tested the example you provided. Unfortunately, I am still encountering the same linking...

The example you sent doesn't work successfully on Ubuntu 20. I have managed to resolve the linking issues by modifying the Makefile generated by Verilator. Specifically, I added the `-Wl,--whole-archive`...