sifive / duh-scala

⛏️ DUH component export to Scala
https://github.com/sifive/duh
Apache License 2.0
7 stars 3 forks source link

emit 'exists' ResourceBinding in base scala #36

Closed albertchen-sifive closed 5 years ago

albertchen-sifive commented 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.

albertchen-sifive commented 5 years ago

we use SimpleDevice which doesn't extend DeviceSnippet. we also cant mix it in since it is an abstract class