<yootis>
Has anyone here had luck using litescope over PCIe?
<mithro>
yootis: I assume that _florent_ has
<yootis>
I assume so as well, but I also assume he's asleep :)
lexano has joined #litex
ewen has quit [Ping timeout: 250 seconds]
whitequark has left #litex [#litex]
<cr1901>
Heads up: If your amaranth directory- the one that litex uses- is a symlink to a copy of the amaranth repo, you may have trouble removing the old nmigen packages using pip 1/3
<cr1901>
If you do "pip uninstall nmigen" or similar, and get ".egg-links were moved" and/or "no files left to uninstall"
<cr1901>
You need to remove the nmigen*.egg-links manually from /lib/python/site-packages/ and amaranth's source root
<cr1901>
ditto for amaranth-soc,stdio,boards
<cr1901>
Your nmigen imports should still work fine w/o a stale copy of the nmigen packages lying around
<cr1901>
/end
Degi_ has joined #litex
Degi has quit [Ping timeout: 252 seconds]
Degi_ is now known as Degi
kbeckmann has quit [Ping timeout: 268 seconds]
kbeckmann has joined #litex
thirtythreeforty has joined #litex
C-Man has quit [Ping timeout: 268 seconds]
thirtythreeforty has quit []
linear_cannon has quit [Remote host closed the connection]
Martoni42 has joined #litex
linear_cannon has joined #litex
<_florent_>
yootis: Just read your mail, the issue seems related to mmap, can you try to specify the length of BAR0 here instread of 0:
<SpaceCoaster>
I commented out i_USB0_VBUS_PWRFAULT = 0 in zynq7000/core.pay to get it to build. I am using a minimal zynq processing system block design, maybe too minimal.
<SpaceCoaster>
Snickerdoodle has no serial, switches, leds so a blank slate but the bitstream builds.
x56 has quit [Quit: Ծ-Ծ]
<tnt>
yootis: lspci -v
x56 has joined #litex
<SpaceCoaster>
It blinks!
<yootis>
_florent_ that doesn't help, the BAR size is 1M and setting it to 1M gives the same error. It is asking for 4026531848 bytes, which seems wrong.
<tnt>
yootis: does pcie comms work otherwise ? litepcie_util read the correct id string etc ?
<yootis>
yes
<yootis>
the only thing I can't get to work is litescope
<yootis>
Actually, maybe I'm nuts. I copied the docs where it says how to add the analyzer, but how does it know whether to connect it to PCIe or JTAG?