Monday, 2018-02-05

*** tpb has joined #timvideos00:00
mithroCarlFK[m]: Merged00:00
mithrofutarisIRCcloud: That looks like maybe you don't have a strong enough drive strength?00:01
mithrofutarisIRCcloud: What does the Vivado example set in the ucf file (or what ever replaced UCF in Vivado...)00:02
futarisIRCcloudmithro: https://github.com/Digilent/Arty-Pmod-VGA/blob/master/src/constraints/Arty_Master.xdc00:12
tpbTitle: Arty-Pmod-VGA/Arty_Master.xdc at master · Digilent/Arty-Pmod-VGA · GitHub (at github.com)00:12
mithrofutarisIRCcloud: Well, don't see anything super special there00:13
futarisIRCcloudmithro: Me either.  I suspect pix or cd_pix isn't clocking...00:17
futarisIRCcloudhttps://github.com/timvideos/litex-buildenv/pull/20/commits/112ddbdf69ba1fb1e9de37304687ea06203c52e300:17
tpbTitle: arty VGA output WIP by futaris · Pull Request #20 · timvideos/litex-buildenv · GitHub (at github.com)00:17
futarisIRCcloudmithro: Is there a PDF schematic for pmod-hdmi?  Or do I need to run KiCad?00:26
mithrofutarisIRCcloud: Run kicad probably00:26
futarisIRCcloudmithro: Cheers. Seems straightforward enough to write a targets/arty/video-pmod-hdmi-tx.py ... Nice that we can run HDMI off a single PMOD.  Did you have PCBs for RX too?01:12
mithrofutarisIRCcloud: I have a design but not actually tested -- it's a bit hard because of issues around the clock input routing01:12
futarisIRCcloudmithro: Ok. Do you have a part list / BOM for pmod-hdmi-tx?01:15
mithrofutarisIRCcloud: only in the kicad01:25
*** safina_k has joined #timvideos01:35
*** sb0 has quit IRC03:40
*** rohitksingh_work has joined #timvideos03:56
futarisIRCcloudhttps://github.com/InfernoEmbedded/logicanalyser_workshop/blob/master/BOM.txt - https://www.aliexpress.com/item/New-USB-Logic-SCM-24MHz-8-Channel-Logic-Analyzer-Debugger-for-ARM-FPGA-High-Quality/32802074523.html03:59
tpbTitle: logicanalyser_workshop/BOM.txt at master · InfernoEmbedded/logicanalyser_workshop · GitHub (at github.com)03:59
futarisIRCcloudAnyone who did the Logic Analyser workshop at lca2018, will have one of these03:59
futarisIRCcloudhttps://sigrok.org/wiki/VKTECH_saleae_clone04:00
tpbTitle: VKTECH saleae clone - sigrok (at sigrok.org)04:00
futarisIRCcloudI suspect, https://github.com/timvideos/HDMI2USB-fx2-firmware/issues will work on them.04:00
tpbTitle: Issues · timvideos/HDMI2USB-fx2-firmware · GitHub (at github.com)04:00
mithrofutarisIRCcloud: You want the sigrok firmware -> https://sigrok.org/wiki/Fx2lafw04:01
tpbTitle: fx2lafw - sigrok (at sigrok.org)04:01
mithrofutarisIRCcloud: But yes, you can use them for testing some of the fx2 firmware if you want04:01
futarisIRCcloudmithro: Yep.  Theoretically, a pattern generated from an arty would work with that, if there's enough bandwidth over 8 bits GPIO, right?04:06
mithrofutarisIRCcloud: Hrm?04:06
futarisIRCcloudmithro: Never mind. I just had a look at https://reference.digilentinc.com/_media/reference/programmable-logic/atlys/atlys_sch.pdf pg 5 ... There aren't enough pins for the FIFO, without soldering directly to the board...04:12
*** samsagaz has joined #timvideos05:13
mithrofutarisIRCcloud: can you add your vga info to https://docs.google.com/document/d/176u0jnzQPraGKgKN8fzpmNGWF3UQ4pVF2v4DrMCno3Y/edit# ?07:17
tpbTitle: Goodies Kit Extra Info - LCA2018 FPGA Miniconf - Google Docs (at docs.google.com)07:17
futarisIRCcloudmithro: I added a little to that doc09:56
thaytanhttps://twitter.com/fosdem/status/96011252867946496110:58
*** sb0 has joined #timvideos11:11
tumbleweedmithro: late tonight11:13
*** sb0 has quit IRC11:47
*** rohitksingh_work has quit IRC12:36
*** rohitksingh has joined #timvideos13:11
*** danielki has quit IRC13:45
*** rohitksingh has quit IRC13:50
*** futarisIRCcloud has quit IRC13:53
*** danielki has joined #timvideos13:59
*** Sigyn has quit IRC14:11
*** Sigyn has joined #timvideos14:12
*** f15h has joined #timvideos14:16
*** sb0 has joined #timvideos14:37
*** f15h has quit IRC16:15
CarlFK[m]mithro (IRC): ?w=1 makes an easy to read PR diff: https://github.com/timvideos/HDMI2USB-mode-switch/commit/7b0cf33227f35bbbc06b75edd8ce92fc08f0ebf4?w=116:20
tpbTitle: refactor into lots of tiny functions. · timvideos/HDMI2USB-mode-switch@7b0cf33 · GitHub (at github.com)16:20
mithroCarlFK[m]: I think you mean https://github.com/timvideos/HDMI2USB-mode-switch/pull/95/files?w=1 ?16:22
tpbTitle: refactor into lots of tiny functions. by CarlFK · Pull Request #95 · timvideos/HDMI2USB-mode-switch · GitHub (at github.com)16:22
mithroCarlFK[m]: LGTM! Merged16:23
CarlFK[m]mithro: either one.  and yay.  now to figure out how to find the most resent existing build16:25
mithroCarlFK[m]: Can you look at running pep8 or something over that code too?16:30
CarlFK[m]mithro (IRC): um.. any quick tips on how to do that?16:31
CarlFK[m]sudo apt install pep8 ...16:31
mithroautopep8 should work I guess?16:31
mithroOr what was the other one -- yapf or something16:31
mithrohttps://eli.thegreenplace.net/2015/yapf-yet-another-python-formatter/16:32
tpbTitle: YAPF - Yet Another Python Formatter - Eli Bendersky's website (at eli.thegreenplace.net)16:32
mithrohttps://github.com/google/yapf16:32
tpbTitle: GitHub - google/yapf: A formatter for Python files (at github.com)16:32
*** samsagaz_ has joined #timvideos17:04
*** samsagaz has quit IRC17:07
*** f15h has joined #timvideos17:34
*** suhdood has joined #timvideos17:50
*** f15h has quit IRC18:19
*** rohitksingh has joined #timvideos18:52
*** suhdood has quit IRC19:15
*** suhdood has joined #timvideos19:15
*** suhdood has quit IRC19:20
*** agronaught has joined #timvideos20:36
*** agronaught has quit IRC20:50
*** samsagaz_ has quit IRC21:10
*** CarlFK has quit IRC22:27
*** CarlFK has joined #timvideos22:37
*** ChanServ sets mode: +v CarlFK22:37
*** danielki has quit IRC23:09
*** danielki has joined #timvideos23:10
*** futarisIRCcloud has joined #timvideos23:25

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!