Skip to content

Commit

Permalink
test: faster test, run tag_array_64x184 through place
Browse files Browse the repository at this point in the history
L1MetadataArray runs through route, so we have that covered

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Aug 22, 2024
1 parent 7cb5c84 commit cc106cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SRAM_SYNTH_ARGUMENTS = {

orfs_flow(
name = "tag_array_64x184",
abstract_stage = "route",
abstract_stage = "place",
stage_args = {
"synth": SRAM_SYNTH_ARGUMENTS,
"floorplan": SRAM_FLOOR_PLACE_ARGUMENTS | {
Expand Down Expand Up @@ -140,7 +140,7 @@ orfs_flow(

orfs_run(
name = "tag_array_64x184_report",
src = ":tag_array_64x184_route",
src = ":tag_array_64x184_place",
outs = [
"report.yaml",
],
Expand Down

0 comments on commit cc106cf

Please sign in to comment.