Change ports in Interface to be a val (#3220)
Change an abstract def to a val when specifying the ports of an
Interface. This improves the static nature of the Interface and prevents
abuse as leaving this a s a def (a function) makes it a generator.
h/t @azidar
Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
parent
9b03a04a