chisel-bootcamp
chisel-bootcamp copied to clipboard
2.1_first_module.ipynb: Module name
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 bePassthrough
. 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.
I think, this is (luckily) not the case anymore:
Hmm, I wonder if this is consistent across all versions of Jupyter i.e. if older versions of Jupyter still have the cmd#
issue.