Surelog reports both definition of parameter (in vpiParameter) and actual value of paramter (in vpiParamAssign) in vpiGenScope. Previously we were skipping empty definitions of parameters, but we should actually replace this definition with value (if available).
Surelog reports both definition of parameter (in
vpiParameter
) and actual value of paramter (invpiParamAssign
) invpiGenScope
. Previously we were skipping empty definitions of parameters, but we should actually replace this definition with value (if available).UHDM-integration-test: https://github.com/chipsalliance/UHDM-integration-tests/pull/722 yosys-systemverilog run: https://github.com/antmicro/yosys-systemverilog/actions/runs/4730063145/jobs/8393403356