summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Lawson2016-08-30 08:49:52 -0700
committerJim Lawson2016-08-30 08:49:52 -0700
commitd4375d8c7a380d8002b7d9e79f53883e46279cd9 (patch)
tree4af295cf4505f2c7b41ebb667dc674b0876e2ca9 /src
parent1973e4d7333e2c57be4bcb7204210ecafdacab93 (diff)
Correct parameter name (topModule) in ScalaDoc.
Diffstat (limited to 'src')
-rw-r--r--src/main/scala/chisel3/Driver.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/Driver.scala b/src/main/scala/chisel3/Driver.scala
index 0979314f..20a43636 100644
--- a/src/main/scala/chisel3/Driver.scala
+++ b/src/main/scala/chisel3/Driver.scala
@@ -47,7 +47,7 @@ trait BackendCompilationUtilities {
* C++ sources and headers as well as a makefile to compile them.
*
* @param dutFile name of the DUT .v without the .v extension
- * @param name of the top-level module in the design
+ * @param topModule of the top-level module in the design
* @param dir output directory
* @param vSources list of additional Verilog sources to compile
* @param cppHarness C++ testharness to compile/link against