Closed albertchen-sifive closed 5 years ago
adds this line https://github.com/chipsalliance/rocket-chip/blob/master/src/main/scala/diplomacy/Resources.scala#L89 to the base scala to prevent an IllegalArgumentException from being thrown when elaborating the Object Model.
IllegalArgumentException
we use SimpleDevice which doesn't extend DeviceSnippet. we also cant mix it in since it is an abstract class
SimpleDevice
DeviceSnippet
adds this line https://github.com/chipsalliance/rocket-chip/blob/master/src/main/scala/diplomacy/Resources.scala#L89 to the base scala to prevent an
IllegalArgumentException
from being thrown when elaborating the Object Model.