J
Johann Klammer
Guest
Hello,
Is there any way to get NetPartSelect(PV) primitives in the netlist with
/variable/ base in icarus verilog?
What kind of code fragment would produce those?
br918a.v and similar from the test suite[1] only produce part-to-vectors
with constant selects(cont. assignments, lvalues). Can I rely on this,
or is there a syntactically legal way to specify a variable select on an
lvalue? (I tried but get errors.. and my verilog skills are pretty thin,
too)
I am asking because the other way around (NetPartSelect(VP), rvalues)
/can/ have variable base as in pr2835632b.v
(the ones with a+/a-)
[1]https://github.com/steveicarus/ivtest
Many thanks
Is there any way to get NetPartSelect(PV) primitives in the netlist with
/variable/ base in icarus verilog?
What kind of code fragment would produce those?
br918a.v and similar from the test suite[1] only produce part-to-vectors
with constant selects(cont. assignments, lvalues). Can I rely on this,
or is there a syntactically legal way to specify a variable select on an
lvalue? (I tried but get errors.. and my verilog skills are pretty thin,
too)
I am asking because the other way around (NetPartSelect(VP), rvalues)
/can/ have variable base as in pr2835632b.v
(the ones with a+/a-)
[1]https://github.com/steveicarus/ivtest
Many thanks