*** tpb has joined #litex | 00:00 | |
*** lf has quit IRC | 00:18 | |
*** lf has joined #litex | 00:18 | |
*** Dolu has quit IRC | 00:34 | |
*** martinraison has joined #litex | 01:05 | |
*** martinraison has quit IRC | 01:09 | |
*** Bertl_oO is now known as Bertl_zZ | 01:38 | |
*** andrewb1999 has quit IRC | 01:54 | |
*** munter has joined #litex | 03:56 | |
*** _whitelogger_ has quit IRC | 04:15 | |
*** _whitelogger has joined #litex | 04:17 | |
*** Degi_ has joined #litex | 04:30 | |
*** Degi has quit IRC | 04:31 | |
*** Degi_ is now known as Degi | 04:31 | |
*** jimbzy has joined #litex | 04:37 | |
*** martinraison has joined #litex | 05:06 | |
*** martinraison has quit IRC | 05:11 | |
*** _whitelogger has quit IRC | 05:24 | |
*** _whitelogger has joined #litex | 05:26 | |
*** hansfbaier has joined #litex | 05:33 | |
*** hansfbaier has joined #litex | 05:35 | |
*** kgugala_ has joined #litex | 05:48 | |
*** kgugala_ has quit IRC | 05:49 | |
*** kgugala_ has joined #litex | 05:50 | |
*** kgugala has quit IRC | 05:51 | |
*** hansfbaier has quit IRC | 05:59 | |
*** kgugala has joined #litex | 06:05 | |
*** kgugala_ has quit IRC | 06:07 | |
*** kgugala_ has joined #litex | 06:13 | |
*** kgugala has quit IRC | 06:15 | |
*** kgugala_ has quit IRC | 07:44 | |
*** kgugala has joined #litex | 07:44 | |
*** Bertl_zZ is now known as Bertl | 08:13 | |
*** martinraison has joined #litex | 08:16 | |
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? | 08:37 |
---|---|---|
*** hansfbaier has joined #litex | 09:01 | |
*** Dolu has joined #litex | 09:58 | |
*** hansfbaier has quit IRC | 10:57 | |
*** martinraison has quit IRC | 11:07 | |
*** martinraison has joined #litex | 11:08 | |
*** martinraison has quit IRC | 11:13 | |
*** lkcl has quit IRC | 11:17 | |
*** martinraison has joined #litex | 11:22 | |
*** lkcl has joined #litex | 11:30 | |
*** martinraison has quit IRC | 11:45 | |
*** martinraison has joined #litex | 11:59 | |
*** martinraison has quit IRC | 12:12 | |
*** martinraison has joined #litex | 12:28 | |
*** martinraison has quit IRC | 12:30 | |
*** martinraison has joined #litex | 12:31 | |
*** martinraison has quit IRC | 12:36 | |
*** martinraison has joined #litex | 12:38 | |
*** martinraison has quit IRC | 13:14 | |
*** martinraison has joined #litex | 13:20 | |
*** martinraison has quit IRC | 13:33 | |
*** martinraison has joined #litex | 13:57 | |
*** martinraison has quit IRC | 14:03 | |
*** martinraison has joined #litex | 14:22 | |
*** martinraison has quit IRC | 14:30 | |
*** martinraison has joined #litex | 14:34 | |
*** martinraison has quit IRC | 14:43 | |
*** martinraison has joined #litex | 14:44 | |
*** martinraison has quit IRC | 15:31 | |
*** martinraison has joined #litex | 15:35 | |
*** cr1901_modern has joined #litex | 15:41 | |
cr1901_modern | _florent_: (repost) I got hw_cdc_eptri working on Windows. I'm making a PR now. | 15:41 |
*** martinra_ has joined #litex | 15:43 | |
*** martinraison has quit IRC | 15:45 | |
cr1901_modern | https://github.com/litex-hub/valentyusb/pull/1 | 15:49 |
*** martinra_ has quit IRC | 15:52 | |
*** martinraison has joined #litex | 15:54 | |
*** somlo has quit IRC | 16:04 | |
*** somlo has joined #litex | 16:04 | |
*** martinraison has quit IRC | 16:21 | |
*** martinraison has joined #litex | 16:27 | |
*** martinraison has quit IRC | 16:29 | |
*** martinraison has joined #litex | 16:29 | |
*** martinraison has quit IRC | 16:31 | |
*** martinraison has joined #litex | 16:35 | |
*** martinraison has quit IRC | 16:50 | |
*** martinraison has joined #litex | 16:50 | |
*** martinraison has quit IRC | 16:58 | |
*** martinraison has joined #litex | 17:05 | |
*** martinraison has quit IRC | 17:08 | |
*** martinraison has joined #litex | 17:10 | |
*** martinraison has joined #litex | 17:12 | |
*** martinraison has quit IRC | 17:18 | |
*** kgugala has quit IRC | 18:11 | |
*** kgugala has joined #litex | 18:11 | |
*** futarisIRCcloud has quit IRC | 18:22 | |
*** martinraison has joined #litex | 18:32 | |
*** martinraison has quit IRC | 18:37 | |
*** kgugala_ has joined #litex | 18:38 | |
*** kgugala has quit IRC | 18:40 | |
*** kgugala_ has quit IRC | 19:51 | |
*** kgugala has joined #litex | 19:52 | |
*** martinraison has joined #litex | 20: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 workin | 20:17 |
joseng | g. | 20:17 |
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") | 20:17 |
joseng | self.sdram is from my implementation of "class BaseSoC(SoCSDRAM):" | 20:20 |
*** martinra_ has joined #litex | 20:42 | |
*** martinraison has quit IRC | 20:45 | |
*** martinra_ has quit IRC | 21:28 | |
*** Bertl is now known as Bertl_oO | 21:28 | |
*** munter has quit IRC | 21:58 | |
mithro | http://www.rsg.ci.i.u-tokyo.ac.jp/members/shioya/pdfs/Mashimo-FPT%2719.pdf | 22:11 |
mithro | An Open Source FPGA-Optimized Out-of-Order RISC-V Soft Processor | 22:11 |
scientes | the reference that is not in the paper: https://github.com/rsd-devel/rsd | 22:24 |
scientes | i find it strange they are targeting a zync board, when they are not using the Cortex-A9 chip | 22:27 |
scientes | oh they are using the ARM, running Linux, but it is not clear why | 22:28 |
zyp | I figure they just targeted the board they had available, zynq boards are popular :) | 22:34 |
*** munter has joined #litex | 22:45 | |
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’` | 22:57 |
munter | thanks in advance for any help | 22:57 |
zyp | sounds like a version incompatibility | 22:58 |
zyp | which verilator version do you have? | 22:59 |
munter | `Verilator 3.874 2015-06-06 rev verilator_3_872-20-g0d4305` | 23:00 |
munter | yea, ill try build from source, didnt realise it was that old | 23:00 |
munter | thanks | 23:00 |
zyp | for reference, set_time_unit was added in 3.906 from 2017 :) | 23:02 |
*** Claude has quit IRC | 23:14 | |
*** peepsalot has quit IRC | 23:51 | |
*** peepsalot has joined #litex | 23:54 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!