Tuesday, 2019-04-23

*** tpb has joined #litex00:00
futarisIRCclouddaveshah: https://twitter.com/mad_archer_/status/1120407718089711616 - What board is that?01:16
_florent_futarisIRCcloud: it's this one: http://www.latticesemi.com/ecp5-evaluation03:27
tpbTitle: ECP5 Evaluation Board - Lattice Semiconductor (at www.latticesemi.com)03:27
*** futarisIRCcloud has quit IRC10:40
keesjhow do I access pin when defined like ("pmodc", "U12 V12 V10 V11 U14 V14 T13 U13")10:48
keesjI modified the code to show something like ("pmodc", {"pin_1" : "U12", ...}) but would like to keep the arty.py clean10:49
_florent_keesj: you can look at: https://github.com/enjoy-digital/litex/blob/master/litex/boards/platforms/kc705.py#L29012:28
tpbTitle: litex/kc705.py at master · enjoy-digital/litex · GitHub (at github.com)12:28
_florent_and https://github.com/enjoy-digital/litesata/blob/master/examples/platforms/kc705.py12:28
tpbTitle: litesata/kc705.py at master · enjoy-digital/litesata · GitHub (at github.com)12:28
keesjalso the litex server uart does not work for me (getting can not find CommUART) unless I replace line 144 of litex_server with from litex.tools.remote.comm_uart import CommUART12:29
_florent_keesj: indeed sorry, fixed with https://github.com/enjoy-digital/litex/commit/0f60ec35e212a66f5145f6bcb8cb012b148b47bb12:34
tpbTitle: tools/litex_server: fix comms import · enjoy-digital/litex@0f60ec3 · GitHub (at github.com)12:34
keesjgreat12:44
keesjthe example does not work for me on the arty because of the pin definiction e.g. I can no do similar to Pins("HPC:DP1_C2M_P") e.g. Pins("pmodc:???") because the pins list in the extention does not work that way . What works is Pins("U12") but that is kinda cheating I think12:49
keesj_florent_: is there a way I can test my patch next time?14:14
_florent_keesj: travis is also run on pull request, so you can create your pull request and verify it's working. If not, you can do a commit to your branch to fix it, travis will be triggered again14:15
keesjok14:22
*** spacekookie_ has joined #litex20:14
*** spacekookie_ is now known as spacekookie20:24
*** futarisIRCcloud has joined #litex22:43

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