Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenLane for SwiSH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Artem Ageev
OpenLane for SwiSH
Commits
337ffbf4
Unverified
Commit
337ffbf4
authored
10 months ago
by
Mohamed Gaber
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update OpenROAD (#2118)
~ `openroad_app` -> `da0053d` to fix an issue with antenna repair
parent
ad7a11ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dependencies/tool_metadata.yml
+1
-1
1 addition, 1 deletion
dependencies/tool_metadata.yml
scripts/openroad/irdrop.tcl
+3
-3
3 additions, 3 deletions
scripts/openroad/irdrop.tcl
with
4 additions
and
4 deletions
dependencies/tool_metadata.yml
+
1
−
1
View file @
337ffbf4
...
...
@@ -56,7 +56,7 @@
in_install
:
false
-
name
:
openroad_app
repo
:
https://github.com/The-OpenROAD-Project/OpenROAD
commit
:
0889970d1790a2617e69f253221b8bd7626e51dc
commit
:
da0053d7b0014ab9c87ea148875ff6c2a0f9b658
in_install
:
false
-
name
:
git
repo
:
https://github.com/git/git
...
...
This diff is collapsed.
Click to expand it.
scripts/openroad/irdrop.tcl
+
3
−
3
View file @
337ffbf4
...
...
@@ -21,7 +21,7 @@ if { [info exists ::env(VSRC_LOC_FILES)] } {
foreach
{
net vsrc_file
}
"
$::env
(VSRC_LOC_FILES)"
{
set arg_list
[
list
]
lappend arg_list -net $net
lappend arg_list -
out
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
lappend arg_list -
voltage_
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
lappend arg_list -vsrc $vsrc_file
analyze_power_grid
{*}
$arg
_list
}
...
...
@@ -29,13 +29,13 @@ if { [info exists ::env(VSRC_LOC_FILES)] } {
foreach net
"
$::env
(VDD_NETS)"
{
set arg_list
[
list
]
lappend arg_list -net $net
lappend arg_list -
out
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
lappend arg_list -
voltage_
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
analyze_power_grid
{*}
$arg
_list
}
foreach net
"
$::env
(GND_NETS)"
{
set arg_list
[
list
]
lappend arg_list -net $net
lappend arg_list -
out
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
lappend arg_list -
voltage_
file $::env
(
_tmp_save_rpt_prefix
)
-$net.rpt
set_pdnsim_net_voltage -net $net -voltage 0
analyze_power_grid
{*}
$arg
_list
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment