pub struct PortInterface;
Expand description

Helper methods to parse @read_together and @write_together specifications

Implementations

Construct @write_together specs from the primitive definitions.

Construct @read_together spec from the definition of a primitive. Each spec is allowed to have exactly one output port along with one or more input ports. The specification dictates that before reading the output port, the input ports must be driven, i.e., the output port is combinationally related to the input ports and only those ports.

Construct @read_together specs from the primitive definitions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.