forked from ucb-bar/riscv-sodor
-
Notifications
You must be signed in to change notification settings - Fork 21
Some Rocket Chip examples
kshalle edited this page Apr 15, 2018
·
5 revisions
Resource String in RocketTile -- inside RocketTile, there is this strange "cpuDevice = new Device" stuff.. what it does is create a resources string that is essentially the same as a Device Tree, and is used to generate the machine configuration string, which is used by Linux.
override lazy val module = new RocketTileModule(this)
Reg width inheritance issue with porting Chisel 2 to Chisel 3