Saturday, 2022-11-05

*** tpb <[email protected]> has joined #litex00:00
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:58ef:5a90:5c93:c0b6> has quit IRC (Remote host closed the connection)00:01
*** mtm <[email protected]> has quit IRC (Ping timeout: 255 seconds)00:02
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1909:6f48:9f04:52ab> has joined #litex00:03
*** Brinx <[email protected]> has joined #litex00:05
*** Degi <[email protected]> has quit IRC (Ping timeout: 272 seconds)00:41
*** Degi <[email protected]> has joined #litex00:44
*** bentomo <[email protected]> has joined #litex01:01
*** bentomo <[email protected]> has quit IRC (Quit: Client closed)01:31
*** mtm <[email protected]> has joined #litex02:10
*** ewen <[email protected]> has joined #litex02:14
*** Emantor <[email protected]> has quit IRC (Quit: ZNC - http://znc.in)02:20
*** Emantor <[email protected]> has joined #litex02:21
*** Degi <[email protected]> has quit IRC (Ping timeout: 260 seconds)02:49
*** Degi <[email protected]> has joined #litex02:49
*** linear_cannon <linear_cannon!~linear@2600:1700:4090:5fe0::49> has joined #litex02:57
*** ewen <[email protected]> has quit IRC (Quit: leaving)02:59
*** kbeckmann <[email protected]> has quit IRC (Remote host closed the connection)03:49
*** kbeckmann <[email protected]> has joined #litex03:49
*** Degi_ <[email protected]> has joined #litex04:00
*** Degi <[email protected]> has quit IRC (Ping timeout: 272 seconds)04:01
*** Degi_ is now known as Degi04:01
*** RaYmAn <[email protected]> has quit IRC (Ping timeout: 248 seconds)04:07
*** Emantor <[email protected]> has quit IRC (Ping timeout: 260 seconds)04:23
*** Emantor <[email protected]> has joined #litex04:25
*** bentomo <[email protected]> has joined #litex05:06
*** bentomo <[email protected]> has quit IRC (Client Quit)05:09
*** kbeckmann <[email protected]> has quit IRC (Ping timeout: 260 seconds)05:54
*** kbeckmann <[email protected]> has joined #litex05:54
*** Degi <[email protected]> has quit IRC (Ping timeout: 260 seconds)06:03
*** Degi <[email protected]> has joined #litex06:04
*** Brinx_ <[email protected]> has joined #litex06:10
*** Brinx <[email protected]> has quit IRC (Ping timeout: 246 seconds)06:12
*** kbeckmann <[email protected]> has quit IRC (Ping timeout: 260 seconds)07:57
*** kbeckmann <[email protected]> has joined #litex07:58
*** nelgau <[email protected]> has quit IRC (Read error: Software caused connection abort)08:02
*** nelgau <[email protected]> has joined #litex08:04
*** Degi <[email protected]> has quit IRC (Ping timeout: 260 seconds)08:08
*** Degi <[email protected]> has joined #litex08:09
*** Brinx_ <[email protected]> has quit IRC (Remote host closed the connection)09:31
*** hrberg <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)09:46
*** hrberg <[email protected]> has joined #litex09:51
*** kbeckmann <[email protected]> has quit IRC (Ping timeout: 260 seconds)10:01
*** kbeckmann <[email protected]> has joined #litex10:01
*** mtm <[email protected]> has quit IRC (Ping timeout: 272 seconds)12:03
*** kbeckmann <[email protected]> has quit IRC (Ping timeout: 260 seconds)12:05
*** kbeckmann <[email protected]> has joined #litex12:05
*** kanunay <kanunay!~jjd@2600:1702:15b0:c170:beae:c5ff:fe36:82ec> has joined #litex13:01
kanunayI'm working on a standalone litepcie core but cannot seem to figure out how to get LitePCIeWishboneMaster to do what I want. I have a wishbone DMA bus, that when I inspect the generated verilog, seems to have nothing connected to it.13:05
*** mtm <[email protected]> has joined #litex14:08
_florent_bentomo: You can find an example of simple generator here: https://github.com/enjoy-digital/litex_rp2040_pmod_test/blob/master/spibone_gen.py14:58
_florent_bentomo: It's use to generate a SPI <-> Wishbone/AXI-Lite verilog core to be re-integrated in a regular flow or in another top level LiteX SoC14:58
_florent_kanunay: are you using the LitePCIe generator?: https://github.com/enjoy-digital/litepcie/blob/master/litepcie/gen.py15:02
_florent_kanunay: you could generate an example core for the AC701 (for example) with: litepcie_gen ac701.yml15:03
_florent_kanunay: you can also find an example where the standalone core is re-integrated here: https://github.com/enjoy-digital/litepcie/blob/master/bench/acorn.py#L49-L14215:04
_florent_kanunay: if you are re-integrating the core in a traditionnal flow, you could do something similar15:05
*** bentomo <[email protected]> has joined #litex15:54
*** minute <[email protected]> has quit IRC (Ping timeout: 272 seconds)16:05
*** minute <[email protected]> has joined #litex16:07
*** mtm- <[email protected]> has joined #litex16:09
*** mtm <[email protected]> has quit IRC (Ping timeout: 260 seconds)16:10
*** awordnot <awordnot!~awordnot@user/awordnot> has quit IRC (Remote host closed the connection)16:21
*** awordnot <awordnot!~awordnot@user/awordnot> has joined #litex16:22
kanunayThanks for the links, after some corrections I seem to have it working now.16:34
*** awordnot <awordnot!~awordnot@user/awordnot> has quit IRC (Remote host closed the connection)17:17
*** awordnot <awordnot!~awordnot@user/awordnot> has joined #litex17:18
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1909:6f48:9f04:52ab> has quit IRC (Remote host closed the connection)17:19
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:5c53:aab:ea99:2485> has joined #litex17:19
bentomo_florent_ Thanks as always! Now that I'm getting some more time with the various environments, my interpretation is amaranth seems like a great low level alternative to S/V/HDL and it includes a simulator. And litex is a larger, but more complex environment. It's not impossible to intermix them but it takes extra work.17:21
bentomoAnd they both use Yosys under the covers still so it's not as though the framework is really different per say.17:22
bentomols17:22
bentomoWhoops, that "ls" was meant for my terminal, sorry XD17:23
*** bentomo <[email protected]> has quit IRC (Quit: Client closed)17:23
*** bentomo <[email protected]> has joined #litex18:07
bentomo_florent_ THE SPI-BONE DOCUMENTATION IS BEAUTIFUL! Just calling generate_docs on the core and running sphinx was super easy and gives GREAT looking specs! This is such a good framework!18:09
*** minute <[email protected]> has quit IRC (Ping timeout: 260 seconds)18:10
*** minute <[email protected]> has joined #litex18:11
*** hcab14 <[email protected]> has quit IRC (Ping timeout: 260 seconds)19:15
*** linear_cannon <linear_cannon!~linear@2600:1700:4090:5fe0::49> has quit IRC (Ping timeout: 255 seconds)20:33
*** sajattack[m] <sajattack[m]!~sajattack@2001:470:69fc:105::1d9> has joined #litex23:44

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