*** tpb has joined #symbiflow | 00:00 | |
*** Degi has quit IRC | 00:55 | |
*** Degi has joined #symbiflow | 00:56 | |
*** ric96 has quit IRC | 00:57 | |
*** ovf has quit IRC | 00:57 | |
*** mats has quit IRC | 00:57 | |
*** elms has quit IRC | 00:57 | |
*** bubble_buster has quit IRC | 00:57 | |
*** sorear has quit IRC | 00:57 | |
*** nickray has quit IRC | 00:57 | |
*** emilazy has quit IRC | 00:57 | |
*** ovf has joined #symbiflow | 01:01 | |
*** ric96 has joined #symbiflow | 01:01 | |
*** mats has joined #symbiflow | 01:01 | |
*** elms has joined #symbiflow | 01:01 | |
*** bubble_buster has joined #symbiflow | 01:01 | |
*** sorear has joined #symbiflow | 01:01 | |
*** nickray has joined #symbiflow | 01:01 | |
*** emilazy has joined #symbiflow | 01:01 | |
*** samhsmith[m] has quit IRC | 01:03 | |
*** nurelin has quit IRC | 01:03 | |
*** xobs has quit IRC | 01:03 | |
*** promach3 has quit IRC | 01:03 | |
*** olegfink has quit IRC | 01:03 | |
*** xobs has joined #symbiflow | 01:09 | |
*** space_zealot has quit IRC | 01:29 | |
*** proteus-guy has quit IRC | 01:29 | |
*** nurelin has joined #symbiflow | 01:31 | |
*** promach3 has joined #symbiflow | 01:31 | |
*** olegfink has joined #symbiflow | 01:31 | |
*** samhsmith[m] has joined #symbiflow | 01:31 | |
-_whitenotifier-b- [symbiflow-docs] mithro opened issue #327: Why is the code link not <>? - https://git.io/JJuEx | 01:39 | |
*** craigo has quit IRC | 03:03 | |
*** citypw has joined #symbiflow | 03:41 | |
*** rvalles has quit IRC | 04:57 | |
*** rvalles has joined #symbiflow | 04:58 | |
*** enriq has joined #symbiflow | 06:21 | |
*** skydive has quit IRC | 06:39 | |
*** skydive has joined #symbiflow | 06:40 | |
*** OmniMancer has joined #symbiflow | 07:05 | |
*** kraiskil has joined #symbiflow | 07:13 | |
*** xtro has quit IRC | 07:16 | |
*** proteus-guy has joined #symbiflow | 07:28 | |
*** enriq has quit IRC | 08:01 | |
*** enriq has joined #symbiflow | 08:04 | |
*** proteus-guy has quit IRC | 08:05 | |
*** lopsided98 has quit IRC | 08:24 | |
*** lopsided98 has joined #symbiflow | 08:25 | |
*** skydive has quit IRC | 08:41 | |
*** skydive has joined #symbiflow | 08:42 | |
*** enriq has quit IRC | 08:43 | |
*** enriq has joined #symbiflow | 08:50 | |
*** enriq has quit IRC | 09:06 | |
*** enriq has joined #symbiflow | 09:47 | |
*** kraiskil has quit IRC | 09:51 | |
*** skydive has quit IRC | 10:15 | |
*** skydive has joined #symbiflow | 10:15 | |
*** skydive has quit IRC | 11:03 | |
*** skydive has joined #symbiflow | 11:04 | |
*** kraiskil has joined #symbiflow | 11:07 | |
*** skydive has quit IRC | 11:08 | |
*** skydive has joined #symbiflow | 11:10 | |
*** craigo has joined #symbiflow | 12:15 | |
*** kraiskil has quit IRC | 12:33 | |
*** space_zealot has joined #symbiflow | 12:35 | |
*** skydive has quit IRC | 12:45 | |
*** skydive has joined #symbiflow | 12:47 | |
*** space_zealot has quit IRC | 13:19 | |
*** space_zealot has joined #symbiflow | 13:34 | |
*** andrewb1999 has joined #symbiflow | 13:51 | |
*** xtro has joined #symbiflow | 14:38 | |
*** QDX45 has quit IRC | 14:42 | |
*** QDX45 has joined #symbiflow | 14:42 | |
*** xtro has quit IRC | 14:43 | |
*** QDX45 has quit IRC | 14:57 | |
*** maartenBE has quit IRC | 15:04 | |
*** maartenBE has joined #symbiflow | 15:06 | |
*** space_zealot has quit IRC | 15:25 | |
*** space_zealot has joined #symbiflow | 15:26 | |
*** enriq has quit IRC | 15:26 | |
*** enriq has joined #symbiflow | 15:28 | |
*** kraiskil has joined #symbiflow | 15:31 | |
*** enriq has quit IRC | 15:41 | |
*** OmniMancer has quit IRC | 16:21 | |
*** enriq has joined #symbiflow | 16:43 | |
*** skydive has quit IRC | 17:06 | |
*** skydive has joined #symbiflow | 17:11 | |
*** kraiskil has quit IRC | 17:17 | |
*** FireFox317 has joined #symbiflow | 17:21 | |
FireFox317 | Hey guys! How would you recommend building a hello world (blinky/counter) bitstream for an zynq board that is not upstream? Basically the pynqz1 is the correct fpga chip, however the constraints for the board are different. I'm wondering how ppl do this. | 17:24 |
---|---|---|
*** kraiskil has joined #symbiflow | 17:24 | |
FireFox317 | Currently I'm building the counter_pynqz1_prog example, and I could just manually change the constaints somehow, but I'm not sure if that is how it should be done | 17:25 |
*** xtro has joined #symbiflow | 17:46 | |
*** skydive has quit IRC | 17:48 | |
*** skydive has joined #symbiflow | 17:49 | |
litghost | FireFox317: That works as a short term solution. Longer term you could define a new board, and associated program command here: https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/xc/xc7/boards.cmake#L105 | 17:50 |
tpb | Title: symbiflow-arch-defs/boards.cmake at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 17:50 |
litghost | FireFox317: The other thing that we should have examples for soon is a zynq example on https://github.com/SymbiFlow/symbiflow-examples | 17:50 |
tpb | Title: GitHub - SymbiFlow/symbiflow-examples: Examples designs for showing different ways to use SymbiFlow toolchains. (at github.com) | 17:50 |
litghost | FireFox317: If you are interested in knowing when that example will be ready, follow https://github.com/SymbiFlow/symbiflow-examples/issues/26 | 17:51 |
tpb | Title: Add an example for a Zynq part · Issue #26 · SymbiFlow/symbiflow-examples · GitHub (at github.com) | 17:51 |
FireFox317 | litghost, thanks! Ah this exactly what i was trying to accomplish too. Having PS->PL communication with a complete open source toolchain would be so cool. | 17:53 |
litghost | FireFox317: If you want to explain your use case to kgugala, they might be able to point you to an existing PR with that | 17:55 |
litghost | FireFox317: That issue is a good place to comment | 17:55 |
litghost | FireFox317: I believe what you want has already been demostrated, but we haven't packaged it up into a compact example with documentation at the moment | 17:55 |
FireFox317 | litghost, So lets say I added the board, how would i then structure my project? It would be a bit weird to add my project to the tests folder or smth. Do I have to include a cmake command or something like that? | 17:56 |
FireFox317 | litghost, Also my use case is just to learn stuff :) | 17:57 |
litghost | FireFox317: If you are living inside of arch-defs, then you can just hang a CMake leaf where-ever and call "add_fpga_target" with the new board definition. This has some downsides, but means you can tweak the whole flow. However if you just want to use the P&R products as is, then using something out of symbiflow-examples is better. We should get a Zynq example up sooner rather than later, so stay tuned | 18:01 |
*** citypw has quit IRC | 18:01 | |
*** enriq has quit IRC | 18:02 | |
FireFox317 | litghost, Ah i was just looking at symbiflow-examples and saw that they include Makefiles indeed to make a standalone project. You were just a bit faster :) | 18:03 |
FireFox317 | I will definitely subscribe to the issue, thanks for mentioning that :) | 18:05 |
FireFox317 | Also I really appreciate the work you guys are doing on open-source fpga toolchains. So cool to have that! | 18:06 |
*** enriq has joined #symbiflow | 18:14 | |
FireFox317 | Hmm VPR should be outputting an status line where it shows the progress right? It looks like it is stuck in a loop or something, because i dont see any output for 10 minutes already | 18:40 |
*** kraiskil has quit IRC | 18:46 | |
*** space_zealot has quit IRC | 18:50 | |
-_whitenotifier-b- [symbiflow-examples] mithro opened issue #38: Convert the README docs to rst and make sure it is included in symbiflow.rtfd.io - https://git.io/JJzVK | 19:23 | |
FireFox317 | My bad, it just took a long time :) | 19:31 |
mithro | daniellimws: Any chance you want to take a look at making a symbiflow themed version of the tool at https://github.com/outsideris/slack-invite-automation ? | 19:33 |
tpb | Title: GitHub - outsideris/slack-invite-automation: A tiny web application to invite a user into your slack team. (at github.com) | 19:34 |
*** space_zealot has joined #symbiflow | 20:10 | |
sf-slack | <benglines1> Just submitted a pull request for some changes I made to the Bitstream Viewer https://github.com/SymbiFlow/symbiflow-bitstream-viewer, and I have a couple of ideas for it and I was wondering if there are any thoughts on what I am planning. 1. Currently there are two separate features: "Frame View," and "Tile View." This describes the way that the bitstream can be viewed by this tool. Currently, the "Frame View" is | 20:25 |
sf-slack | a very simple .html page that works fairly fast and serves its purpose. The "Tile View" is generated with .vue, a JavaScript framework. It is considerably slower on my machine, but has a very intuitive interface. I'm thinking about making a .vue version of the "Frame View," and a .html version of the "Tile View" in order to give an .html and a .vue option for both structures of viewing bitstreams. 2. In order to organize all of | 20:25 |
sf-slack | this, it might be helpful to create a very simple central .html page with hyperlinks to each of what would be 4 options. Anyone have any thoughts on this? | 20:25 |
*** space_zealot has quit IRC | 21:06 | |
sf-slack | <timo.callahan> @kgugala, I found this -- https://github.com/antmicro-labs/voice-assistant -- is that the demo you had mentioned to me? | 21:11 |
tpb | Title: GitHub - antmicro-labs/voice-assistant (at github.com) | 21:11 |
*** az0re has quit IRC | 21:49 | |
*** enriq has quit IRC | 21:59 | |
*** paynode has joined #symbiflow | 22:00 | |
*** _whitelogger has quit IRC | 22:39 | |
*** _whitelogger has joined #symbiflow | 22:41 | |
*** az0re has joined #symbiflow | 22:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!