Sunday, 2020-08-16

*** tpb has joined #litex00:00
*** Degi has quit IRC00:18
*** Degi has joined #litex00:19
*** davidcorrigan714 has joined #litex02:01
*** _whitelogger has quit IRC02:24
*** _whitelogger has joined #litex02:26
*** lkcl_ has joined #litex02:50
*** lkcl has quit IRC02:52
*** jaseg has quit IRC03:00
*** jaseg has joined #litex03:02
*** _whitelogger has quit IRC03:09
*** _whitelogger has joined #litex03:11
bubble_busterhow do I "request" connectors from https://github.com/litex-hub/litex-boards/blob/master/litex_boards/platforms/orangecrab.py ?03:41
tpbTitle: litex-boards/orangecrab.py at master · litex-hub/litex-boards · GitHub (at github.com)03:41
bubble_busterI tried platform.request("GPIO:6"), request("GPIO", 6), those didn't work. seems connectors are treated differently than io so they can't be accessed with request()?03:42
*** _whitelogger has quit IRC04:09
*** _whitelogger has joined #litex04:11
bubble_busterah, seems I need to define a new group of signals (which can leverage the naming provided by the connectors array) and pass that to add_extension()04:19
*** HoloIRCUser1 has joined #litex04:58
*** HoloIRCUser has quit IRC05:00
*** _whitelogger has quit IRC08:18
*** _whitelogger has joined #litex08:20
*** _whitelogger has quit IRC11:24
*** _whitelogger has joined #litex11:26
*** kgugala has joined #litex15:55
*** kgugala_ has quit IRC15:57
*** kgugala_ has joined #litex16:17
*** kgugala has quit IRC16:20
futarisIRCcloudhttps://www.blackmagicdesign.com/au/products/decklink/techspecs/W-DLK-2918:52
tpbTitle: DeckLink – Tech Specs | Blackmagic Design (at www.blackmagicdesign.com)18:52
CarlFKI have had my eye on that19:00
zypspartan 6 though19:22
*** davidcorrigan714 has joined #litex19:33
davidcorrigan714daveshah Happen to be around? Had a Lattice licensing question I figured you might have some insight on19:33
daveshahYeah sure19:33
davidcorrigan714So I'm trying to get the PLL on the crosslink-nx working with LiteX. One hard part is that the IP generator in Radiant calculates some analog values to tune the PLL for the given frequency set. Can't find any documentation on the parameters, but lo and behold they're all calculated with a Python script in the IP generator data installed with19:35
davidcorrigan714Radiant. Not entirely sure how to legally leverage that to include the calculations in an OSS project. The file says19:35
davidcorrigan714#      Lattice SG Pte. Ltd. grants permission to use this code#      pursuant to the terms of the Lattice Reference Design License Agreement.19:35
davidcorrigan714Which I think is this:19:35
davidcorrigan714https://www.latticesemi.com/en/FileExplorer?media=%7B22D53623-3E8D-451E-9F0E-41785522946E%7D&document_id=3907119:35
tpbTitle: File Explorer - Lattice Semiconductor (at www.latticesemi.com)19:35
daveshahianal, etc, but the maths in such a file should be a fact and not copyrightable20:14
daveshahThe code is, and it is not compatible with any OSS license due to this clause20:15
daveshahpersonal, non-exclusive, non-transferable right to use and modify the Reference Design selected for download in source code form for the sole purposes of creating and implementing design to program Lattice programmable logic devices20:15
davidcorrigan714Sounds right. Just have to figure out a way to separate the two. Suppose I can write out all the math then reimplement it in code, it's just a lot of math to sift through.20:17
CarlFKor approach them with some offer about "change the license on this code so we can promote your hardware"21:15
CarlFKmithro: ^^ I suspect you have things to say about this21:16
*** lkcl_ is now known as lkcl_away21:25
*** CarlFK has quit IRC22:49
*** indy has quit IRC22:57
*** indy has joined #litex23:01
*** lf has quit IRC23:07
*** lf_ has joined #litex23:08
davidcorrigan714In the case of the PLL it's a pretty critical chunk of code and I really don't know how you'd leverage it for anything other than building designs for their hardware. Even if they'd release some documentation on the math it'd be a bit easier than trying to decipher the python.23:12
lkcl_awaydaveshah: oleee!  POWER9 cmp instruction fixed - Memtest works23:57
*** lkcl_away is now known as lkcl23:57

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