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

Removes unused ASAP7 libraries #276

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
34 changes: 2 additions & 32 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,7 @@ EXTRA_ARGS = {
# ASAP7 predictive 7nm PDK
# ------------------------------------------------------------------------

# FIXME: Add ASAP7 7nm PDK - 6 track rev 26 standard cells

# ASAP 7nm PDK - 7.5 track rev 27 standard cells
[
[
basic_asic_flow(
name = test_name + "-" + cell_name,
cells = cell_target,
extra_args = EXTRA_ARGS[test_name],
gds = False, # No GDS for the rev 27 cells
target = ":" + test_name,
top = test_name,
)
for cell_name, cell_target in for_each_asap7_cells("sc7p5t_rev27")
]
for test_name in BASIC_TESTS
]
# FIXME: Add ASAP7 7nm PDK - 6 track rev 26 standard cellsss

# ASAP 7nm PDK - 7.5 track rev 28 standard cells
[
Expand All @@ -186,18 +170,4 @@ EXTRA_ARGS = {
for cell_name, cell_target in for_each_asap7_cells("sc7p5t_rev28")
]
for test_name in BASIC_TESTS
]

# "Special" ASAP7 7.5 track rev 27 4x scaled version
[
basic_asic_flow(
name = test_name + "-asap7-sc7p5t_rev27_rvt_4x",
size = 2000,
cells = "@org_theopenroadproject_asap7sc7p5t_27//:asap7-sc7p5t_rev27_rvt_4x-ccs_ss",
extra_args = EXTRA_ARGS[test_name],
gds = False, # No GDS for the 4x cells
target = ":" + test_name,
top = test_name,
)
for test_name in BASIC_TESTS
]
]
Loading