Ports
n
Modules have ports
n
used to pass data to/from processes
n
can be defined as uni-
(sc_in<type>, sc_out<type>) or bi-
directonal (sc_inout<type>)
n
ports are provided as templates