fix verilator build
This commit is contained in:
@@ -3,9 +3,12 @@ package example
|
||||
import config.{Parameters, Config}
|
||||
import testchipip.WithSerialAdapter
|
||||
import coreplex.WithRoccExample
|
||||
import rocketchip.WithoutTLMonitors
|
||||
|
||||
class DefaultExampleConfig extends Config(
|
||||
new WithSerialAdapter ++ new rocketchip.DefaultConfig)
|
||||
new WithoutTLMonitors ++
|
||||
new WithSerialAdapter ++
|
||||
new rocketchip.DefaultConfig)
|
||||
|
||||
class RoccExampleConfig extends Config(
|
||||
new WithRoccExample ++ new DefaultExampleConfig)
|
||||
|
||||
Reference in New Issue
Block a user