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

Make {Stage, FirrtlStage}.run protected (#1926)



* Make Stage.run protected

Change the access modifier of Stage.run from no modifier to protected.
This method is really an internal API that the user implements with
the main entry point for a Stage being "execute" or "transform". By
allowing users to access "run" they can bypass checks, mandatory file
reads/writes, and wrappers.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>

* Make FirrtlStage.run protected

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 8f1accb6
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