Skip to content

Commit

Permalink
Disable 4x scaled 7.5 track config.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Nov 8, 2023
1 parent 4b0ada6 commit c4e2274
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions synthesis/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,16 @@ asap7_targets(
)

# ASAP7 7.5 track rev 27 4x scaled version
asap7_targets(
name = "verilog_counter-asap7-sc7p5t_rev27_rvt_4x",
size = 2000,
has_gds = False, # No GDS for the 4x cells
rev = 27,
target = "verilog_counter",
tracks = "7p5t",
vt = "rvt_4x",
)
# FIXME: Enable the 4x scaled 7.5 track config.
#asap7_targets(
# name = "verilog_counter-asap7-sc7p5t_rev27_rvt_4x",
# size = 2000,
# has_gds = False, # No GDS for the 4x cells
# rev = 27,
# target = "verilog_counter",
# tracks = "7p5t",
# vt = "rvt_4x",
#)

# ASAP7 6 track rev 26
# FIXME: Enable the 6 track config.
Expand Down

0 comments on commit c4e2274

Please sign in to comment.