Tuesday, 2021-01-05

*** tpb has joined #litex00:00
*** lf has quit IRC00:18
*** lf has joined #litex00:18
*** Dolu has quit IRC00:34
*** martinraison has joined #litex01:05
*** martinraison has quit IRC01:09
*** Bertl_oO is now known as Bertl_zZ01:38
*** andrewb1999 has quit IRC01:54
*** munter has joined #litex03:56
*** _whitelogger_ has quit IRC04:15
*** _whitelogger has joined #litex04:17
*** Degi_ has joined #litex04:30
*** Degi has quit IRC04:31
*** Degi_ is now known as Degi04:31
*** jimbzy has joined #litex04:37
*** martinraison has joined #litex05:06
*** martinraison has quit IRC05:11
*** _whitelogger has quit IRC05:24
*** _whitelogger has joined #litex05:26
*** hansfbaier has joined #litex05:33
*** hansfbaier has joined #litex05:35
*** kgugala_ has joined #litex05:48
*** kgugala_ has quit IRC05:49
*** kgugala_ has joined #litex05:50
*** kgugala has quit IRC05:51
*** hansfbaier has quit IRC05:59
*** kgugala has joined #litex06:05
*** kgugala_ has quit IRC06:07
*** kgugala_ has joined #litex06:13
*** kgugala has quit IRC06:15
*** kgugala_ has quit IRC07:44
*** kgugala has joined #litex07:44
*** Bertl_zZ is now known as Bertl08:13
*** martinraison has joined #litex08:16
josengoter I saw that the DRAM FIFOs are based on the LiteDRAMDMAReader, thats why I mentioned you. What did you use as a base address? In the DRAM FIFO, the base address is directly passed to the DMAReader/Writer. Maybe its also my problem. (my interface is 256bit wide). Do I need to divide the base address by the width (in bytes?) of the interface?08:37
*** hansfbaier has joined #litex09:01
*** Dolu has joined #litex09:58
*** hansfbaier has quit IRC10:57
*** martinraison has quit IRC11:07
*** martinraison has joined #litex11:08
*** martinraison has quit IRC11:13
*** lkcl has quit IRC11:17
*** martinraison has joined #litex11:22
*** lkcl has joined #litex11:30
*** martinraison has quit IRC11:45
*** martinraison has joined #litex11:59
*** martinraison has quit IRC12:12
*** martinraison has joined #litex12:28
*** martinraison has quit IRC12:30
*** martinraison has joined #litex12:31
*** martinraison has quit IRC12:36
*** martinraison has joined #litex12:38
*** martinraison has quit IRC13:14
*** martinraison has joined #litex13:20
*** martinraison has quit IRC13:33
*** martinraison has joined #litex13:57
*** martinraison has quit IRC14:03
*** martinraison has joined #litex14:22
*** martinraison has quit IRC14:30
*** martinraison has joined #litex14:34
*** martinraison has quit IRC14:43
*** martinraison has joined #litex14:44
*** martinraison has quit IRC15:31
*** martinraison has joined #litex15:35
*** cr1901_modern has joined #litex15:41
cr1901_modern_florent_: (repost) I got hw_cdc_eptri working on Windows. I'm making a PR now.15:41
*** martinra_ has joined #litex15:43
*** martinraison has quit IRC15:45
cr1901_modernhttps://github.com/litex-hub/valentyusb/pull/115:49
*** martinra_ has quit IRC15:52
*** martinraison has joined #litex15:54
*** somlo has quit IRC16:04
*** somlo has joined #litex16:04
*** martinraison has quit IRC16:21
*** martinraison has joined #litex16:27
*** martinraison has quit IRC16:29
*** martinraison has joined #litex16:29
*** martinraison has quit IRC16:31
*** martinraison has joined #litex16:35
*** martinraison has quit IRC16:50
*** martinraison has joined #litex16:50
*** martinraison has quit IRC16:58
*** martinraison has joined #litex17:05
*** martinraison has quit IRC17:08
*** martinraison has joined #litex17:10
*** martinraison has joined #litex17:12
*** martinraison has quit IRC17:18
*** kgugala has quit IRC18:11
*** kgugala has joined #litex18:11
*** futarisIRCcloud has quit IRC18:22
*** martinraison has joined #litex18:32
*** martinraison has quit IRC18:37
*** kgugala_ has joined #litex18:38
*** kgugala has quit IRC18:40
*** kgugala_ has quit IRC19:51
*** kgugala has joined #litex19:52
*** martinraison has joined #litex20:13
joseng_florent_ or anyone else, can you explain a little how to use the LiteDRAMFIFO? Tried may things now, diffferent base adresses (0 and 0x40000000), different data width (originally I use 18, then switched to 32), but I always read garbade. The length of data I can read when the valid flag is set, is the length I write into it, so something is workin20:17
josengg.20:17
josengTo get the ports for the DRAM FIFO I use crossbar = self.sdram.crossbar, read_port1 = crossbar.get_port(mode="read"), write_port1 = crossbar.get_port(mode="write")20:17
josengself.sdram is from my implementation of "class BaseSoC(SoCSDRAM):"20:20
*** martinra_ has joined #litex20:42
*** martinraison has quit IRC20:45
*** martinra_ has quit IRC21:28
*** Bertl is now known as Bertl_oO21:28
*** munter has quit IRC21:58
mithrohttp://www.rsg.ci.i.u-tokyo.ac.jp/members/shioya/pdfs/Mashimo-FPT%2719.pdf22:11
mithroAn Open Source FPGA-Optimized Out-of-Order RISC-V Soft Processor22:11
scientesthe reference that is not in the paper: https://github.com/rsd-devel/rsd22:24
scientesi find it strange they are targeting a zync board, when they are not using the Cortex-A9 chip22:27
scientesoh they are using the ARM, running Linux, but it is not clear why22:28
zypI figure they just targeted the board they had available, zynq boards are popular :)22:34
*** munter has joined #litex22:45
munterim trying to get started with litex, following the quick start guide, but on the step where I run `lxsim --cpu-type=vexriscv` I run into a few errors, specifically `/litex/litex/build/sim/core/veril.cpp:52:8: error: ‘class VerilatedVcdC’ has no member named ‘set_time_unit’`22:57
munterthanks in advance for any help22:57
zypsounds like a version incompatibility22:58
zypwhich verilator version do you have?22:59
munter`Verilator 3.874 2015-06-06 rev verilator_3_872-20-g0d4305`23:00
munteryea, ill try build from source, didnt realise it was that old23:00
munterthanks23:00
zypfor reference, set_time_unit was added in 3.906 from 2017 :)23:02
*** Claude has quit IRC23:14
*** peepsalot has quit IRC23:51
*** peepsalot has joined #litex23:54

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