Benoît Denkinger

Results 6 issues of Benoît Denkinger

**Describe the bug** Dear systemrdl-compiler community, I'm encountering what I believe is a bug. The RDLImporter class as a method called add_child() but it does not support adding signals to...

When using the default boot option (i.e., jtag) with questasim, if the instruction at the last address is executed (and the text section last address does not align with a...

Create simpler command to launch simulation(s) (e.g., less verbose, symlinks to the built folder inside the app folder directly)

Hello, I'm facing the case where I have an addrmap parameter that is used to define my SystemRDL description. It would be nice if this parameter could be instantiated in...

Hello, I'm using external register in SystemRDL. The regblock plugin generates packed structure for external registers. For example: From SystemRDL description: ``` reg { desc = "UART live status register";...

riscv_isac package is not compatible with ruamel.yaml version > 0.18.0 (current latest version is 0.18.6) because of the deprecated method: ``` AttributeError: "round_trip_dump()" has been removed, use yaml = YAML()...