*** tpb has joined #litex | 00:00 | |
futarisIRCcloud | daveshah: https://twitter.com/mad_archer_/status/1120407718089711616 - What board is that? | 01:16 |
---|---|---|
_florent_ | futarisIRCcloud: it's this one: http://www.latticesemi.com/ecp5-evaluation | 03:27 |
tpb | Title: ECP5 Evaluation Board - Lattice Semiconductor (at www.latticesemi.com) | 03:27 |
*** futarisIRCcloud has quit IRC | 10:40 | |
keesj | how do I access pin when defined like ("pmodc", "U12 V12 V10 V11 U14 V14 T13 U13") | 10:48 |
keesj | I modified the code to show something like ("pmodc", {"pin_1" : "U12", ...}) but would like to keep the arty.py clean | 10:49 |
_florent_ | keesj: you can look at: https://github.com/enjoy-digital/litex/blob/master/litex/boards/platforms/kc705.py#L290 | 12:28 |
tpb | Title: 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.py | 12:28 |
tpb | Title: litesata/kc705.py at master · enjoy-digital/litesata · GitHub (at github.com) | 12:28 |
keesj | also 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 CommUART | 12:29 |
_florent_ | keesj: indeed sorry, fixed with https://github.com/enjoy-digital/litex/commit/0f60ec35e212a66f5145f6bcb8cb012b148b47bb | 12:34 |
tpb | Title: tools/litex_server: fix comms import · enjoy-digital/litex@0f60ec3 · GitHub (at github.com) | 12:34 |
keesj | great | 12:44 |
keesj | the 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 think | 12: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 again | 14:15 |
keesj | ok | 14:22 |
*** spacekookie_ has joined #litex | 20:14 | |
*** spacekookie_ is now known as spacekookie | 20:24 | |
*** futarisIRCcloud has joined #litex | 22:43 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!