Skip to content

Commit

Permalink
Workflow: Update obsolete attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Michalak <[email protected]>
  • Loading branch information
tmichalak committed Apr 4, 2024
1 parent ba20d19 commit 27251ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xls/modules/dma/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ place_and_route(
core_padding_microns = 2,
min_pin_distance = "0.5",
placement_density = "0.30",
skip_detailed_routing = True,
stop_after_step = "global_routing",
synthesized_rtl = ":csr_synth_asap7",
target_die_utilization_percentage = "10",
)
Expand Down Expand Up @@ -196,7 +196,7 @@ place_and_route(
core_padding_microns = 2,
min_pin_distance = "0.5",
placement_density = "0.30",
skip_detailed_routing = True,
stop_after_step = "global_routing",
synthesized_rtl = ":axi_csr_synth_asap7",
target_die_utilization_percentage = "10",
)
Expand Down Expand Up @@ -321,7 +321,7 @@ place_and_route(
core_padding_microns = 2,
min_pin_distance = "0.5",
placement_density = "0.30",
skip_detailed_routing = True,
stop_after_step = "global_routing",
synthesized_rtl = ":address_generator_synth_asap7",
target_die_utilization_percentage = "10",
)
Expand Down Expand Up @@ -397,7 +397,7 @@ place_and_route(
core_padding_microns = 2,
min_pin_distance = "0.5",
placement_density = "0.30",
skip_detailed_routing = True,
stop_after_step = "global_routing",
synthesized_rtl = ":frontend_reader_synth_asap7",
target_die_utilization_percentage = "10",
)
Expand Down Expand Up @@ -473,7 +473,7 @@ place_and_route(
core_padding_microns = 2,
min_pin_distance = "0.5",
placement_density = "0.30",
skip_detailed_routing = True,
stop_after_step = "global_routing",
synthesized_rtl = ":frontend_writer_synth_asap7",
target_die_utilization_percentage = "10",
)
Expand Down Expand Up @@ -556,7 +556,7 @@ xls_dslx_test(
# core_padding_microns = 2,
# min_pin_distance = "0.5",
# placement_density = "0.30",
# skip_detailed_routing = True,
# stop_after_step = "global_routing",
# synthesized_rtl = ":main_controller_synth_asap7",
# target_die_utilization_percentage = "10",
# )
Expand Down

0 comments on commit 27251ba

Please sign in to comment.