Skip to content

Commit 85588cb

Browse files
committed
Remove deprecated rocket-chip annotation API
See chipsalliance/rocket-chip#3723
1 parent 424249b commit 85588cb

File tree

8 files changed

+7
-10
lines changed

8 files changed

+7
-10
lines changed

generators/chipyard/src/main/scala/example/TutorialTile.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ class MyTile(
171171

172172
// DOC include start: Implementation class
173173
class MyTileModuleImp(outer: MyTile) extends BaseTileModuleImp(outer){
174-
// annotate the parameters
175-
Annotated.params(this, outer.myParams)
176-
177174
// TODO: Create the top module of the core and connect it with the ports in "outer"
178175

179176
// If your core is in Verilog (assume your blackbox is called "MyCoreBlackbox"), instantiate it here like

generators/cva6

generators/ibex

0 commit comments

Comments
 (0)