Struct ReadPort
pub struct ReadPort<#uint W, D> {
addr: inv uint<W>,
out: D,
}Expand
A read port for a memory. It is not recommended to manually read the signals
in this struct, instead use .read() to access the port.
pub struct ReadPort<#uint W, D> {
addr: inv uint<W>,
out: D,
}A read port for a memory. It is not recommended to manually read the signals
in this struct, instead use .read() to access the port.