We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27275 commit a7f796bCopy full SHA for a7f796b
src/main/scala/circt/stage/ChiselStage.scala
@@ -67,11 +67,11 @@ object ChiselStage {
67
)
68
69
70
- /** Run elaboration and return the [[ElaboratedCircuit]]
+ /** Run elaboration and return the `ElaboratedCircuit`
71
*
72
* @param gen a call-by-name Chisel module
73
* @param args additional command line arguments to pass to Chisel
74
- * @return the [[ElaboratedCircuit]]
+ * @return the `ElaboratedCircuit`
75
*/
76
def elaborate(
77
gen: => RawModule,
0 commit comments