*** tpb has joined #symbiflow | 00:00 | |
*** Guest80046 has quit IRC | 00:04 | |
*** kgugala_ has quit IRC | 00:17 | |
*** Jay_jayjay has quit IRC | 00:24 | |
*** craigo has quit IRC | 00:37 | |
*** kgugala has joined #symbiflow | 00:49 | |
*** bjorkint0sh has quit IRC | 01:03 | |
*** Jay_jayjay has joined #symbiflow | 01:33 | |
*** MaksR has quit IRC | 01:35 | |
*** bjorkintosh has joined #symbiflow | 02:05 | |
mithro | litghost: Just FYI, GitHub actions has significantly longer timeouts than Travis | 02:57 |
---|---|---|
mithro | The default is 360 minutes, but it can be extended to be much longer by using https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes | 02:57 |
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. | 02:57 |
mithro | * Workflow run time - Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled. | 02:57 |
tpb | Title: Workflow syntax for GitHub Actions - GitHub Docs (at docs.github.com) | 02:57 |
mithro | kgugala: BTW What is the status of setting up self-hosted runnings for GitHub actions? | 02:58 |
*** ASHR has joined #symbiflow | 03:39 | |
*** Degi_ has joined #symbiflow | 04:22 | |
*** Degi has quit IRC | 04:23 | |
*** Degi_ is now known as Degi | 04:23 | |
*** kraiskil has joined #symbiflow | 05:54 | |
*** kraiskil has quit IRC | 06:01 | |
*** ASHR has quit IRC | 07:13 | |
*** kgugala_ has joined #symbiflow | 07:23 | |
*** kgugala has quit IRC | 07:26 | |
*** ZipCPU_ has joined #symbiflow | 08:17 | |
*** ZipCPU has quit IRC | 08:20 | |
sf-slack | <kgugala> mithro: we have the initial stuff running there are some issues with artifacts permissions - working on that | 08:32 |
*** craigo has joined #symbiflow | 08:36 | |
*** powie has joined #symbiflow | 11:03 | |
powie | Hey, I have a question about project xray, at its current state is it able to read the contents of blockrams from a bitstream ? | 11:04 |
*** powie has quit IRC | 11:32 | |
*** ZipCPU_ is now known as ZipCPU | 11:34 | |
*** powie has joined #symbiflow | 11:40 | |
*** powie has quit IRC | 12:33 | |
*** dnltz has joined #symbiflow | 12:56 | |
*** gromero has joined #symbiflow | 14:10 | |
*** gromero has quit IRC | 14:13 | |
*** gromero has joined #symbiflow | 14:13 | |
*** dnltz has quit IRC | 14:24 | |
sf-slack | <mholenko> @timo.callahan Do you mean https://github.com/renode/renode-infrastructure/blob/master/src/Emulator/Main/Peripherals/CPU/RegisterValue.cs#L13? `RegisterValue` is a generic class that we use for both 32- and 64-bit CPUs so `RawValue` is expressed as an unsigned 64-bit integer, but there is an additional `Bits` property that allows you to check how many of them are actually important; if the particular register stores a | 14:37 |
sf-slack | signed value you should cast it manually | 14:37 |
*** mkru has joined #symbiflow | 15:01 | |
* promach3 uploaded an image: image.png (252KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/BuJMcGRzLNWsvqJZEEjLvNcb/image.png > | 15:03 | |
promach3 | Why broken pipe when using boolector ? | 15:03 |
*** dnltz_ has joined #symbiflow | 15:11 | |
*** gromero has quit IRC | 15:14 | |
*** gromero has joined #symbiflow | 15:14 | |
*** gromero has quit IRC | 15:24 | |
*** gromero has joined #symbiflow | 15:24 | |
*** gromero has quit IRC | 15:46 | |
*** gromero has joined #symbiflow | 15:46 | |
*** mkru has quit IRC | 16:11 | |
litghost | powie: Yes and no. There is a specific bug that means that BRAM's in the right most column of the FPGA have their upper bits stripped off, see https://github.com/SymbiFlow/prjxray/issues/1285 and a potential fix in https://github.com/SymbiFlow/prjxray/pull/1335 | 16:29 |
litghost | powie: Otherwise, we expect BRAM init read/write to work as expected | 16:30 |
*** dnltz_ has quit IRC | 16:34 | |
*** join_subline has quit IRC | 17:20 | |
*** join_subline has joined #symbiflow | 17:26 | |
*** gromero has quit IRC | 17:39 | |
*** ASHR has joined #symbiflow | 17:41 | |
*** ym has joined #symbiflow | 17:52 | |
*** MaksR has joined #symbiflow | 17:56 | |
*** extorr has quit IRC | 18:02 | |
*** Jay_jayjay has quit IRC | 18:05 | |
*** ByteLawd has joined #symbiflow | 18:53 | |
*** Jay_jayjay has joined #symbiflow | 18:57 | |
*** ASHR has quit IRC | 19:10 | |
*** Jay_jayjay has quit IRC | 19:11 | |
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)' | 19:12 |
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 | 19:12 |
sf-slack | Warning 11143: cost_entry.delay: inf Warning 11144: reachable_wire_inf.congestion: 0.000000 Warning 11145: cost_entry.congestion: inf Warning 11146: this_delay_cost: -nan Warning 11147: this_cong_cost: inf Warning 11148: expected_delay_cost: inf Warning 11149: expected_cong_cost: inf Warning 11150: expected_delay_cost: inf Warning 11151: expected_cong_cost: inf``` | 19:12 |
litghost | Context? | 19:15 |
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). | 19:18 |
sf-slack | <syed.ahmed.emails> placement passes | 19:18 |
litghost | I'd expect one of the segments no longer makes sense? | 19:19 |
litghost | How small of a region did you slice? | 19:19 |
litghost | Also did you regenerate the lookahead on your subgraph? | 19:19 |
sf-slack | <syed.ahmed.emails> The region is almost a square shaped and has 6400 luts. | 19:21 |
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``` | 19:23 |
sf-slack | <syed.ahmed.emails> also thanks for your response! | 19:24 |
litghost | So the "this_delay_cost: -nan" is definitely a problem | 19:26 |
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? | 19:32 |
*** kraiskil has joined #symbiflow | 19:42 | |
*** Jay_jayjay has joined #symbiflow | 19:42 | |
*** ym has quit IRC | 19:51 | |
*** Jay_jayjay has quit IRC | 20:37 | |
*** QDX45 has quit IRC | 20:43 | |
*** kraiskil has quit IRC | 20:45 | |
*** Jay_jayjay has joined #symbiflow | 20:56 | |
*** kraiskil has joined #symbiflow | 20:57 | |
*** kraiskil has quit IRC | 21:05 | |
*** QDX45 has joined #symbiflow | 21:12 | |
*** craigo has quit IRC | 21:22 | |
*** Jay_jayjay has quit IRC | 21:56 | |
*** Jay_jayjay has joined #symbiflow | 22:02 | |
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. | 22:17 |
tnt | I think cr1901_modern is/was working on that | 22:29 |
*** TMM has quit IRC | 23:45 | |
*** TMM has joined #symbiflow | 23:45 | |
*** rvalles_ has quit IRC | 23:50 | |
*** rvalles_ has joined #symbiflow | 23:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!