Skip to content

Commit

Permalink
Enable the rev27 4x test.
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 21, 2023
1 parent 82ce715 commit d335af0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions synthesis/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ asap7_targets(

# ASAP7 7.5 track rev 27 4x scaled version
# 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_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 d335af0

Please sign in to comment.