<mithro>
* Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete.
<mithro>
* Workflow run time - Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled.
<litghost>
powie: Otherwise, we expect BRAM init read/write to work as expected
dnltz_ has quit [Ping timeout: 260 seconds]
join_subline has quit [Ping timeout: 264 seconds]
join_subline has joined #symbiflow
gromero has quit [Quit: WeeChat 2.9]
ASHR has joined #symbiflow
ym has joined #symbiflow
MaksR has joined #symbiflow
extorr has quit [Ping timeout: 246 seconds]
Jay_jayjay has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ByteLawd has joined #symbiflow
Jay_jayjay has joined #symbiflow
ASHR has quit [Quit: Leaving]
Jay_jayjay has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<sf-slack>
<syed.ahmed.emails> Hi all, does anyone know a bit about the `router_lookahead_extended_map.cpp` code? I am running into the following error and would love some guidance on where to look at for debugging: ```/media/lilbirb/research/code/pld/third_party/vtr-verilog-to-routing/vpr/src/route/router_lookahead_extended_map.cpp:143 get_src_opin_cost: Assertion 'std::isfinite(expected_delay_cost) && std::isfinite(expected_cong_cost)'
<sf-slack>
failed. make: [Makefile:141: output_fun/out.route] Error 134 (ignored)``` This assertion is failing for me. I printed out the intermediate values and looks like the assertion fails because of infinite values returned from `router_lookahead_cost_map.cpp` (line 112): ```Warning 11139: delta_x: 0.000000 Warning 11140: delta_y: 0.000000 Warning 11141: params.criticality: 1.000000 Warning 11142: reachable_wire_inf.delay: 0.000000
<sf-slack>
<syed.ahmed.emails> Sorry! This is on a200t, where we are trying to implement some logic on a partial reconfiguration region (@butta’s work).
<sf-slack>
<syed.ahmed.emails> placement passes
<litghost>
I'd expect one of the segments no longer makes sense?
<litghost>
How small of a region did you slice?
<litghost>
Also did you regenerate the lookahead on your subgraph?
<sf-slack>
<syed.ahmed.emails> The region is almost a square shaped and has 6400 luts.
<sf-slack>
<syed.ahmed.emails> What do you mean by regenerating the lookahead? We have been using the lookahead.bin generated when we call the make command on a device definition: e.g. ```make file_xc_xc7_archs_artix7_200t_devices_rr_graph_xc7a200t-${DEVICE_NAME}_test.rr_graph.real.bin```
<sf-slack>
<syed.ahmed.emails> also thanks for your response!
<litghost>
So the "this_delay_cost: -nan" is definitely a problem
<sf-slack>
<syed.ahmed.emails> `float this_delay_cost = (1. - params.criticality) * (reachable_wire_inf.delay + cost_entry.delay);` yeah not sure how the -nan is coming. Based on the values 0 * inf == -nan?
kraiskil has joined #symbiflow
Jay_jayjay has joined #symbiflow
ym has quit [Quit: Leaving]
Jay_jayjay has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
QDX45 has quit [Ping timeout: 246 seconds]
kraiskil has quit [Ping timeout: 264 seconds]
Jay_jayjay has joined #symbiflow
kraiskil has joined #symbiflow
kraiskil has quit [Ping timeout: 256 seconds]
QDX45 has joined #symbiflow
craigo has quit [Quit: Leaving]
Jay_jayjay has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Jay_jayjay has joined #symbiflow
<sf-slack>
<naachhilfe> Hello, I have been following the project for a few days now and would like to do my bit. I am interested in reverse engineering the bitstream formats for the machxo2 fpgas. That way the project can support projects like TinyFPGA. How and where do I start? I have scripting experience in Python and have done low level C coding. I speak hex and binary fluently. Please let me know if I can be of any help.
<tnt>
I think cr1901_modern is/was working on that