summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/scala/chisel3/stage/ChiselStage.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/scala/chisel3/stage/ChiselStage.scala b/src/main/scala/chisel3/stage/ChiselStage.scala
index 989b3a17..0c76f411 100644
--- a/src/main/scala/chisel3/stage/ChiselStage.scala
+++ b/src/main/scala/chisel3/stage/ChiselStage.scala
@@ -47,7 +47,7 @@ class ChiselStage extends Stage {
/** Convert a Chisel module to a CHIRRTL string
* @param gen a call-by-name Chisel module
* @param args additional command line arguments to pass to Chisel
- * param annotations additional annotations to pass to Chisel
+ * @param annotations additional annotations to pass to Chisel
* @return a string containing the Verilog output
*/
final def emitChirrtl(
@@ -70,7 +70,7 @@ class ChiselStage extends Stage {
/** Convert a Chisel module to a FIRRTL string
* @param gen a call-by-name Chisel module
* @param args additional command line arguments to pass to Chisel
- * param annotations additional annotations to pass to Chisel
+ * @param annotations additional annotations to pass to Chisel
* @return a string containing the FIRRTL output
*/
final def emitFirrtl(
@@ -90,7 +90,7 @@ class ChiselStage extends Stage {
/** Convert a Chisel module to Verilog
* @param gen a call-by-name Chisel module
* @param args additional command line arguments to pass to Chisel
- * param annotations additional annotations to pass to Chisel
+ * @param annotations additional annotations to pass to Chisel
* @return a string containing the Verilog output
*/
final def emitVerilog(
@@ -110,7 +110,7 @@ class ChiselStage extends Stage {
/** Convert a Chisel module to SystemVerilog
* @param gen a call-by-name Chisel module
* @param args additional command line arguments to pass to Chisel
- * param annotations additional annotations to pass to Chisel
+ * @param annotations additional annotations to pass to Chisel
* @return a string containing the SystemVerilog output
*/
final def emitSystemVerilog(