*** tpb <[email protected]> has joined #litex | 00:00 | |
*** somlo <[email protected]> has quit IRC (Ping timeout: 252 seconds) | 00:45 | |
*** somlo <[email protected]> has joined #litex | 00:49 | |
*** Degi_ <[email protected]> has joined #litex | 02:21 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 02:22 | |
*** Degi_ is now known as Degi | 02:22 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 04:18 | |
*** TMM_ <[email protected]> has joined #litex | 04:19 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer) | 06:07 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has joined #litex | 06:07 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has quit IRC (Ping timeout: 245 seconds) | 06:27 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has joined #litex | 06:28 | |
*** Ikkepop <[email protected]> has joined #litex | 06:28 | |
*** Coldberg <[email protected]> has quit IRC (Ping timeout: 260 seconds) | 06:31 | |
*** FabM <[email protected]> has joined #litex | 06:42 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has quit IRC (Ping timeout: 260 seconds) | 07:32 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has joined #litex | 07:32 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer) | 07:35 | |
*** toshywoshy <toshywoshy!~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be> has joined #litex | 07:35 | |
*** shorne <[email protected]> has quit IRC (Ping timeout: 260 seconds) | 09:27 | |
*** shorne <[email protected]> has joined #litex | 09:58 | |
*** peepsalot <peepsalot!~peepsalot@openscad/peepsalot> has quit IRC (Ping timeout: 258 seconds) | 10:01 | |
mntmn | _florent_: is it possible to integrate litescope over JTAG? (like ILA). or, is it possible to use litescope with ethernet while linux is also using ethernet? | 10:41 |
---|---|---|
*** Degi <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** zjason <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** _franck_ <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** linear_cannon <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** tpw_rules <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** tnt <tnt!~tnt@osmocom/tnt> has quit IRC (*.net *.split) | 11:12 | |
*** kbeckmann <[email protected]> has quit IRC (*.net *.split) | 11:12 | |
*** Degi <[email protected]> has joined #litex | 11:15 | |
*** zjason <[email protected]> has joined #litex | 11:15 | |
*** _franck_ <[email protected]> has joined #litex | 11:15 | |
*** linear_cannon <[email protected]> has joined #litex | 11:15 | |
*** tpw_rules <[email protected]> has joined #litex | 11:15 | |
*** tnt <tnt!~tnt@osmocom/tnt> has joined #litex | 11:15 | |
*** kbeckmann <[email protected]> has joined #litex | 11:15 | |
*** Ikkepop <[email protected]> has quit IRC (Read error: Connection reset by peer) | 11:19 | |
*** somlo_ <[email protected]> has joined #litex | 11:43 | |
*** philpax__ <[email protected]> has joined #litex | 11:45 | |
*** Xesxen_ <Xesxen_!~cyber@hackalot/deelnemer/xesxen> has joined #litex | 11:46 | |
*** mtretter_ <[email protected]> has joined #litex | 11:47 | |
*** somlo <[email protected]> has quit IRC (*.net *.split) | 11:52 | |
*** mtretter <[email protected]> has quit IRC (*.net *.split) | 11:52 | |
*** Xesxen <Xesxen!~cyber@hackalot/deelnemer/xesxen> has quit IRC (*.net *.split) | 11:52 | |
*** Finde <[email protected]> has quit IRC (*.net *.split) | 11:52 | |
*** geertu <[email protected]> has quit IRC (*.net *.split) | 11:52 | |
*** philpax_ <[email protected]> has quit IRC (*.net *.split) | 11:52 | |
*** philpax__ is now known as philpax_ | 11:52 | |
*** geertu <[email protected]> has joined #litex | 11:57 | |
*** Finde <[email protected]> has joined #litex | 11:59 | |
_florent_ | mntmn: You can use LiteScope over JTAG yes, for this you just need to add a JTAG Bone bridge: self.add_jtagbone() | 12:52 |
_florent_ | https://github.com/enjoy-digital/litex/blob/7914923d2dcf556c366a3796cd6e5920585d0569/litex/soc/integration/soc.py#L1241 | 12:52 |
_florent_ | and then open litex_server in jtag mode: litex_server --jtag | 12:53 |
_florent_ | https://github.com/enjoy-digital/litex/wiki/Use-Host-Bridge-to-control-debug-a-SoC#add-a-jtag-bridge-to-your-soc | 12:53 |
mntmn | _florent_: perfect!! thanks | 13:10 |
mntmn | hmm, is xilinx platform cable usb II not supported by openocd? (03fd:0008) | 13:48 |
mntmn | ah, needs ixo-usb-jtag firmware huh | 13:52 |
_florent_ | mntmn: Sorry I've only been using JTAG HS2 | 14:18 |
_florent_ | but it should work with any FTDI based cable | 14:18 |
_florent_ | Since yesterday, we now also have support for this on ECP5 thanks to Greg Davill and GSomlo! | 14:19 |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 14:19 | |
mntmn | _florent_: yeah, the xpc cable is based on cypress fx2 so it needs some custom firmware to emulate the ftdi interface but that all doesn't work | 14:23 |
mntmn | at least i can't get it to work, so i need to buy a different jtag adapter that works with openocd | 14:23 |
_florent_ | ok I see, sorry not sure I can help on this | 14:24 |
_florent_ | If have two spare IOs, you can also run LiteScope over UART | 14:24 |
_florent_ | just create specific uart pins (ex "litescope_serial") in the platform and use self.add_uartbone (name="litescope_serial") in the SoC | 14:26 |
trabucayre | mntmn: have you a link to this cable ? | 14:27 |
trabucayre | (ie to order one) | 14:27 |
mntmn | _florent_: ah yeah i have additional uart pins | 14:30 |
mntmn | trabucayre: you want to order the non-working xilinx platform cable 2? | 14:30 |
mntmn | trabucayre: this is the original but i have a fake https://www.xilinx.com/products/boards-and-kits/hw-usb-ii-g.html | 14:31 |
mntmn | trabucayre: it works with ise, vivado and with xc3sprog but couldn't get it to work with openocd | 14:32 |
trabucayre | ouch! | 14:36 |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Quit: Ping timeout (120 seconds)) | 14:43 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 260 seconds) | 15:01 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 15:35 | |
*** peepsalot <peepsalot!~peepsalot@openscad/peepsalot> has joined #litex | 15:43 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Quit: Ping timeout (120 seconds)) | 15:52 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 16:18 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 16:35 | |
*** TMM_ <[email protected]> has joined #litex | 16:35 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Quit: Ping timeout (120 seconds)) | 16:45 | |
*** yosys-questions <[email protected]> has joined #litex | 18:07 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 19:11 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Quit: Client closed) | 19:18 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 19:44 | |
*** Guest8 <Guest8!~Guest8@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Client Quit) | 19:44 | |
*** SpaceCoaster78 <SpaceCoaster78!~SpaceCoas@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 19:45 | |
*** SpaceCoa- <SpaceCoa-!~derek@2601:18c:4200:1222:d74a:cf61:8ee:8914> has joined #litex | 19:46 | |
*** SpaceCoa- <SpaceCoa-!~derek@2601:18c:4200:1222:d74a:cf61:8ee:8914> has quit IRC (Quit: ZNC 1.7.2+deb3 - https://znc.in) | 19:57 | |
*** SpaceCoaster <[email protected]> has joined #litex | 19:58 | |
*** SpaceCoaster <[email protected]> has quit IRC (Client Quit) | 20:02 | |
*** SpaceCoaster <SpaceCoaster!~derek@2601:18c:4200:1222:d74a:cf61:8ee:8914> has joined #litex | 20:06 | |
*** SpaceCoaster <SpaceCoaster!~derek@2601:18c:4200:1222:d74a:cf61:8ee:8914> has quit IRC (Quit: ZNC 1.7.2+deb3 - https://znc.in) | 20:12 | |
*** SpaceCoaster <SpaceCoaster!~derek@2601:18c:4200:1222:d74a:cf61:8ee:8914> has joined #litex | 20:12 | |
*** yosys-questions <[email protected]> has quit IRC (Quit: Client closed) | 20:42 | |
*** SpaceCoaster78 <SpaceCoaster78!~SpaceCoas@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has quit IRC (Quit: Client closed) | 20:47 | |
*** SpaceCoaster17 <SpaceCoaster17!~SpaceCoas@2601:18c:4200:1222:1da7:2fc3:5d72:1b07> has joined #litex | 20:48 | |
*** SpaceCoaster17 <SpaceCoaster17!~SpaceCoas@user/spacecoaster> has quit IRC (Client Quit) | 20:51 | |
*** SpaceCoaster <SpaceCoaster!~derek@user/spacecoaster> has quit IRC (Quit: Bye) | 21:19 | |
*** SpaceCoaster <SpaceCoaster!~derek@user/spacecoaster> has joined #litex | 21:20 | |
*** Xesxen_ is now known as Xesxen | 21:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!