Type Definition moore_vhdl::hir::UnitTable

source · []
pub type UnitTable = Vec<(Spanned<Name>, BigInt, Option<(BigInt, usize)>)>;
Expand description

A table of units for a physical type.

The tuple elements are as follows:

  1. The name of the unit.
  2. The unit expressed in multiples of the primary unit.
  3. The unit expressed relative to another unit, as given in the source code.