*** tpb has joined #litex | 00:00 | |
Finde | given that, if you want a standalone litedram, using vexriscv internally to calibrate, then do you end up with a DRAM with like a 64b width? | 00:28 |
---|---|---|
somlo | Finde: I'll let _florent_ answer that authoritatively, but there's no reason why the externally accessible port exposed by a "standalone" litedram couldn't be provided by an internal data_width converter, and be whatever width you ask for | 01:12 |
somlo | I just haven't kept up with the code base, so I can't immediately point at where in litedram that would happen... | 01:14 |
*** rohitksingh has joined #litex | 01:47 | |
*** CarlFK has quit IRC | 02:44 | |
*** rohitksingh has quit IRC | 02:47 | |
*** CarlFK has joined #litex | 02:52 | |
*** tpb has joined #litex | 05:11 | |
*** CarlFK has quit IRC | 05:30 | |
*** CarlFK has joined #litex | 05:46 | |
*** futarisIRCcloud has quit IRC | 07:41 | |
_florent_ | Finde: for now with the standalone LiteDRAM generator, the user port swill use native controller's data_width, in the future we could add data_width adapters support (which is already possible when LiteDRAM is used directly with LiteX) | 09:09 |
*** rohitksingh has joined #litex | 09:14 | |
*** futarisIRCcloud has joined #litex | 11:16 | |
*** rohitksingh has quit IRC | 11:31 | |
acathla | In litescope/software/driver/analyzer.py there is a self.trigger_enable.write(0) but trigger_enable does not exist somewhere else. | 11:35 |
acathla | I was trying to use litescope for the first time following https://github.com/timvideos/litex-buildenv/wiki/Notes-and-Tips but may be it's not up to date. | 11:36 |
tpb | Title: Notes and Tips · timvideos/litex-buildenv Wiki · GitHub (at github.com) | 11:36 |
*** freemint has joined #litex | 13:12 | |
keesj | acathla: perhaps that your csr.csv needs to be generated again? | 13:41 |
keesj | the pc side client code parses this file and adds the magic | 13:41 |
*** futarisIRCcloud has quit IRC | 13:46 | |
acathla | It's a freshly generated csv... | 13:47 |
acathla | self.trigger_enable.write(0), AttributeError: 'LiteScopeAnalyzerDriver' object has no attribute 'trigger_enable' | 13:47 |
acathla | keesj, you were right, it's a csr.csv problem. It's path must be specified again when calling LiteScopeAnalyzerDriver() | 14:21 |
_florent_ | acathla: can you provide your csr.csv and/or analyzer instance? | 14:21 |
acathla | _florent_, it's fixed for now. But may be adding an error when default csr.csv is not found would be nice | 14:24 |
_florent_ | acathla: ok thanks, can you create an issue on LiteScope repo for that? | 14:24 |
acathla | I'll try | 14:25 |
acathla | _florent_, done : https://github.com/enjoy-digital/litescope/issues/15 | 14:40 |
tpb | Title: Missing csr.csv does not trigger an explicit error in LiteScopeAnalyzerDriver · Issue #15 · enjoy-digital/litescope · GitHub (at github.com) | 14:40 |
_florent_ | thanks | 14:44 |
acathla | _florent_, I made a mistake, correcting it... | 15:12 |
Finde | thanks _florent_ that answers my question | 16:00 |
Finde | probably preferable for us to have the native width atm anyway | 16:01 |
_florent_ | xobs: hi, i have a good candidate for the UART crossover over Etherbone with https://twitter.com/enjoy_digital/status/1220004677217144834, i hacked a quick python script to get the UART TX, but would like to test with wishbone-tool. I installed wishbone-tool, but was not sure if my usecase was already supported: The board is at 192.168.1.50 with Etherbone + a CPU using the crossover UART, how could i use wishbone-tool | 16:21 |
_florent_ | to interact with the UART? | 16:21 |
mithro | _florent_: Should work pretty easily! | 16:29 |
_florent_ | mithro: great, do you have an idea of the command to use? :) | 16:31 |
mithro | _florent_: With wishbone tool? | 16:31 |
_florent_ | yes | 16:32 |
mithro | `./wishbone-tool --serial /dev/ttyUSB1 --server terminal --csr-csv ~/github/timvideos/litex-buildenv/build/ice40_hx8k_b_evn_base_vexriscv.minimal+debug/test/csr.csv` | 16:34 |
_florent_ | ok thanks, i'll adapt that to test over etherbone | 16:36 |
*** freemint has quit IRC | 16:45 | |
*** freemint has joined #litex | 16:46 | |
mithro | _florent_: Have you seen https://www.ohwr.org/project/svec/issues/60 ? | 16:54 |
tpb | Title: V3 - Replace DDR3 memory by DDR3 SO-DIMM module (#60) · Issues · Projects / Simple VME FMC Carrier SVEC · Open Hardware Repository (at www.ohwr.org) | 16:54 |
mithro | _florent_: You doing any work with CERN? | 16:55 |
keesj | all sounds so cool | 16:55 |
_florent_ | mithro: no, haven't seen this, thanks for the link. I've only helped a bit some people that wanted to try it at CERN | 16:57 |
mithro | They have been doing a bunch of Fomu workshops... | 16:58 |
mithro | _florent_: I also have a bunch of Colorlight 5A-75B here... | 16:58 |
mithro | What are you using for the JTAG interface? | 16:59 |
*** rohitksingh has joined #litex | 17:01 | |
mithro | Hey rohitksingh | 17:02 |
rohitksingh | mithro: Hi! :) | 17:02 |
_florent_ | mithro: i'm using https://shop.lambdaconcept.com/home/25-jtagserial-pack.html, but it should work the others FTDI based jtag cables (HS2, etc...) | 17:04 |
_florent_ | rohitksingh: hi :) | 17:04 |
rohitksingh | _florent_: Hi :D | 17:05 |
*** rohitksingh has quit IRC | 17:33 | |
*** ambro718 has joined #litex | 17:41 | |
mithro | _florent_: Did you see https://github.com/litex-hub/linux-on-litex-vexriscv/pull/71/files ? | 17:51 |
tpb | Title: Conda environment + Travis CI support by mithro · Pull Request #71 · litex-hub/linux-on-litex-vexriscv · GitHub (at github.com) | 17:51 |
_florent_ | mithro: yes i saw that, thanks | 17:53 |
_florent_ | are you also planning to build the bitstreams with it? | 17:53 |
mithro | _florent_: Next step is to get gateware being built for ECP5 | 17:53 |
*** rohitksingh has joined #litex | 19:34 | |
*** rohitksingh has quit IRC | 19:49 | |
*** rohitksingh has joined #litex | 19:54 | |
*** rohitksingh has quit IRC | 20:00 | |
scanakci | thank you @somlo. I just checked the width and it is 256 :). I will debug with L2 then. | 20:07 |
*** rohitksingh has joined #litex | 20:11 | |
*** rohitksingh has quit IRC | 20:51 | |
*** rohitksingh has joined #litex | 22:26 | |
*** rohitksingh has quit IRC | 22:50 | |
*** ambro718 has quit IRC | 23:09 | |
*** freeemint has joined #litex | 23:14 | |
*** freemint has quit IRC | 23:15 | |
*** freeemint has quit IRC | 23:15 | |
*** freeemint has joined #litex | 23:16 | |
*** freeemint has quit IRC | 23:17 | |
*** freeemint has joined #litex | 23:17 | |
*** freeemint has quit IRC | 23:17 | |
*** freemint has joined #litex | 23:18 | |
*** freemint has quit IRC | 23:23 | |
*** freemint has joined #litex | 23:24 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!