Results 22 issues of esynr3z

Hello, It seems that Verilator ignores `some_map_t` specialization of class `wrapper` and try to cast `this.map` to a default type. This can be connected to #4997, as I become able...

area: elaboration
status: ready

Hello, I'm getting internal error on the code below. Here I wanted to use constant string within array assignment. It seems legal and works in major simulators. The code: ```verilog...

status: ready

Hi! I'm getting error when try to implement extern function that returns parametrized class: ``` %Error: test.sv:12:5: Assign RHS expects a CLASSREFDTYPE 'value_cls', got CLASSREFDTYPE 'value_cls__Tz1' : ... note: In...

area: elaboration
status: ready

Hello, I have class with some default `parameter type` and cannot override it, which should be legal. The code: ```verilog module test; typedef enum { FOO_0, FOO_1 } foo_e; typedef...

status: ready

Just splitting #62 into separate tasks

kind: feature
scope: hw generators
status: todo

It would be nice to have a way to override configuration parameters via CLI. This facilitates scripting and experimenting around tool without modifying the configuration file. It is quite a...

kind: feature
scope: cli
status: todo

Some work is already done here #11 . Need to review and adapt to latest master at the moment

kind: feature
scope: doc generators
status: todo

Single source is used for any HDL generation, but Verilog and VHDL modules stored as different jinja templates. This is quite error prone, because always during any fix/enhancement both types...

kind: feature
scope: hw generators
scope: tests

I simply like how it is organized https://keepachangelog.com/en/1.1.0/

scope: infrastructure
kind: refactoring

Some advanced features require configuraion file to be more flexible and original csrconfig INI-like might be not easy to support them. That's why I want to switch to TOML. It...

kind: feature
scope: cli