chisel3.util.circt
Members list
Packages
Type members
Classlikes
Attributes
- Source
- ClockGate.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ClockGate.type
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.
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.
Attributes
- Source
- Synthesis.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Mux2Cell.type
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.
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.
Attributes
- Source
- Synthesis.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Mux4Cell.type
Attributes
- Source
- PlusArgsValue.scala
- Supertypes
-
class Bundleclass Recordtrait Selectabletrait Aggregateclass Datatrait InstanceIdclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- PlusArgsTest.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PlusArgsTest.type
Create an intrinsic which generates a verilog $value$plusargs. This returns a value as indicated by the format string and a flag for whether the value was found.
Create an intrinsic which generates a verilog $value$plusargs. This returns a value as indicated by the format string and a flag for whether the value was found.
Attributes
- Source
- PlusArgsValue.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PlusArgsValue.type
Attributes
- Source
- SizeOf.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SizeOf.type