Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the rev27 4x rvt configuration working #235

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ package(
)

exports_files([
"tracks.tcl",
"rc_script.tcl",
"tracks_1x.tcl",
"tracks_4x.tcl",
"rc_script_1x.tcl",
"rc_script_4x.tcl",
"pdn_config_1x.pdn", # FIXME: Where did this come from?
"pdn_config_4x.pdn", # FIXME: Where did this come from?
"asap7.lyt", # Imported from OpenROAD-flow-scripts on 24.07.2023 at 6ec980e1d49a1a8dcdd1e25ed81255b4bb8285c8 from: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/6ec980e1d49a1a8dcdd1e25ed81255b4bb8285c8/flow/platforms/asap7/KLayout/asap7.lyt
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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_layer_rc -layer M1 -capacitance 6.33956E-02 -resistance 1.3889e-01
set_layer_rc -layer M2 -capacitance 8.02750E-02 -resistance 2.4222e-02
set_layer_rc -layer M3 -capacitance 1.23273E-01 -resistance 2.4222e-02
set_layer_rc -layer M4 -capacitance 1.29902E-01 -resistance 1.6778e-02
set_layer_rc -layer M5 -capacitance 1.19552E-01 -resistance 1.4677e-02
set_layer_rc -layer M6 -capacitance 1.23114E-01 -resistance 1.0371e-02
set_layer_rc -layer M7 -capacitance 1.05408E-01 -resistance 9.6720e-03
set_layer_rc -layer M8 -capacitance 1.1822e-01 -resistance 7.4310e-03
set_layer_rc -layer M9 -capacitance 1.3497e-01 -resistance 6.8740e-03

set_layer_rc -via V1 -resistance 1.00E-02
set_layer_rc -via V2 -resistance 1.00E-02
set_layer_rc -via V3 -resistance 1.00E-02
set_layer_rc -via V4 -resistance 1.00E-02
set_layer_rc -via V5 -resistance 1.00E-02
set_layer_rc -via V6 -resistance 1.00E-02
set_layer_rc -via V7 -resistance 1.00E-02
set_layer_rc -via V8 -resistance 1.00E-02
set_layer_rc -via V9 -resistance 1.00E-02

set_wire_rc -layer M3
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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 multiplier 4

make_tracks Pad -x_offset [expr 0.116 * $multiplier] -x_pitch [expr 0.08 * $multiplier] -y_offset [expr 0.116 * $multiplier] -y_pitch [expr 0.08 * $multiplier]
make_tracks M9 -x_offset [expr 0.116 * $multiplier] -x_pitch [expr 0.08 * $multiplier] -y_offset [expr 0.116 * $multiplier] -y_pitch [expr 0.08 * $multiplier]
make_tracks M8 -x_offset [expr 0.116 * $multiplier] -x_pitch [expr 0.08 * $multiplier] -y_offset [expr 0.116 * $multiplier] -y_pitch [expr 0.08 * $multiplier]
make_tracks M7 -x_offset [expr 0.016 * $multiplier] -x_pitch [expr 0.064 * $multiplier] -y_offset [expr 0.016 * $multiplier] -y_pitch [expr 0.064 * $multiplier]
make_tracks M6 -x_offset [expr 0.012 * $multiplier] -x_pitch [expr 0.048 * $multiplier] -y_offset [expr 0.016 * $multiplier] -y_pitch [expr 0.064 * $multiplier]
make_tracks M5 -x_offset [expr 0.012 * $multiplier] -x_pitch [expr 0.048 * $multiplier] -y_offset [expr 0.012 * $multiplier] -y_pitch [expr 0.048 * $multiplier]
make_tracks M4 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr 0.012 * $multiplier] -y_pitch [expr 0.048 * $multiplier]
make_tracks M3 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr 0.009 * $multiplier] -y_pitch [expr 0.036 * $multiplier]

# Creating multiple sub tracks for metal M2 for off grid routing purposes.
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.045 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.081 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.117 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.153 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.189 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.225 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]
make_tracks M2 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr (0.270 - 0.000) * $multiplier] -y_pitch [expr 0.270 * $multiplier]

make_tracks M1 -x_offset [expr 0.009 * $multiplier] -x_pitch [expr 0.036 * $multiplier] -y_offset [expr 0.009 * $multiplier] -y_pitch [expr 0.036 * $multiplier]
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_L",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_L/H",
tie_low_port = "TIELOxp5_ASAP7_6t_L/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down Expand Up @@ -151,13 +151,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_R",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_R/H",
tie_low_port = "TIELOxp5_ASAP7_6t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down Expand Up @@ -209,13 +209,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_SL",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_SL/H",
tie_low_port = "TIELOxp5_ASAP7_6t_SL/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_L",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_L/H",
tie_low_port = "TIELOxp5_ASAP7_6t_L/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_R",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_R/H",
tie_low_port = "TIELOxp5_ASAP7_6t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_6t_SL",
tapcell_distance = 25,
tie_high_port = "TIEHIxp5_ASAP7_6t_SL/H",
tie_low_port = "TIELOxp5_ASAP7_6t_SL/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_L",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_L/H",
tie_low_port = "TIELOx1_ASAP7_75t_L/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down Expand Up @@ -153,13 +153,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_R",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_R/H",
tie_low_port = "TIELOx1_ASAP7_75t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down Expand Up @@ -270,13 +270,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_4x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_4x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_R",
tapcell_distance = 25 * 4, # We are using the by 4 variants of these cells.
tie_high_port = "TIEHIx1_ASAP7_75t_R/H",
tie_low_port = "TIELOx1_ASAP7_75t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_4x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down Expand Up @@ -332,13 +332,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_SL",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_SL/H",
tie_low_port = "TIELOx1_ASAP7_75t_SL/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_L",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_L/H",
tie_low_port = "TIELOx1_ASAP7_75t_L/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_R",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_R/H",
tie_low_port = "TIELOx1_ASAP7_75t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_4x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_4x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_R",
tapcell_distance = 25 * 4, # We are using the by 4 variants of these cells.
tie_high_port = "TIEHIx1_ASAP7_75t_R/H",
tie_low_port = "TIELOx1_ASAP7_75t_R/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_4x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ open_road_pdk_configuration(
pdn_config = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:pdn_config_1x.pdn",
pin_horizontal_metal_layer = "M4",
pin_vertical_metal_layer = "M5",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script.tcl",
rc_script_configuration = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:rc_script_1x.tcl",
tap_cell = "TAPCELL_ASAP7_75t_SL",
tapcell_distance = 25,
tie_high_port = "TIEHIx1_ASAP7_75t_SL/H",
tie_low_port = "TIELOx1_ASAP7_75t_SL/L",
tie_separation = 0,
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks.tcl",
tracks_file = "@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:tracks_1x.tcl",
wire_rc_clock_metal_layer = "M5",
wire_rc_signal_metal_layer = "M2",
)
Loading
Loading