package circt
- Alphabetic
- Public
- Protected
Value Members
- object ClockGate
- object IsX
- 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 toMux(cond, con, alt)
for allcond
,con
andalt
. - 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.
- object PlusArgsTest
- object PlusArgsValue
- object SizeOf