*** tpb <[email protected]> has joined #litex | 00:00 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 268 seconds) | 00:05 | |
*** so-offish <so-offish!~so-offish@2610:148:610:2b11::b> has joined #litex | 00:12 | |
*** Degi <[email protected]> has joined #litex | 00:16 | |
*** lexano <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 00:25 | |
*** Hoernchen <Hoernchen!~hornulus@osmocom/hoernchen> has quit IRC (Quit: meh.) | 03:00 | |
*** Hoernchen <Hoernchen!~hornulus@osmocom/hoernchen> has joined #litex | 03:08 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a-a541-4378-0-cfae-dfa0-1c91-d562.ipv6dyn.netcologne.de> has quit IRC (Quit: Konversation terminated!) | 03:30 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 255 seconds) | 03:38 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:9c9a:d17d:ade8:872c> has quit IRC (Quit: Leaving) | 03:41 | |
*** Degi_ <[email protected]> has joined #litex | 03:44 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 268 seconds) | 03:46 | |
*** Degi_ is now known as Degi | 03:46 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #litex | 03:53 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:6ce1:15c7:2865:1a7c> has joined #litex | 03:57 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:6ce1:15c7:2865:1a7c> has quit IRC (Ping timeout: 268 seconds) | 06:14 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:6ce1:15c7:2865:1a7c> has joined #litex | 06:30 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 07:41 | |
*** TMM_ <[email protected]> has joined #litex | 07:41 | |
*** FabM <[email protected]> has joined #litex | 07:52 | |
tnt | Anyone used PCIe on USP recently ? (DMAReader to be precise) | 10:08 |
---|---|---|
*** so-offish <so-offish!~so-offish@2610:148:610:2b11::b> has quit IRC (Ping timeout: 260 seconds) | 10:33 | |
*** lexano <[email protected]> has joined #litex | 12:06 | |
_florent_ | yes, what's your issue? | 12:35 |
tnt | _florent_: https://github.com/enjoy-digital/litepcie/issues/125 | 12:37 |
tnt | Something is wrong with DMAReader (well it's not in DMAReader, it's in the phy) since the cleanup. | 12:38 |
_florent_ | Thanks, I'll check to see what is different from the build I do/configuration I used. | 12:41 |
tnt | I'm in x8 gen 3.0 | 12:42 |
tnt | I'm trying to inspect the pcie_support thing now, But not sure how to add verilog signals to litescope yet | 12:42 |
_florent_ | x8 gen3.0 is also what I've been building recently | 12:45 |
*** benh <[email protected]> has quit IRC (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) | 12:46 | |
_florent_ | Are you on Ultrascale or Ultrascale+? | 12:46 |
tnt | Ultrascale+ | 12:46 |
tnt | ZynqMP EG11 | 12:46 |
*** benh <[email protected]> has joined #litex | 12:47 | |
_florent_ | OK, so same also | 12:47 |
_florent_ | Can you share the LitePCIe integration code? | 12:52 |
_florent_ | I'll do a test on hardware with a configuration as close as possible to yours | 12:52 |
tnt | https://pastebin.com/860bE6Jz | 12:54 |
tpb | Title: self.pcie_phy = USPPCIEPHY(platform, platform.request("pcie_x8"), - Pastebin.com (at pastebin.com) | 12:54 |
tnt | and then I just have some test module connected to dma0. | 12:54 |
tnt | Is there a way to tap verilog signals ? | 13:02 |
*** feldim2425_ <[email protected]> has joined #litex | 13:11 | |
*** feldim2425 <[email protected]> has quit IRC (Ping timeout: 268 seconds) | 13:12 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a:a541:4378:0:f759:964f:4adf:bea5> has joined #litex | 13:22 | |
tnt | _florent_: any luck in reproducing the issue ? | 14:42 |
tnt | _florent_: tkeep is defined as data_width/8 but in the doc it's data_width/32 (and the old code seems to indeed use data_width/32) ? | 15:53 |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a:a541:4378:0:f759:964f:4adf:bea5> has quit IRC (Quit: Konversation terminated!) | 16:11 | |
*** so-offish <[email protected]> has joined #litex | 16:15 | |
*** so-offishul <so-offishul!~so-offish@2610:148:610:2b11::3> has joined #litex | 16:17 | |
*** so-offish <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 16:20 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 252 seconds) | 16:28 | |
tnt | _florent_: This seems suspicious to me : "AXISTEN_IF_RC_STRADDLE" : True, | 16:33 |
tnt | _florent_: confirmed that was the problem. | 16:41 |
_florent_ | @tnt sorry, had to do something else. Good catch thanks! | 17:13 |
_florent_ | In the projects I'm testing more regularly, I'm using an generated .xci, so wasn't having the issue... | 17:16 |
_florent_ | Sorry for the typo when simplifyng the Ultrascale(+) support and thanks a lot for the feedback/fix! | 17:18 |
tnt | _florent_: well ... all isn't fixed :/ | 18:28 |
tnt | This only fixed up to 76c7381ad8d7eab01020fd9bbe0249166535f2a8 (the cleanup). | 18:29 |
tnt | But going to master it fails again :/ | 18:29 |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 23:58 | |
*** TMM_ <[email protected]> has joined #litex | 23:58 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!