diff --git a/libs/libvqm/vqm_parser.l b/libs/libvqm/vqm_parser.l index 61fc34bdb47..32a971fc344 100644 --- a/libs/libvqm/vqm_parser.l +++ b/libs/libvqm/vqm_parser.l @@ -39,7 +39,7 @@ %% ^[ \t]*\/\/[^\n\r]*(\n|\r\n) /* skip one-line comments */ ^[ \t]*\(\*[^\n\r]*\*\) /* skip synthesis attributes and directives */ -[ \t]+ /* skip white spaces */ +[ \t\n\r]+ /* skip white spaces */ ! /* skip the logical operator ! applied on the input ports of the lut - this results in lut mask not being valid anoymore */ (\n|\r\n) /* skip empty lines */ module return TOKEN_MODULE; @@ -58,6 +58,11 @@ assign return TOKEN_ASSIGN; strncpy(yylval.string, yytext, yyleng+1); return TOKEN_REGULARID; } +~[a-zA-Z_][a-zA-Z_0-9$]* { + yylval.string = (char *)malloc(yyleng); + strncpy(yylval.string, yytext+1, yyleng); + return TOKEN_REGULARID; + } [-]?[1-9][0-9]*|0+ { yylval.value = atoi(yytext); return TOKEN_INTCONSTANT; diff --git a/vtr_flow/scripts/download_titan.py b/vtr_flow/scripts/download_titan.py index 483ba5c04d0..6cea78aa1f8 100755 --- a/vtr_flow/scripts/download_titan.py +++ b/vtr_flow/scripts/download_titan.py @@ -46,7 +46,7 @@ def parse_args(): ) parser.add_argument( - "--titan_version", default="2.0.0", help="Titan release version to download" + "--titan_version", default="2.1.0", help="Titan release version to download" ) parser.add_argument( "--vtr_flow_dir", @@ -198,7 +198,7 @@ def extract_to_vtr_flow_dir(args, tar_gz_filename): for filename in filenames: src_file_path = os.path.join(dirpath, filename) dst_file_path = None - for benchmark_subdir in ["titan_new", "titan23", "other_benchmarks"]: + for benchmark_subdir in get_benchmark_subdirs(args): if compare_versions(args.titan_version, "2") >= 1: # if it is a 2.0.0 titan release or later use device family in the benchmark directory device_families = get_device_families(args) @@ -252,7 +252,7 @@ def extract_to_vtr_flow_dir(args, tar_gz_filename): def create_titan_blif_subdirs(titan_benchmarks_extract_dir, args): - for benchmark_subdir in ["titan_new", "titan23", "other_benchmarks"]: + for benchmark_subdir in get_benchmark_subdirs(args): titan_benchmark_subdir = os.path.join(titan_benchmarks_extract_dir, benchmark_subdir) if os.path.exists(titan_benchmark_subdir): shutil.rmtree(titan_benchmark_subdir) @@ -286,7 +286,7 @@ def determine_sdc_name(dirpath): def extract_callback(members, args): for tarinfo in members: - for benchmark_subdir in ["titan_new", "titan23", "other_benchmarks"]: + for benchmark_subdir in get_benchmark_subdirs(args): if compare_versions(args.titan_version, "2") >= 1: # if it is a 2.0.0 titan release or later use device family in the benchmark directory @@ -321,6 +321,15 @@ def extract_callback(members, args): print(tarinfo.name) yield tarinfo +def get_benchmark_subdirs(args): + """ + Decide which benchmark subdirectories to use depending on version + """ + if compare_versions(args.titan_version, "2.1.0") >= 1: + # version is 2.1.0 or higher + return ["titanium", "titan23", "other_benchmarks"] + else: + return ["titan_new", "titan23", "other_benchmarks"] def compare_versions(version1, version2): """ diff --git a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4/titan_s10_qor/config/golden_results.txt b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4/titan_s10_qor/config/golden_results.txt index 2c17d7db558..4ba2345bd00 100644 --- a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4/titan_s10_qor/config/golden_results.txt +++ b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4/titan_s10_qor/config/golden_results.txt @@ -1,15 +1,15 @@ arch circuit script_params vtr_flow_elapsed_time vtr_max_mem_stage vtr_max_mem error num_io num_LAB num_MLAB num_DSP num_M20K num_PLL vpr_status vpr_revision vpr_build_info vpr_compiler vpr_compiled hostname rundir max_vpr_mem num_primary_inputs num_primary_outputs num_pre_packed_nets num_pre_packed_blocks num_netlist_clocks num_post_packed_nets num_post_packed_blocks device_width device_height device_grid_tiles device_limiting_resources device_name pack_mem pack_time initial_placed_wirelength_est placed_wirelength_est total_swap accepted_swap rejected_swap aborted_swap place_mem place_time place_quench_time initial_placed_CPD_est placed_CPD_est placed_setup_TNS_est placed_setup_WNS_est placed_geomean_nonvirtual_intradomain_critical_path_delay_est place_delay_matrix_lookup_time place_quench_timing_analysis_time place_quench_sta_time place_total_timing_analysis_time place_total_sta_time routed_wirelength avg_routed_wirelength routed_wiresegment avg_routed_wiresegment total_nets_routed total_connections_routed total_heap_pushes total_heap_pops logic_block_area_total logic_block_area_used routing_area_total routing_area_per_tile crit_path_route_success_iteration num_rr_graph_nodes num_rr_graph_edges collapsed_nodes critical_path_delay geomean_nonvirtual_intradomain_critical_path_delay setup_TNS setup_WNS hold_TNS hold_WNS create_rr_graph_time create_intra_cluster_rr_graph_time adding_internal_edges route_mem crit_path_route_time crit_path_total_timing_analysis_time crit_path_total_sta_time router_lookahead_mem tile_lookahead_computation_time router_lookahead_computation_time -stratix10_arch.timing.xml gsm_switch_stratix10_arch_timing.blif common 2826.89 vpr 5.41 GiB 136 10106 0 0 2240 1 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 5667932 100 36 285842 271283 4 253628 12483 180 133 23940 M20K auto 2942.0 MiB 805.65 1.51439e+07 3060840 17960367 6872636 10997018 90713 4501.3 MiB 1103.01 8.75 14.934 5.026 -620663 -4.026 3.98072 0.18 1.41473 1.13728 180.526 146.849 3671048 14.4746 791843 3.12216 725852 1365072 1469819917 353628301 0 0 4.25346e+08 17767.2 13 7099044 74943382 -1 5.147 3.88744 -923850 -4.147 0 0 153.41 -1 -1 5233.1 MiB 520.25 237.396 197.568 4501.3 MiB -1 123.45 -stratix10_arch.timing.xml mes_noc_stratix10_arch_timing.blif common 7277.70 vpr 9.22 GiB 5 27849 0 64 736 8 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 9671540 3 2 594103 567321 9 543997 28662 214 159 34026 LAB auto 5410.1 MiB 1851.02 5.77736e+07 5077204 50886078 18621580 31807835 456663 7258.0 MiB 4375.40 41.33 28.904 7.803 -2.26094e+06 -6.803 7.52152 0.39 2.23557 1.79588 289.091 234.924 5410226 9.95257 1375536 2.53041 1582528 4002345 1346253994 198130611 0 0 6.07100e+08 17842.2 16 10165140 107089206 -1 8.429 7.1961 -2.58338e+06 -7.429 0 0 222.70 -1 -1 8730.9 MiB 414.75 393.955 326.889 7258.0 MiB -1 188.66 -stratix10_arch.timing.xml dart_stratix10_arch_timing.blif common 1859.59 vpr 3.34 GiB 69 8172 0 0 530 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 3503176 23 46 226521 213853 1 187500 8771 117 87 10179 LAB auto 2093.1 MiB 573.05 1.0223e+07 1829076 9863897 3721965 6029295 112637 2535.6 MiB 923.94 8.32 21.8567 9.704 -1.11691e+06 -8.704 9.704 0.09 0.956974 0.750943 109.367 86.6872 1953701 10.4199 461720 2.46255 540861 1276573 338946528 64898792 0 0 1.80389e+08 17721.7 18 2986164 31462164 -1 9.83 9.83 -1.25941e+06 -8.83 0 0 62.65 -1 -1 3233.8 MiB 139.55 155.44 126.284 2535.6 MiB -1 47.21 -stratix10_arch.timing.xml cholesky_bdti_stratix10_arch_timing.blif common 2562.20 vpr 4.41 GiB 162 11233 48 270 342 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 4624404 94 68 340057 306706 1 294160 12055 138 102 14076 LAB auto 2756.7 MiB 837.20 1.32078e+07 2222836 16453333 6424961 9694254 334118 3394.7 MiB 1269.80 9.73 9.462 4.276 -256942 -3.276 4.276 0.11 1.01192 0.851152 123.77 104.23 2162690 7.35219 498204 1.69367 727059 1234162 429262505 91061242 0 0 2.50467e+08 17793.9 16 4149580 43753024 -1 4.837 4.837 -489823 -3.837 0 0 87.43 -1 -1 4115.7 MiB 165.22 167.11 142.618 3394.7 MiB -1 67.42 -stratix10_arch.timing.xml minres_stratix10_arch_timing.blif common 2589.69 vpr 4.77 GiB 229 13107 0 156 581 1 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 5004628 129 100 369949 333068 2 310359 14074 148 110 16280 LAB auto 2970.3 MiB 904.39 1.57345e+07 1802282 18866869 6670088 12012394 184387 3739.8 MiB 1237.26 9.88 10.286 3.82271 -125508 -2.82271 3.02326 0.17 0.970902 0.812439 112.271 94.3678 1679722 5.41228 461009 1.48543 731891 1290782 301582120 64117887 0 0 2.90438e+08 17840.2 12 4859396 50919384 -1 4.202 2.88953 -173042 -3.202 0 0 103.15 -1 -1 4358.8 MiB 116.78 149.817 128.09 3739.8 MiB -1 80.74 -stratix10_arch.timing.xml openCV_stratix10_arch_timing.blif common 2265.74 vpr 4.19 GiB 208 9076 0 594 946 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 4395784 106 102 302246 252591 1 227203 10824 138 102 14076 DSP auto 2523.9 MiB 607.67 1.4629e+07 1838422 14372304 5469514 8354842 547948 3242.8 MiB 1190.67 9.19 20.736 11.7395 -541370 -10.7395 11.7395 0.10 1.18024 0.961957 142.985 117.541 2275426 10.0157 571160 2.51406 621711 1273862 498518193 114753595 0 0 2.50467e+08 17793.9 13 4149580 43753024 -1 10.172 10.172 -801734 -9.172 0 0 88.78 -1 -1 4093.7 MiB 169.54 188.512 157.977 3242.8 MiB -1 69.17 -stratix10_arch.timing.xml bitonic_mesh_stratix10_arch_timing.blif common 3168.04 vpr 4.55 GiB 119 9793 0 507 1495 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 4767412 87 32 260931 228346 1 228000 11914 147 109 16023 M20K auto 2612.1 MiB 960.35 1.89069e+07 2424985 15109246 5575867 9224165 309214 3469.6 MiB 1611.98 12.98 25.381 8.91691 -936486 -7.91691 8.91691 0.14 1.31144 1.07745 152.637 126.178 3371081 14.7856 828636 3.63442 794206 2288404 857946962 199887186 0 0 2.85989e+08 17848.6 15 4788948 50134206 -1 8.826 8.826 -1.11519e+06 -7.826 0 0 97.41 -1 -1 4430.2 MiB 283.68 215.355 182.314 3469.6 MiB -1 78.58 -stratix10_arch.timing.xml segmentation_stratix10_arch_timing.blif common 2368.61 vpr 6.05 GiB 441 7400 0 21 194 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 6348212 72 369 179830 142047 1 137086 8056 247 183 45201 io_cell auto 1710.8 MiB 556.48 1.14066e+07 1182269 10502046 4036435 5999981 465630 6199.4 MiB 1052.95 8.70 1972.91 1018.29 -330547 -1017.29 1018.29 0.35 0.629937 0.522486 87.7338 73.1552 1363662 9.95788 371637 2.71381 499320 1520543 352298447 65651957 0 0 8.14208e+08 18013.1 21 13628436 143011261 -1 900.975 900.975 -406735 -899.975 0 0 293.51 -1 -1 6199.4 MiB 136.15 122.996 103.688 6199.4 MiB -1 224.41 -stratix10_arch.timing.xml des90_stratix10_arch_timing.blif common 1478.20 vpr 2.65 GiB 117 5592 0 264 772 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 2782708 85 32 151105 128345 1 128569 6745 108 80 8640 M20K auto 1597.6 MiB 479.28 7.97745e+06 1193346 6631649 2248469 4178520 204660 2069.5 MiB 695.43 6.20 20.334 8.28325 -513837 -7.28325 8.28325 0.06 0.719203 0.591165 78.1591 64.4907 1688148 13.1306 434358 3.37848 433805 1200664 419444879 100074455 0 0 1.53228e+08 17734.7 16 2557548 26745974 -1 8.03 8.03 -592585 -7.03 0 0 52.19 -1 -1 2595.4 MiB 137.90 112.168 94.8608 2069.5 MiB -1 39.33 -stratix10_arch.timing.xml neuron_stratix10_arch_timing.blif common 823.24 vpr 2.06 GiB 133 5204 0 243 108 1 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 2156860 40 93 140673 125393 2 123564 5689 94 70 6580 LAB auto 1306.8 MiB 327.35 3.02276e+06 633192 6148133 2219401 3780688 148044 1748.8 MiB 327.03 2.76 8.43 5.71535 -67991.1 -4.71535 3.52899 0.05 0.340994 0.279429 43.196 35.4302 516264 4.17980 136094 1.10185 271206 388345 88976889 20824740 0 0 1.15552e+08 17561.0 16 1898072 20093317 -1 5.6063 3.49516 -119721 -4.6063 0 0 43.63 -1 -1 1935.3 MiB 37.86 59.2069 49.8352 1748.8 MiB -1 25.67 -stratix10_arch.timing.xml sparcT1_core_stratix10_arch_timing.blif common 1202.45 vpr 2.93 GiB 309 4932 0 6 154 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 3076160 172 137 98039 97359 1 91819 5401 163 121 19723 io_cell auto 1153.5 MiB 408.23 6.4989e+06 1186834 5263138 1885795 3284413 92930 3004.1 MiB 417.31 3.81 20.02 7.268 -378506 -6.268 7.268 0.15 0.389821 0.330535 47.084 38.6599 1530826 16.6729 344640 3.75363 325282 941926 302182766 54041517 0 0 3.51754e+08 17834.7 17 5914532 61913217 -1 6.99 6.751 -479198 -5.99 0 0 129.28 -1 -1 3004.1 MiB 104.00 67.4105 56.3901 3004.1 MiB -1 93.61 -stratix10_arch.timing.xml stereo_vision_stratix10_arch_timing.blif common 1234.64 vpr 7.47 GiB 506 5395 0 76 83 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 7829788 172 334 150507 118033 3 110749 6060 287 213 61131 io_cell auto 1208.7 MiB 160.25 4.6094e+06 574286 6798735 2516775 4130398 151562 7646.3 MiB 283.13 2.45 22.536 7.66739 -40221 -6.66739 7.66739 0.46 0.298071 0.241438 38.7731 32.0975 461243 4.16506 125316 1.13161 235165 320415 61410737 12394411 0 0 1.10789e+09 18123.3 12 18464012 193849399 -1 7.022 7.022 -50889.2 -6.022 0 0 400.35 -1 -1 7646.3 MiB 27.04 50.4992 42.575 7646.3 MiB -1 296.76 -stratix10_arch.timing.xml cholesky_mc_stratix10_arch_timing.blif common 985.21 vpr 2.72 GiB 262 4840 115 131 382 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 2848304 111 151 145547 131782 1 127161 5730 147 109 16023 io_cell auto 1436.6 MiB 334.47 4.97266e+06 842650 5643450 1994143 3489847 159460 2781.5 MiB 344.27 2.95 9.58 4.641 -92495.6 -3.641 4.56 0.12 0.445094 0.365699 52.8638 43.9609 852716 6.70601 217212 1.70822 306078 524567 158984522 36295407 0 0 2.85989e+08 17848.6 12 4788948 50134206 -1 4 3.988 -212247 -3 0 0 100.07 -1 -1 2781.5 MiB 57.19 70.8368 60.1608 2781.5 MiB -1 72.61 -stratix10_arch.timing.xml LU_Network_stratix10_arch_timing.blif common 8039.43 vpr 17.14 GiB 748 30396 826 224 1026 1 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 17969848 325 423 817452 760174 3 678465 33221 406 301 122206 io_cell auto 6366.0 MiB 1917.39 6.51333e+07 4908328 75831117 32611386 41432957 1786774 17548.7 MiB 4063.57 23.28 23.809 4.606 -322749 -3.606 4.53444 0.95 2.25727 1.89419 361.132 300.804 4650679 6.86082 1154270 1.70281 1568143 2622244 618892128 129492860 0 0 2.23450e+09 18284.7 12 36989044 388958102 -1 4.625 4.60847 -444204 -3.625 0 0 824.36 -1 -1 17548.7 MiB 225.10 450.804 381.299 17548.7 MiB -1 694.93 +stratix10_arch.timing.xml gsm_switch_stratix10_arch_timing.blif common 1758.21 vpr 5.13 GiB 136 10294 0 0 2240 1 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 5377848 100 36 285842 271283 4 255265 12671 180 133 23940 M20K auto 2508.3 MiB 441.55 -1 3003379 18764729 7342352 10948515 473862 4488.7 MiB 733.97 5.17 17.281 5.061 -611063 -4.061 3.78771 0.23 0.934563 0.740875 124.93 99.8425 3627030 14.2093 788319 3.08833 720784 1347288 1465273157 350986585 0 0 4.25346e+08 17767.2 15 7099044 74943382 -1 5.361 3.68537 -904490 -4.361 0 0 87.88 -1 -1 5004.4 MiB 331.73 164.773 134.645 4488.7 MiB -1 78.73 +stratix10_arch.timing.xml mes_noc_stratix10_arch_timing.blif common 5431.83 vpr 9.09 GiB 5 27504 0 64 736 8 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 9533288 3 2 594103 567321 9 545215 28317 213 158 33654 LAB auto 4737.2 MiB 1126.01 -1 4991265 50071181 19036308 29632491 1402382 7167.7 MiB 3588.84 32.40 29.4424 8.15602 -2.11867e+06 -7.15602 7.64016 0.34 1.84535 1.44778 231.514 183.925 5299856 9.72774 1353793 2.48485 1549276 3889005 1271792521 184608499 0 0 6.00417e+08 17840.9 16 10062936 105944661 -1 7.989 7.12062 -2.50966e+06 -6.989 0 0 129.02 -1 -1 8559.0 MiB 303.73 316.507 257.256 7167.7 MiB -1 120.16 +stratix10_arch.timing.xml dart_stratix10_arch_timing.blif common 1260.52 vpr 3.29 GiB 69 8237 0 0 530 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 3446340 23 46 226521 213853 1 187960 8836 118 87 10266 LAB auto 1862.7 MiB 359.86 -1 1766697 10144024 3958956 5855851 329217 2534.3 MiB 672.91 5.99 21.773 9.43829 -1.10879e+06 -8.43829 9.43829 0.10 0.692949 0.553016 81.1245 65.3771 1877553 9.98927 454372 2.41743 538909 1274279 333403311 64585740 0 0 1.81869e+08 17715.7 16 3006772 31715945 -1 9.355 9.355 -1.28167e+06 -8.355 0 0 37.94 -1 -1 3166.8 MiB 98.14 112.881 92.7005 2534.3 MiB -1 34.67 +stratix10_arch.timing.xml cholesky_bdti_stratix10_arch_timing.blif common 1834.74 vpr 4.38 GiB 162 11223 34 270 342 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4588076 94 68 340057 306706 1 294302 12031 138 102 14076 LAB auto 2481.9 MiB 555.85 -1 2206062 16685226 6728332 9369365 587529 3385.8 MiB 981.38 6.49 9.49679 4.276 -252131 -3.276 4.276 0.12 0.75316 0.646278 96.8359 83.4372 2138196 7.26541 493695 1.67753 723054 1215690 448832543 92135506 0 0 2.50467e+08 17793.9 14 4149580 43753024 -1 4.845 4.845 -486328 -3.845 0 0 54.62 -1 -1 4083.8 MiB 116.64 126.397 109.796 3385.8 MiB -1 52.80 +stratix10_arch.timing.xml minres_stratix10_arch_timing.blif common 1928.91 vpr 4.70 GiB 229 12835 0 156 581 1 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4927088 129 100 369949 333068 2 310446 13802 146 108 15768 LAB auto 2704.3 MiB 672.07 -1 1725566 18713381 6920762 11168725 623894 3681.1 MiB 963.98 6.92 10.026 3.87539 -120569 -2.87539 3.04402 0.15 0.696076 0.62328 87.0748 75.6656 1591974 5.12810 439935 1.41713 731106 1286797 301487350 64237091 0 0 2.81209e+08 17834.2 13 4696032 49263790 -1 4.1256 3.0737 -164525 -3.1256 0 0 60.89 -1 -1 4285.1 MiB 86.87 115.5 100.956 3681.1 MiB -1 65.00 +stratix10_arch.timing.xml openCV_stratix10_arch_timing.blif common 1717.76 vpr 4.11 GiB 208 9225 0 594 933 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4311468 106 102 302246 252591 1 228391 10960 138 102 14076 DSP auto 2219.0 MiB 415.13 -1 1807295 14491832 5656370 8244054 591408 3241.6 MiB 992.28 7.01 21.556 11.7662 -531654 -10.7662 11.7662 0.14 0.86748 0.720594 109.343 90.5617 2209772 9.67611 557821 2.44258 613434 1251313 473500861 109512256 0 0 2.50467e+08 17793.9 16 4149580 43753024 -1 10.035 10.035 -774506 -9.035 0 0 54.63 -1 -1 3998.5 MiB 127.47 147.203 123.504 3241.6 MiB -1 54.91 +stratix10_arch.timing.xml bitonic_mesh_stratix10_arch_timing.blif common 2316.81 vpr 4.35 GiB 119 9630 0 507 1495 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4559644 87 32 260931 228346 1 227559 11751 147 109 16023 M20K auto 2249.2 MiB 598.77 -1 2336369 14967783 5666344 8757412 544027 3441.5 MiB 1298.94 9.12 25.435 9.0885 -925997 -8.0885 9.0885 0.16 0.982345 0.803494 116.951 97.3983 3266818 14.3561 815041 3.58172 778245 2237951 832414621 195083885 0 0 2.85989e+08 17848.6 16 4788948 50134206 -1 8.69 8.69 -1.08702e+06 -7.69 0 0 61.61 -1 -1 4261.2 MiB 209.40 162.702 137.99 3441.5 MiB -1 63.72 +stratix10_arch.timing.xml segmentation_stratix10_arch_timing.blif common 1741.48 vpr 6.06 GiB 441 7353 0 21 194 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 6354136 72 369 179830 142047 1 137027 8009 247 183 45201 io_cell auto 1566.1 MiB 332.81 -1 1154084 10500585 4185816 5883418 431351 6205.2 MiB 916.18 7.18 2007.02 1020.46 -333843 -1019.46 1020.46 0.44 0.524399 0.43582 74.7598 62.2639 1336137 9.76109 368064 2.68888 561820 1804843 421275978 77106566 0 0 8.14208e+08 18013.1 21 13628436 143011261 -1 901.872 901.872 -426805 -900.872 0 0 166.63 -1 -1 6205.2 MiB 117.57 102.127 85.4799 6205.2 MiB -1 149.97 +stratix10_arch.timing.xml des90_stratix10_arch_timing.blif common 841.53 vpr 2.56 GiB 117 5579 0 264 772 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 2679240 85 32 151105 128345 1 128276 6732 108 80 8640 M20K auto 1407.3 MiB 280.91 -1 1174387 6678222 2328428 4069644 280150 2045.5 MiB 374.05 2.88 20.295 9.0401 -513720 -8.0401 9.0401 0.08 0.453822 0.370459 51.3143 42.0525 1660587 12.9457 429545 3.34868 425435 1177671 412870374 98758635 0 0 1.53228e+08 17734.7 15 2557548 26745974 -1 8.234 8.234 -585009 -7.234 0 0 29.79 -1 -1 2511.5 MiB 91.51 73.0183 61.2049 2045.5 MiB -1 23.58 +stratix10_arch.timing.xml neuron_stratix10_arch_timing.blif common 459.18 vpr 2.01 GiB 133 5237 0 243 108 1 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 2107304 40 93 140673 125393 2 123597 5722 94 70 6580 LAB auto 1220.9 MiB 195.38 -1 623279 6144562 2248249 3612466 283847 1683.9 MiB 170.07 1.32 9.539 5.418 -73169.7 -4.418 3.23117 0.04 0.21645 0.194042 28.0118 24.155 507282 4.10598 135614 1.09767 273129 392452 87840246 20864348 0 0 1.15552e+08 17561.0 20 1898072 20093317 -1 5.123 3.01126 -118129 -4.123 0 0 22.81 -1 -1 1891.0 MiB 27.00 40.2681 35.1527 1683.9 MiB -1 17.39 +stratix10_arch.timing.xml sparcT1_core_stratix10_arch_timing.blif common 679.32 vpr 2.95 GiB 309 4982 0 6 154 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 3088904 172 137 98039 97359 1 91845 5451 163 121 19723 io_cell auto 1061.3 MiB 242.31 -1 1180440 5471979 2103428 3166886 201665 3016.5 MiB 207.66 1.86 17.7524 7.206 -379020 -6.206 7.206 0.19 0.262997 0.208204 31.4574 25.2734 1534608 16.7094 347733 3.78625 326991 956817 308021363 55272200 0 0 3.51754e+08 17834.7 19 5914532 61913217 -1 6.97 6.97 -465818 -5.97 0 0 70.68 -1 -1 3016.5 MiB 69.55 46.1194 37.7885 3016.5 MiB -1 58.89 +stratix10_arch.timing.xml stereo_vision_stratix10_arch_timing.blif common 738.69 vpr 7.48 GiB 506 5363 0 76 83 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 7844360 172 334 150507 118033 3 110735 6028 287 213 61131 io_cell auto 1132.9 MiB 98.65 -1 545308 6696142 2563676 3881002 251464 7660.5 MiB 145.90 1.20 23.0863 7.74267 -39051.3 -6.74267 7.74267 0.39 0.21214 0.173963 27.0127 22.225 427486 3.86072 120561 1.08881 235271 319491 60868890 12439994 0 0 1.10789e+09 18123.3 10 18464012 193849399 -1 7.092 7.092 -49598 -6.092 0 0 227.90 -1 -1 7660.5 MiB 17.64 34.5668 28.9694 7660.5 MiB -1 209.39 +stratix10_arch.timing.xml cholesky_mc_stratix10_arch_timing.blif common 605.89 vpr 2.72 GiB 262 4828 73 131 382 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 2857244 111 151 145547 131782 1 127400 5676 147 109 16023 io_cell auto 1307.2 MiB 194.86 -1 846036 5673884 2112235 3303180 258469 2790.3 MiB 221.08 1.86 10.496 4.802 -87741.4 -3.802 4.551 0.16 0.324629 0.273058 38.3364 32.4444 852358 6.69062 216203 1.69709 303972 517324 158727956 36321762 0 0 2.85989e+08 17848.6 12 4788948 50134206 -1 4.343 4.015 -204545 -3.343 0 0 59.46 -1 -1 2790.3 MiB 40.97 51.0711 43.9408 2790.3 MiB -1 53.45 +stratix10_arch.timing.xml LU_Network_stratix10_arch_timing.blif common 5619.55 vpr 17.05 GiB 748 30436 420 224 1026 1 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 17878284 325 423 817452 760174 3 682311 32855 406 301 122206 io_cell auto 5531.3 MiB 1248.10 -1 4704458 68933877 27659499 38745355 2529023 17459.3 MiB 3067.40 19.82 23.564 4.783 -318543 -3.783 4.70217 1.00 1.86265 1.58437 260.335 220.504 4413172 6.47450 1119837 1.64290 1569278 2609795 608329086 128055365 0 0 2.23450e+09 18284.7 11 36989044 388958102 -1 4.985 4.82131 -444330 -3.985 0 0 469.74 -1 -1 17459.3 MiB 170.74 327.197 280.368 17459.3 MiB -1 470.10 diff --git a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/config.txt b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/config.txt index 8d63b3eccc6..10df8a7f8bc 100644 --- a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/config.txt +++ b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/config.txt @@ -8,10 +8,10 @@ ############################################## # Path to directory of circuits to use -circuits_dir=benchmarks/titan_blif/titan_new/stratix10 +circuits_dir=benchmarks/titan_blif/titanium/stratix10 # Path to directory of SDCs to use -sdc_dir=benchmarks/titan_blif/titan_new/stratix10 +sdc_dir=benchmarks/titan_blif/titanium/stratix10 # Path to directory of architectures to use archs_dir=arch/titan diff --git a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/golden_results.txt b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/golden_results.txt index 3dcbccefd23..3aebabf5c64 100644 --- a/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/golden_results.txt +++ b/vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titanium_s10_quick_qor/config/golden_results.txt @@ -1,17 +1,17 @@ arch circuit script_params vtr_flow_elapsed_time vtr_max_mem_stage vtr_max_mem error num_io num_LAB num_MLAB num_DSP num_M20K num_PLL vpr_status vpr_revision vpr_build_info vpr_compiler vpr_compiled hostname rundir max_vpr_mem num_primary_inputs num_primary_outputs num_pre_packed_nets num_pre_packed_blocks num_netlist_clocks num_post_packed_nets num_post_packed_blocks device_width device_height device_grid_tiles device_limiting_resources device_name pack_mem pack_time initial_placed_wirelength_est placed_wirelength_est total_swap accepted_swap rejected_swap aborted_swap place_mem place_time place_quench_time initial_placed_CPD_est placed_CPD_est placed_setup_TNS_est placed_setup_WNS_est placed_geomean_nonvirtual_intradomain_critical_path_delay_est place_delay_matrix_lookup_time place_quench_timing_analysis_time place_quench_sta_time place_total_timing_analysis_time place_total_sta_time routed_wirelength avg_routed_wirelength routed_wiresegment avg_routed_wiresegment total_nets_routed total_connections_routed total_heap_pushes total_heap_pops logic_block_area_total logic_block_area_used routing_area_total routing_area_per_tile crit_path_route_success_iteration num_rr_graph_nodes num_rr_graph_edges collapsed_nodes critical_path_delay geomean_nonvirtual_intradomain_critical_path_delay setup_TNS setup_WNS hold_TNS hold_WNS create_rr_graph_time create_intra_cluster_rr_graph_time adding_internal_edges route_mem crit_path_route_time crit_path_total_timing_analysis_time crit_path_total_sta_time router_lookahead_mem tile_lookahead_computation_time router_lookahead_computation_time - stratix10_arch.timing.xml ASU_LRN_stratix10_arch_timing.blif common 11548.69 vpr 13.10 GiB 229 40741 0 3036 372 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 13736040 227 2 1167270 950971 1 940838 44378 297 220 65340 DSP auto 7103.1 MiB 1717.35 7.85037e+07 9844527 106060553 42684750 62223228 1152575 11862.1 MiB 6959.43 46.09 15.442 5.731 -637573 -4.731 5.731 0.72 3.14248 2.70403 456.287 381.603 9666819 10.2775 1980401 2.10552 2142578 3039377 3434306203 1123765582 0 0 1.18403e+09 18121.0 19 19646892 206908249 -1 9.209 9.209 -1.16551e+06 -8.209 0 0 426.78 -1 -1 12239.7 MiB 1773.82 591.555 497.659 11862.1 MiB -1 336.23 - stratix10_arch.timing.xml ASU_ELT_stratix10_arch_timing.blif common 8904.55 vpr 11.34 GiB 229 33322 0 3036 344 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 11887280 227 2 922529 767696 1 776573 36931 297 220 65340 DSP auto 5857.8 MiB 1543.07 6.27638e+07 8424080 83023186 33448745 49059350 515091 11029.5 MiB 5027.10 61.62 17.991 5.065 -487255 -4.065 5.065 0.50 2.8269 2.37169 369.972 308.694 8543604 11.0054 1711518 2.20468 1825487 2720004 2409927386 713031003 0 0 1.18403e+09 18121.0 34 19646892 206908249 -1 7.146 7.146 -857484 -6.146 0 0 421.52 -1 -1 11029.5 MiB 1285.64 546.265 458.399 11029.5 MiB -1 341.30 - stratix10_arch.timing.xml ASU_BSC_stratix10_arch_timing.blif common 7396.20 vpr 11.10 GiB 229 31727 0 3036 344 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 11644272 227 2 882550 735137 1 734220 35336 297 220 65340 DSP auto 5635.2 MiB 1370.89 5.83079e+07 7729731 79436837 31589407 47272261 575169 10874.3 MiB 4461.44 35.60 14.932 4.254 -435932 -3.254 4.254 0.74 2.6859 2.21593 345.562 286.037 7655612 10.4306 1514824 2.06391 1646098 2431649 1214831995 276732579 0 0 1.18403e+09 18121.0 18 19646892 206908249 -1 8.882 8.882 -876918 -7.882 0 0 424.60 -1 -1 10874.3 MiB 533.80 457.339 381.949 10874.3 MiB -1 344.22 - stratix10_arch.timing.xml tdfir_stratix10_arch_timing.blif common 10073.27 vpr 10.52 GiB 363 26622 3 512 56 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 11034056 87 276 773787 697889 1 643160 27556 209 155 32395 LAB auto 6879.3 MiB 2401.97 4.66647e+07 5570785 54525652 21735285 31748783 1041584 8611.0 MiB 6221.10 124.90 15.711 5.786 -723490 -4.786 5.786 0.36 2.42166 2.0596 324.95 268.291 5174472 8.07953 1188073 1.85508 1598182 2775786 1595240285 416662654 0 0 5.78001e+08 17842.3 15 9725652 102117791 -1 6.1386 6.1386 -1.09774e+06 -5.1386 0 0 209.40 -1 -1 9236.5 MiB 703.60 417.122 349.618 8611.0 MiB -1 164.86 - stratix10_arch.timing.xml mem_tester_stratix10_arch_timing.blif common 5499.00 vpr 8.47 GiB 36 24820 0 0 1601 1 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 8878632 6 30 677620 619953 3 566016 26458 201 149 29949 LAB auto 5176.2 MiB 1815.87 3.59176e+07 2561725 44555464 16238525 28032078 284861 6534.4 MiB 2932.45 28.20 12.216 5.04 -222038 -4.04 3.44242 0.24 2.24213 1.83835 266.193 219.139 1861594 3.28898 536798 0.948390 1247457 2186617 359885304 68790139 0 0 5.28462e+08 17645.4 10 8655172 93012966 -1 6.204 3.36641 -231127 -5.204 0 0 197.16 -1 -1 7906.0 MiB 170.04 350.918 294.44 6534.4 MiB -1 144.74 - stratix10_arch.timing.xml mandelbrot_stratix10_arch_timing.blif common 7567.57 vpr 10.29 GiB 399 21779 1591 250 141 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 10788556 122 277 649416 572241 2 532791 24160 212 157 33284 io_cell auto 6603.6 MiB 2286.85 3.81288e+07 3886990 46454726 18508382 24525612 3420732 8436.1 MiB 4314.39 75.14 18.474 5.775 -606267 -4.775 5.775 0.36 2.31739 1.86251 302.153 238.171 3495267 6.56510 860752 1.61674 1228381 1934227 439574966 86717862 0 0 5.93886e+08 17843.0 15 9964812 104832304 -1 5.255 5.255 -824073 -4.255 0 0 211.05 -1 -1 8852.3 MiB 226.98 393.74 319.37 8436.1 MiB -1 168.58 - stratix10_arch.timing.xml channelizer_stratix10_arch_timing.blif common 6711.38 vpr 25.11 GiB 934 16630 164 196 588 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 26327512 398 536 511497 459850 1 417715 18512 525 389 204225 io_cell auto 4743.1 MiB 1481.88 3.61318e+07 2983995 33552550 13818049 18822096 912405 25710.5 MiB 2263.51 15.19 26.722 5.818 -552736 -4.818 5.818 1.62 1.73975 1.4077 237.939 195.61 2642974 6.33767 637814 1.52943 941505 1517202 351675725 72116948 0 0 3.74365e+09 18331.0 15 61562540 650024612 -1 6.422 5.808 -955738 -5.422 0 0 1417.47 -1 -1 25710.5 MiB 173.05 312.356 262.08 25710.5 MiB -1 1124.90 - stratix10_arch.timing.xml fft1d_offchip_stratix10_arch_timing.blif common 6914.49 vpr 25.01 GiB 936 16549 778 166 466 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 26222492 400 536 482460 438926 1 401190 18895 525 389 204225 io_cell auto 4545.2 MiB 1435.90 3.50257e+07 2738985 35235755 14573670 19228816 1433269 25607.9 MiB 2522.93 83.49 26.099 6.0336 -435034 -5.0336 6.0336 1.65 1.52585 1.22387 218.063 178.352 2471295 6.16704 623744 1.55653 914089 1572917 390336598 78509786 0 0 3.74365e+09 18331.0 13 61562540 650024612 -1 5.935 5.935 -670696 -4.935 0 0 1400.18 -1 -1 25607.9 MiB 174.51 280.874 234.499 25607.9 MiB -1 1134.67 - stratix10_arch.timing.xml DLA_LRN_stratix10_arch_timing.blif common 3767.11 vpr 5.86 GiB 27 17602 0 448 824 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 6140488 2 25 524128 410471 1 394698 18901 171 127 21717 LAB auto 3470.0 MiB 698.72 2.19125e+07 3012642 33992326 13552762 19501296 938268 4713.2 MiB 2521.38 17.34 14.878 5.594 -222261 -4.594 5.594 0.16 1.408 1.14988 194.335 160.926 2920866 7.40213 673584 1.70701 910446 1477058 401657603 86473464 0 0 3.86548e+08 17799.3 15 6476260 68074081 -1 6.729 6.729 -372702 -5.729 0 0 143.88 -1 -1 5557.8 MiB 165.72 254.75 213.822 4713.2 MiB -1 101.18 - stratix10_arch.timing.xml fft1d_stratix10_arch_timing.blif common 4004.93 vpr 9.16 GiB 506 14148 196 120 367 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 9608980 165 341 428556 387960 2 349972 15337 287 213 61131 io_cell auto 3975.0 MiB 1088.88 2.21673e+07 2186185 25347315 10196467 14454730 696118 9383.8 MiB 1906.93 30.83 18.324 5.782 -401205 -4.782 3.43611 0.46 1.33041 1.07491 178.298 145.383 1920759 5.49484 511733 1.46395 794789 1311780 314437593 62144679 0 0 1.10789e+09 18123.3 14 18464012 193849399 -1 5.884 3.6085 -566218 -4.884 0 0 396.60 -1 -1 9383.8 MiB 142.19 235.087 195.866 9383.8 MiB -1 303.57 - stratix10_arch.timing.xml fft2d_stratix10_arch_timing.blif common 4023.83 vpr 12.48 GiB 649 12727 163 96 714 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 13085164 243 406 393762 353562 2 325827 14349 355 263 93365 io_cell auto 3712.2 MiB 944.71 2.28644e+07 2334617 23194254 9372588 13229218 592448 12778.5 MiB 1651.10 14.31 19.578 5.782 -354011 -4.782 3.70882 0.73 1.29435 1.05296 177.809 145.958 2251849 6.91874 557815 1.71387 759849 1258753 367170838 74641262 0 0 1.70054e+09 18213.9 14 28125092 296332318 -1 5.998 4.48456 -544441 -4.998 0 0 631.90 -1 -1 12778.5 MiB 152.61 232.925 195.13 12778.5 MiB -1 475.53 - stratix10_arch.timing.xml DLA_ELT_stratix10_arch_timing.blif common 2193.67 vpr 4.34 GiB 27 12456 0 352 816 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 4555556 2 25 369016 293218 1 284141 13651 144 107 15408 LAB auto 2613.1 MiB 409.82 1.26003e+07 1866468 21213271 8350509 12323288 539474 3475.0 MiB 1411.14 9.59 12.294 5.81 -166563 -4.81 5.81 0.13 0.9861 0.81897 135.579 112.917 1827006 6.43219 466920 1.64385 641064 1009475 291522592 65306765 0 0 2.74710e+08 17829.1 13 4580360 48098128 -1 5.771 5.771 -291518 -4.771 0 0 95.35 -1 -1 4154.2 MiB 110.96 175.762 148.916 3475.0 MiB -1 69.92 - stratix10_arch.timing.xml DLA_BSC_stratix10_arch_timing.blif common 2212.78 vpr 4.25 GiB 27 12091 0 352 816 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 4455656 2 25 356374 282496 1 275111 13286 143 106 15158 LAB auto 2550.3 MiB 382.74 1.24018e+07 1886053 20775038 8136947 12149538 488553 3404.7 MiB 1460.76 12.19 13.394 5.696 -172835 -4.696 5.696 0.11 0.963324 0.78625 130.854 108.34 1880118 6.83657 472320 1.71747 627671 1001724 305241901 68278365 0 0 2.70680e+08 17857.3 14 4532104 47408547 -1 5.746 5.746 -301085 -4.746 0 0 94.75 -1 -1 4063.8 MiB 113.41 170.359 143.502 3404.7 MiB -1 67.46 - stratix10_arch.timing.xml jpeg_deco_stratix10_arch_timing.blif common 3067.29 vpr 13.93 GiB 710 8544 150 145 686 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 14604816 345 365 226660 204625 2 186994 10235 393 291 114363 io_cell auto 2379.1 MiB 594.04 1.46227e+07 1550303 14672135 5741856 8359742 570537 14262.5 MiB 859.10 6.80 22.4744 7.26931 -366816 -6.26931 3.84712 0.94 0.906418 0.740667 121.599 98.5007 1644866 8.79692 392898 2.10126 452792 823229 284861556 61247237 0 0 2.08858e+09 18262.7 16 34532852 363579310 -1 6.823 4.02973 -502523 -5.823 0 0 790.42 -1 -1 14262.5 MiB 114.58 164.151 136.19 14262.5 MiB -1 580.24 - stratix10_arch.timing.xml nyuzi_stratix10_arch_timing.blif common 980.68 vpr 1.86 GiB 183 4473 0 96 243 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 1952164 38 145 99230 90964 1 87362 4995 101 75 7575 io_cell auto 1151.2 MiB 388.03 4.06291e+06 1048463 4657115 1650603 2939562 66950 1639.7 MiB 332.48 2.67 17.903 8.881 -205497 -7.881 8.881 0.05 0.368081 0.304249 43.7872 36.1439 1384761 15.8517 315658 3.61343 310829 910812 432656954 89343615 0 0 1.31575e+08 17369.7 23 2069452 22717519 -1 9.247 9.247 -289200 -8.247 0 0 45.92 -1 -1 1806.7 MiB 142.80 66.3329 55.8515 1639.7 MiB -1 30.49 - stratix10_arch.timing.xml sobel_stratix10_arch_timing.blif common 429.34 vpr 3.61 GiB 362 821 0 0 53 0 success 5160a12-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-47-generic x86_64 2025-06-17T12:01:36 agent-2 /home/pooladam/actions-runner/_work/vtr-verilog-to-routing/vtr-verilog-to-routing 3787328 86 276 23287 21920 1 19466 1236 201 149 29949 io_cell auto 523.1 MiB 51.82 541517 121666 717276 218559 440335 58382 3698.6 MiB 23.57 0.23 7.388 5.693 -34884.3 -4.693 5.693 0.22 0.0651273 0.0554462 7.9049 6.46468 118808 6.10461 30213 1.55241 43606 69078 20407236 4478229 0 0 5.28462e+08 17645.4 11 8655172 93012966 -1 4.791 4.791 -43375.1 -3.791 0 0 190.30 -1 -1 3698.6 MiB 7.87 10.9578 9.27119 3698.6 MiB -1 135.28 + stratix10_arch.timing.xml ASU_LRN_stratix10_arch_timing.blif common 8497.56 vpr 13.33 GiB 229 41194 0 3036 372 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 13979364 227 2 1171676 955377 1 939781 44831 297 220 65340 DSP auto 6447.5 MiB 1292.89 -1 11288555 104322272 41796539 59945042 2580691 11900.3 MiB 4263.67 27.15 19.147 5.872 -635840 -4.872 5.872 0.64 2.06491 1.80929 294.932 245.517 11427757 12.2569 2249982 2.41323 2217446 3306114 6291839182 2186729426 0 0 1.18403e+09 18121.0 30 19646892 206908249 -1 9.581 9.581 -1.30043e+06 -8.581 0 0 239.78 -1 -1 12436.5 MiB 2272.72 440.284 366.995 11900.3 MiB -1 224.19 + stratix10_arch.timing.xml ASU_ELT_stratix10_arch_timing.blif common 5327.30 vpr 11.48 GiB 229 33269 0 3036 344 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 12039480 227 2 922901 768068 1 771214 36878 297 220 65340 DSP auto 5254.5 MiB 1233.81 -1 8894769 79796688 31880639 45748485 2167564 11006.3 MiB 2938.74 21.00 16.311 5.079 -481789 -4.079 5.079 0.64 1.71581 1.42053 236.092 195.691 9172229 12.0089 1834427 2.40176 1780207 2645741 1897810912 493125046 0 0 1.18403e+09 18121.0 18 19646892 206908249 -1 10.884 10.884 -915347 -9.88399 0 0 241.27 -1 -1 11006.3 MiB 518.88 315.374 263.135 11006.3 MiB -1 225.49 + stratix10_arch.timing.xml ASU_BSC_stratix10_arch_timing.blif common 4664.62 vpr 11.14 GiB 229 31617 0 3036 344 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 11677044 227 2 882527 735114 1 735438 35226 297 220 65340 DSP auto 5043.8 MiB 759.38 -1 8008566 77952906 30277274 45378256 2297376 10847.3 MiB 2850.74 41.61 15.168 4.72002 -439217 -3.72002 4.72002 0.63 2.68363 2.20387 233.114 192.122 8025777 11.0243 1558789 2.14116 1641737 2422977 1466994636 356716011 0 0 1.18403e+09 18121.0 20 19646892 206908249 -1 7.346 7.346 -815605 -6.346 0 0 240.87 -1 -1 10847.3 MiB 424.12 315.918 262.221 10847.3 MiB -1 224.22 + stratix10_arch.timing.xml tdfir_stratix10_arch_timing.blif common 4904.42 vpr 10.88 GiB 363 26677 3 512 56 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 11406256 87 276 782378 706702 1 644696 27611 210 156 32760 LAB auto 6399.3 MiB 1328.98 -1 5242385 52585109 20374480 30391499 1819130 8372.3 MiB 2908.38 22.57 16.427 5.693 -738221 -4.693 5.693 0.27 1.55509 1.36758 214.81 180.252 4784028 7.45452 1125015 1.75301 1559220 2716425 1023409604 227237848 0 0 5.84551e+08 17843.4 14 9825944 103239342 -1 5.801 5.801 -1.13421e+06 -4.801 0 0 119.38 -1 -1 9464.9 MiB 270.06 277.278 235.917 8372.3 MiB -1 104.67 + stratix10_arch.timing.xml mem_tester_stratix10_arch_timing.blif common 3484.62 vpr 8.41 GiB 36 25459 0 0 1601 1 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 8816220 6 30 679056 621389 3 566737 27097 204 151 30804 LAB auto 4551.1 MiB 1128.84 -1 2801923 46402525 17595037 27385169 1422319 6614.2 MiB 1889.24 16.70 12.769 4.377 -230050 -3.377 3.2326 0.29 1.5611 1.28439 188.333 155.523 2129925 3.75826 584912 1.03208 1250408 2195658 370676541 71111496 0 0 5.46997e+08 17757.3 10 9135920 96624124 -1 6.283 3.38657 -246974 -5.283 0 0 111.40 -1 -1 7828.2 MiB 115.71 244.228 204.907 6614.2 MiB -1 96.79 + stratix10_arch.timing.xml mandelbrot_stratix10_arch_timing.blif common 4641.68 vpr 10.66 GiB 399 21694 919 250 141 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 11176436 122 277 656245 580213 2 533968 23403 212 157 33284 io_cell auto 6264.7 MiB 1584.39 -1 3830329 44189943 18207984 23155822 2826137 8316.6 MiB 2545.95 27.55 20.938 5.921 -613547 -4.921 5.921 0.32 1.39224 1.18962 204.733 164.904 3413482 6.39730 843625 1.58106 1226756 1910296 424404351 84327615 0 0 5.93886e+08 17843.0 12 9964812 104832304 -1 5.484 5.484 -878033 -4.484 0 0 120.64 -1 -1 9185.2 MiB 126.54 255.453 210.21 8316.6 MiB -1 105.34 + stratix10_arch.timing.xml channelizer_stratix10_arch_timing.blif common 4129.38 vpr 25.09 GiB 934 16722 140 196 589 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 26306736 398 536 514898 462934 1 420344 18581 525 389 204225 io_cell auto 4291.2 MiB 931.79 -1 2655395 32489393 13142540 18074568 1272285 25690.2 MiB 1377.63 10.07 28.066 5.818 -629335 -4.818 5.818 1.31 1.10498 0.91665 153.538 127.449 2275387 5.42499 590501 1.40788 936749 1496404 340127141 70673379 0 0 3.74365e+09 18331.0 12 61562540 650024612 -1 5.529 5.529 -931427 -4.529 0 0 784.81 -1 -1 25690.2 MiB 100.75 196.786 166.234 25690.2 MiB -1 769.99 + stratix10_arch.timing.xml fft1d_offchip_stratix10_arch_timing.blif common 4144.23 vpr 25.00 GiB 936 16282 476 166 466 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 26213508 400 536 486120 441594 1 402222 18326 525 389 204225 io_cell auto 4154.4 MiB 879.69 -1 2741271 32620826 13412491 17587815 1620520 25599.1 MiB 1358.87 9.54 27.54 5.99419 -531781 -4.99419 5.99419 2.05 1.01777 0.842314 144.879 120.377 2449755 6.09804 608869 1.51562 914323 1552525 388384295 78142854 0 0 3.74365e+09 18331.0 18 61562540 650024612 -1 5.393 5.393 -735199 -4.393 0 0 794.91 -1 -1 25599.1 MiB 126.10 196.577 165.975 25599.1 MiB -1 814.75 + stratix10_arch.timing.xml DLA_LRN_stratix10_arch_timing.blif common 2281.42 vpr 5.85 GiB 27 17634 0 400 824 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 6129380 2 25 528688 414279 1 398137 18885 171 127 21717 LAB auto 3109.3 MiB 391.78 -1 2953914 32194373 12441475 18635475 1117423 4726.0 MiB 1544.49 9.61 16.108 5.581 -228488 -4.581 5.581 0.21 0.954578 0.793945 132.146 109.823 2866521 7.20208 663445 1.66689 923351 1502207 406224297 87403061 0 0 3.86548e+08 17799.3 14 6476260 68074081 -1 5.346 5.346 -369099 -4.346 0 0 78.30 -1 -1 5531.6 MiB 109.28 170.894 143.898 4726.0 MiB -1 66.01 + stratix10_arch.timing.xml fft1d_stratix10_arch_timing.blif common 2375.02 vpr 9.21 GiB 506 14208 168 120 367 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 9660180 165 341 430765 389856 2 351673 15369 287 213 61131 io_cell auto 3658.5 MiB 664.23 -1 2189786 24080865 9470589 13634781 975495 9433.8 MiB 1075.86 9.02 17.566 5.785 -410887 -4.785 3.54227 0.39 0.897272 0.74559 120.269 99.0373 1915782 5.45479 498222 1.41858 794029 1294587 301022940 60647775 0 0 1.10789e+09 18123.3 17 18464012 193849399 -1 4.931 3.51737 -593294 -3.931 0 0 226.78 -1 -1 9433.8 MiB 96.05 163.719 137.448 9433.8 MiB -1 206.91 + stratix10_arch.timing.xml fft2d_stratix10_arch_timing.blif common 2460.68 vpr 12.48 GiB 649 12851 142 96 716 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 13088256 243 406 395678 355154 2 327896 14454 355 263 93365 io_cell auto 3347.7 MiB 614.83 -1 2336539 22540790 9076978 12562762 901050 12781.5 MiB 941.99 6.72 18.992 5.782 -367804 -4.782 3.57305 0.60 0.892755 0.735368 121.374 100.355 2261694 6.90499 558181 1.70414 767128 1260687 368410809 75430382 0 0 1.70054e+09 18213.9 15 28125092 296332318 -1 5.307 3.84171 -570950 -4.307 0 0 354.53 -1 -1 12781.5 MiB 103.42 160.813 135.246 12781.5 MiB -1 334.91 + stratix10_arch.timing.xml DLA_ELT_stratix10_arch_timing.blif common 1353.57 vpr 4.33 GiB 27 12564 0 304 816 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4542324 2 25 372871 296321 1 287188 13711 144 107 15408 LAB auto 2358.0 MiB 221.68 -1 2017519 21337611 8631935 12032577 673099 3482.3 MiB 890.12 5.70 13.352 5.508 -175453 -4.508 5.508 0.15 0.686531 0.567356 92.9927 77.679 1998389 6.96148 483283 1.68354 652249 1027683 306084859 67878517 0 0 2.74710e+08 17829.1 14 4580360 48098128 -1 5.528 5.528 -303495 -4.528 0 0 53.94 -1 -1 4122.7 MiB 78.29 121.155 102.612 3482.3 MiB -1 44.89 + stratix10_arch.timing.xml DLA_BSC_stratix10_arch_timing.blif common 1339.95 vpr 4.23 GiB 27 12201 0 304 816 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 4438868 2 25 360006 285376 1 277707 13348 143 106 15158 LAB auto 2300.4 MiB 218.64 -1 1931667 20746063 8408272 11650472 687319 3415.3 MiB 880.58 5.86 14.252 5.554 -177874 -4.554 5.554 0.14 0.679663 0.55934 92.2803 77.1775 1940403 6.99035 478352 1.72328 641973 1026838 318422897 70743295 0 0 2.70680e+08 17857.3 14 4532104 47408547 -1 5.277 5.277 -303851 -4.277 0 0 53.07 -1 -1 4034.5 MiB 79.48 119.709 101.479 3415.3 MiB -1 44.62 + stratix10_arch.timing.xml jpeg_deco_stratix10_arch_timing.blif common 1899.59 vpr 13.94 GiB 710 8560 87 145 695 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 14617052 345 365 232377 210011 2 189277 10197 393 291 114363 io_cell auto 2140.3 MiB 332.36 -1 1582231 14710155 5988614 8068609 652932 14274.5 MiB 544.86 3.72 30.226 7.43057 -365519 -6.43057 3.81627 1.13 0.616545 0.493504 86.2693 69.9258 1673503 8.84207 399915 2.11298 458044 828971 282560507 60747167 0 0 2.08858e+09 18262.7 15 34532852 363579310 -1 6.713 4.00467 -495697 -5.713 0 0 447.46 -1 -1 14274.5 MiB 74.59 113.676 94.0439 14274.5 MiB -1 414.31 + stratix10_arch.timing.xml nyuzi_stratix10_arch_timing.blif common 821.73 vpr 1.85 GiB 183 4480 0 96 245 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 1941748 38 145 99308 91042 1 87410 5039 101 75 7575 io_cell auto 1050.9 MiB 212.52 -1 1052900 4841423 1786900 2873672 180851 1643.9 MiB 186.03 1.45 17.706 9.14244 -196704 -8.14244 9.14244 0.07 0.265592 0.213644 31.8771 25.9929 1432472 16.3889 324137 3.70845 339865 1033948 970326186 299309130 0 0 1.31575e+08 17369.7 106 2069452 22717519 -1 8.601 8.601 -277685 -7.601 0 0 25.47 -1 -1 1784.9 MiB 350.81 87.7588 71.3348 1643.9 MiB -1 19.67 + stratix10_arch.timing.xml sobel_stratix10_arch_timing.blif common 268.17 vpr 3.63 GiB 362 880 0 0 56 0 success v8.0.0-11934-gec23fea1f-dirty release IPO VTR_ASSERT_LEVEL=2 GNU 13.3.0 on Linux-6.8.0-60-generic x86_64 2025-06-05T20:21:45 betzgrp-wintermute /home/talaeikh/vtr-verilog-to-routing/vtr_flow/tasks 3809452 86 276 24975 23587 1 20870 1298 201 149 29949 io_cell auto 521.7 MiB 31.99 -1 129807 779768 259293 456610 63865 3720.2 MiB 15.77 0.15 7.312 5.693 -39200.6 -4.693 5.693 0.18 0.0442955 0.035989 5.25398 4.33257 126953 6.08420 32824 1.57309 46772 73234 21189492 4626331 0 0 5.28462e+08 17645.4 11 8655172 93012966 -1 4.791 4.791 -46924.6 -3.791 0 0 108.60 -1 -1 3720.2 MiB 5.47 7.34669 6.23268 3720.2 MiB -1 92.49