Unverified Commit 86604552 authored by Schuyler Eldridge's avatar Schuyler Eldridge Committed by GitHub
Browse files

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: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 9b03a04a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment