update verilator so that plusarg_reader works

This commit is contained in:
Howard Mao
2017-07-20 20:19:02 +00:00
parent fae57b6daa
commit ada96f3724
3 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ class WithSimNetwork extends Config((site, here, up) => {
})
class BaseExampleConfig extends Config(
new WithoutTLMonitors ++
new WithSerialAdapter ++
new freechips.rocketchip.chip.DefaultConfig)