RE: net_resolution (second iteration)


Subject: RE: net_resolution (second iteration)
From: Ian Wilson (imw@antrim.com)
Date: Tue Feb 27 2001 - 10:28:37 PST


The mixed net has been split into three components. Perhaps
the clearest way to have desribed this would to have had a
3-terminal connect module:

  module wire_with_electrical(d_in, d_out, a_io)
    input d_in; wire d_in;
    output d_out; wire d_out;
    inout a_io; electrical a_io;
  endmodule

This would make it evident that 'something' has to read d_in
and drive d_out, for example.

--ian

    



This archive was generated by hypermail 2b28 : Tue Feb 27 2001 - 10:24:08 PST