Packages

package circt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object ClockGate
  2. object IsX
  3. object Mux2Cell

    Utility for constructing 2-to-1 MUX cell intrinsic.

    Utility for constructing 2-to-1 MUX cell intrinsic. This intrinsic is lowered into verilog with vendor specic pragmas that guarantee utilization of 2-to-1 MUX cell in the synthesis process. Semantically Mux2Cell(cond, con, alt) is equivalent to Mux(cond, con, alt) for all cond, con and alt.

  4. object Mux4Cell

    Utility for constructing 4-to-1 MUX cell intrinsic.

    Utility for constructing 4-to-1 MUX cell intrinsic. This intrinsic is lowered into verilog with vendor specic pragmas that guarantee utilization of 4-to-1 MUX cell in the synthesis process.

  5. object PlusArgsTest
  6. object PlusArgsValue
  7. object SizeOf

Ungrouped