Skip to content

Commit bf8ec6d

Browse files
authored
Module name error removed (freechipsproject#169)
The module name is consistent as of v3.4.0
1 parent d715bba commit bf8ec6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2.1_first_module.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@
139139
"cell_type": "markdown",
140140
"metadata": {},
141141
"source": [
142-
"Note that the Name of our module is `cmd<#>WrapperHelperPassthrough`, which is an artifact of running this tutorial in Jupyter. In your normal code, its name should just be `Passthrough`. This is an important lesson though - although Chisel does its best to preserve the names of your modules and other hardware components, sometimes it fails to do so.\n",
143-
"\n",
144142
"<span style=\"color:blue\">**Example: A Module Generator**</span><br>\n",
145143
"If we apply what we learned about Scala to this example, we can see that a Chisel module is implemented as a Scala class. Just like any other Scala class, we could make a Chisel module take some construction parameters. In this case, we make a new class `PassthroughGenerator` which will accept an integer `width` that dictates the widths of its input and output ports:"
146144
]

0 commit comments

Comments
 (0)