aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSchuyler Eldridge2020-10-13 16:33:27 -0400
committerGitHub2020-10-13 20:33:27 +0000
commita5a8c7a8f5d1dd38ac3452d7c98ac7773f692304 (patch)
tree6de654d0449f9dc1dd426ee8e285edb2bc5a8172 /scripts
parent8f1accb633a265a01d6c92fe20aa4e513350312c (diff)
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: Schuyler Eldridge <schuyler.eldridge@sifive.com> * Make FirrtlStage.run protected Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions