diff options
| author | Chick Markley | 2020-09-16 18:52:16 -0700 |
|---|---|---|
| committer | GitHub | 2020-09-16 18:52:16 -0700 |
| commit | ecb96e83324ea17cf38b7b90753d745d3c7f51bd (patch) | |
| tree | 98b2aacab28edc29fadcf9d02b59848c4a9dc1ee /scripts | |
| parent | 0c646459b52394e8a388143cee324b8af3dc7c09 (diff) | |
Change to Apache 2.0 License (#1901)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/formal_equiv.sh | 3 | ||||
| -rwxr-xr-x | scripts/parse_firrtl_transform_log.py | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/scripts/formal_equiv.sh b/scripts/formal_equiv.sh index b595ff9a..2304b74e 100755 --- a/scripts/formal_equiv.sh +++ b/scripts/formal_equiv.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash + +# SPDX-License-Identifier: Apache-2.0 + # This script is for formally comparing the Verilog emitted by different git revisions # There must be two valid git revision arguments set -e diff --git a/scripts/parse_firrtl_transform_log.py b/scripts/parse_firrtl_transform_log.py index 16ea77cd..c5bbd361 100755 --- a/scripts/parse_firrtl_transform_log.py +++ b/scripts/parse_firrtl_transform_log.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# SPDX-License-Identifier: Apache-2.0 + import sys import os import re |
