summaryrefslogtreecommitdiff
path: root/src/test/scala/cookbook/RegOfVec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/cookbook/RegOfVec.scala')
-rw-r--r--src/test/scala/cookbook/RegOfVec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cookbook/RegOfVec.scala b/src/test/scala/cookbook/RegOfVec.scala
index fee7f2e1..e5bb1ca8 100644
--- a/src/test/scala/cookbook/RegOfVec.scala
+++ b/src/test/scala/cookbook/RegOfVec.scala
@@ -7,7 +7,7 @@ import chisel3._
/* ### How do I create a Reg of type Vec?
*
* For information, please see the API documentation for Vec
- * (https://chisel.eecs.berkeley.edu/api/index.html#chisel3.core.Vec)
+ * (https://chisel.eecs.berkeley.edu/api/index.html#chisel3.Vec)
*/
class RegOfVec extends CookbookTester(2) {
// Reg of Vec of 32-bit UInts without initialization