Skip to content

Commit

Permalink
Merge pull request #991 from pascalgouedo/dev_dd_pgo_lec
Browse files Browse the repository at this point in the history
Few lec scripts cleanup and improvements.
  • Loading branch information
davideschiavone authored May 30, 2024
2 parents c6360f5 + 869d205 commit e72b3da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
30 changes: 15 additions & 15 deletions scripts/slec/cadence/lec.tcl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// Copyright 2024 OpenHW Group and Dolphin Design
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
//
// Licensed under the Solderpad Hardware License v 2.1 (the “License”);
// you may not use this file except in compliance with the License, or,
// at your option, the Apache License version 2.0.
// You may obtain a copy of the License at
//
// https://solderpad.org/licenses/SHL-2.1/
//
// Unless required by applicable law or agreed to in writing, any work
// distributed under the License is distributed on an “AS IS” BASIS,
// 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.
# Copyright 2024 OpenHW Group and Dolphin Design
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
#
# Licensed under the Solderpad Hardware License v 2.1 (the “License”);
# you may not use this file except in compliance with the License, or,
# at your option, the Apache License version 2.0.
# You may obtain a copy of the License at
#
# https://solderpad.org/licenses/SHL-2.1/
#
# Unless required by applicable law or agreed to in writing, any work
# distributed under the License is distributed on an “AS IS” BASIS,
# 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)
set top_module $::env(top_module)
Expand Down
3 changes: 3 additions & 0 deletions scripts/slec/synopsys/lec.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# limitations under the License.

set synopsys_auto_setup true
set verification_failing_point_limit 0

set summary_log $::env(summary_log)
set top_module $::env(top_module)
set version $::env(version)
Expand Down Expand Up @@ -55,6 +57,7 @@ if {"$top_module" == "cv32e40p_core"} {

verify > $summary_log

report_passing_points > $summary_log.passing_points.rpt
report_aborted_points > $summary_log.aborted_points.rpt
report_failing_points > $summary_log.failing_points.rpt

Expand Down

0 comments on commit e72b3da

Please sign in to comment.