chisel-bootcamp icon indicating copy to clipboard operation
chisel-bootcamp copied to clipboard

2.1_first_module.ipynb: Module name

Open crepererum opened this issue 4 years ago • 1 comments

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.

I think, this is (luckily) not the case anymore:

Screenshot from 2020-05-20 20-46-05

crepererum avatar May 20 '20 18:05 crepererum

Hmm, I wonder if this is consistent across all versions of Jupyter i.e. if older versions of Jupyter still have the cmd# issue.

edwardcwang avatar Jan 20 '21 02:01 edwardcwang