(20) Section 3.4.2 Connections to port expressions (whats a driver?)
Behavioral expression attached to ports
- should be able to indicate the disciplines of such ports somehow.
e.g;
module foo;
reg a;
reg b;
Bar b1(a&b);
endmodule
How can the discipline of 'a&b' be indicated?
Recommendations: Cadence recommendation forth coming, several potential options