andrewb1999 has quit [Quit: Konversation terminated!]
munter has joined #litex
_whitelogger has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 256 seconds]
Degi_ is now known as Degi
jimbzy has joined #litex
martinraison has joined #litex
martinraison has quit [Ping timeout: 264 seconds]
_whitelogger has joined #litex
hansfbaier has joined #litex
hansfbaier has quit [Client Quit]
hansfbaier has joined #litex
kgugala_ has joined #litex
kgugala_ has quit [Read error: Connection reset by peer]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 265 seconds]
hansfbaier has quit [Quit: WeeChat 2.8]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 264 seconds]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 264 seconds]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
Bertl_zZ is now known as Bertl
martinraison has joined #litex
<joseng>
oter 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?
hansfbaier has joined #litex
Dolu has joined #litex
hansfbaier has quit [Read error: Connection reset by peer]
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Ping timeout: 264 seconds]
lkcl has quit [Ping timeout: 246 seconds]
martinraison has joined #litex
lkcl has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
cr1901_modern has joined #litex
<cr1901_modern>
_florent_: (repost) I got hw_cdc_eptri working on Windows. I'm making a PR now.
martinra_ has quit [Remote host closed the connection]
martinraison has joined #litex
somlo has quit [Remote host closed the connection]
somlo has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
kgugala has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
martinraison has joined #litex
martinraison has quit [Remote host closed the connection]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 260 seconds]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
martinraison has joined #litex
<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 workin
<joseng>
g.
<joseng>
To 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")
<joseng>
self.sdram is from my implementation of "class BaseSoC(SoCSDRAM):"
martinra_ has joined #litex
martinraison has quit [Ping timeout: 240 seconds]
martinra_ has quit [Remote host closed the connection]
Bertl is now known as Bertl_oO
munter has quit [Remote host closed the connection]
<scientes>
i find it strange they are targeting a zync board, when they are not using the Cortex-A9 chip
<scientes>
oh they are using the ARM, running Linux, but it is not clear why
<zyp>
I figure they just targeted the board they had available, zynq boards are popular :)
munter has joined #litex
<munter>
im 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’`