Wednesday, 2020-07-29

*** tpb has joined #symbiflow00:00
*** Degi has quit IRC00:55
*** Degi has joined #symbiflow00:56
*** ric96 has quit IRC00:57
*** ovf has quit IRC00:57
*** mats has quit IRC00:57
*** elms has quit IRC00:57
*** bubble_buster has quit IRC00:57
*** sorear has quit IRC00:57
*** nickray has quit IRC00:57
*** emilazy has quit IRC00:57
*** ovf has joined #symbiflow01:01
*** ric96 has joined #symbiflow01:01
*** mats has joined #symbiflow01:01
*** elms has joined #symbiflow01:01
*** bubble_buster has joined #symbiflow01:01
*** sorear has joined #symbiflow01:01
*** nickray has joined #symbiflow01:01
*** emilazy has joined #symbiflow01:01
*** samhsmith[m] has quit IRC01:03
*** nurelin has quit IRC01:03
*** xobs has quit IRC01:03
*** promach3 has quit IRC01:03
*** olegfink has quit IRC01:03
*** xobs has joined #symbiflow01:09
*** space_zealot has quit IRC01:29
*** proteus-guy has quit IRC01:29
*** nurelin has joined #symbiflow01:31
*** promach3 has joined #symbiflow01:31
*** olegfink has joined #symbiflow01:31
*** samhsmith[m] has joined #symbiflow01:31
-_whitenotifier-b- [symbiflow-docs] mithro opened issue #327: Why is the code link not <>? - https://git.io/JJuEx01:39
*** craigo has quit IRC03:03
*** citypw has joined #symbiflow03:41
*** rvalles has quit IRC04:57
*** rvalles has joined #symbiflow04:58
*** enriq has joined #symbiflow06:21
*** skydive has quit IRC06:39
*** skydive has joined #symbiflow06:40
*** OmniMancer has joined #symbiflow07:05
*** kraiskil has joined #symbiflow07:13
*** xtro has quit IRC07:16
*** proteus-guy has joined #symbiflow07:28
*** enriq has quit IRC08:01
*** enriq has joined #symbiflow08:04
*** proteus-guy has quit IRC08:05
*** lopsided98 has quit IRC08:24
*** lopsided98 has joined #symbiflow08:25
*** skydive has quit IRC08:41
*** skydive has joined #symbiflow08:42
*** enriq has quit IRC08:43
*** enriq has joined #symbiflow08:50
*** enriq has quit IRC09:06
*** enriq has joined #symbiflow09:47
*** kraiskil has quit IRC09:51
*** skydive has quit IRC10:15
*** skydive has joined #symbiflow10:15
*** skydive has quit IRC11:03
*** skydive has joined #symbiflow11:04
*** kraiskil has joined #symbiflow11:07
*** skydive has quit IRC11:08
*** skydive has joined #symbiflow11:10
*** craigo has joined #symbiflow12:15
*** kraiskil has quit IRC12:33
*** space_zealot has joined #symbiflow12:35
*** skydive has quit IRC12:45
*** skydive has joined #symbiflow12:47
*** space_zealot has quit IRC13:19
*** space_zealot has joined #symbiflow13:34
*** andrewb1999 has joined #symbiflow13:51
*** xtro has joined #symbiflow14:38
*** QDX45 has quit IRC14:42
*** QDX45 has joined #symbiflow14:42
*** xtro has quit IRC14:43
*** QDX45 has quit IRC14:57
*** maartenBE has quit IRC15:04
*** maartenBE has joined #symbiflow15:06
*** space_zealot has quit IRC15:25
*** space_zealot has joined #symbiflow15:26
*** enriq has quit IRC15:26
*** enriq has joined #symbiflow15:28
*** kraiskil has joined #symbiflow15:31
*** enriq has quit IRC15:41
*** OmniMancer has quit IRC16:21
*** enriq has joined #symbiflow16:43
*** skydive has quit IRC17:06
*** skydive has joined #symbiflow17:11
*** kraiskil has quit IRC17:17
*** FireFox317 has joined #symbiflow17:21
FireFox317Hey 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 #symbiflow17:24
FireFox317Currently 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 done17:25
*** xtro has joined #symbiflow17:46
*** skydive has quit IRC17:48
*** skydive has joined #symbiflow17:49
litghostFireFox317: 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#L10517:50
tpbTitle: symbiflow-arch-defs/boards.cmake at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)17:50
litghostFireFox317: The other thing that we should have examples for soon is a zynq example on https://github.com/SymbiFlow/symbiflow-examples17:50
tpbTitle: GitHub - SymbiFlow/symbiflow-examples: Examples designs for showing different ways to use SymbiFlow toolchains. (at github.com)17:50
litghostFireFox317: If you are interested in knowing when that example will be ready, follow https://github.com/SymbiFlow/symbiflow-examples/issues/2617:51
tpbTitle: Add an example for a Zynq part · Issue #26 · SymbiFlow/symbiflow-examples · GitHub (at github.com)17:51
FireFox317litghost, 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
litghostFireFox317: If you want to explain your use case to kgugala, they might be able to point you to an existing PR with that17:55
litghostFireFox317: That issue is a good place to comment17:55
litghostFireFox317: I believe what you want has already been demostrated, but we haven't packaged it up into a compact example with documentation at the moment17:55
FireFox317litghost, 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
FireFox317litghost, Also my use case is just to learn stuff :)17:57
litghostFireFox317: 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 tuned18:01
*** citypw has quit IRC18:01
*** enriq has quit IRC18:02
FireFox317litghost, 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
FireFox317I will definitely subscribe to the issue, thanks for mentioning that :)18:05
FireFox317Also I really appreciate the work you guys are doing on open-source fpga toolchains. So cool to have that!18:06
*** enriq has joined #symbiflow18:14
FireFox317Hmm 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 already18:40
*** kraiskil has quit IRC18:46
*** space_zealot has quit IRC18: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/JJzVK19:23
FireFox317My bad, it just took a long time :)19:31
mithrodaniellimws: 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
tpbTitle: 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 #symbiflow20: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" is20:25
sf-slacka 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 of20:25
sf-slackthis, 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 IRC21: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
tpbTitle: GitHub - antmicro-labs/voice-assistant (at github.com)21:11
*** az0re has quit IRC21:49
*** enriq has quit IRC21:59
*** paynode has joined #symbiflow22:00
*** _whitelogger has quit IRC22:39
*** _whitelogger has joined #symbiflow22:41
*** az0re has joined #symbiflow22:43

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!