Skip to content

Commit

Permalink
Rename lec folder to slec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario committed Jan 3, 2024
1 parent c010206 commit e0a77d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 27 deletions.
22 changes: 0 additions & 22 deletions scripts/lec/clone_reference.sh

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
set summary_log $::env(summary_log)

read_design -SV -replace -noelaborate -golden -File ../golden.src
read_design -SV -replace -noelaborate -golden -File ./golden.src

elaborate_design -golden

read_design -SV -replace -noelaborate -revised -File ../revised.src
read_design -SV -replace -noelaborate -revised -File ./revised.src

elaborate_design -revised

Expand All @@ -31,8 +32,8 @@ write_hier_compare_dofile hier_compare_r2r.do -constraint -replace

run_hier_compare hier_compare_r2r.do -ROOT_module cv32e40p_core cv32e40p_core

report_hier_compare_result -all -usage > ./reports/result.rpt
report_hier_compare_result -NONEQuivalent -usage > ./reports/result_noneq.rpt
report_verification -verbose -hier > ./reports/result_verfication.rpt
report_hier_compare_result -all -usage > $sumary_log
report_verification -verbose -hier >> $sumary_log
report_hier_compare_result -NONEQuivalent -usage > $sumary_log.noneq.rpt

exit 0
File renamed without changes.
File renamed without changes.

0 comments on commit e0a77d8

Please sign in to comment.