You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The defparam should be able to be handled much the same way the current parser currently handles the parameters. Only difference is it may have to create a new instance to add the parameter to first?
VQM files are produced by synopsis simplify. The b13 vqm files are linked below (note that GitHub doesn't allow you to attach .vqm files so the extensions were renamed to please GitHub).
Currently I only have one example of each of these formats. There could be a lot more constructs than what I see.
VO files
defparam structure
defparam \avs_s1_readdata[12]~output .bus_hold = "false";
constants mapped to ports in instances
cyclonev_io_obuf \avs_s1_readdata[16]~output ( .seriesterminationcontrol(16'b0000000000000000));
the tri1 type
the tri0 type probably exists too? may as well support it.
! on port mappings within instances.
VQM files
Everything needed for VO files plus
inverters on assignment statements
assign \fp_pow_0002:fp_pow_inst|__ALT_INV__prodXY_uid496_pT2_uid435_expPolyEval_cma_s[0][49] = ~ \fp_pow_0002:fp_pow_inst|prodXY_uid496_pT2_uid435_expPolyEval_cma_s[0][49] ;
The text was updated successfully, but these errors were encountered: