Dave Rich raised a good point via e-mail regarding erratum 43,
namely, what then about 'output' arguments?
In Verilog, these are passed by result. So really in Verilog
there are three argument passing styles
input = by value
output = by result
inout = by value-result
and SystemVerilog adds a fourth style
ref = by reference
My proposal regarding erratum 43 should be improved.
Thanks, Dave, for catching my mistake.
-- Brad
Received on Tue Oct 5 18:11:21 2004
This archive was generated by hypermail 2.1.8 : Tue Oct 05 2004 - 18:11:29 PDT