_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
Xark_ has left #litex ["Leaving"]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
Skip has quit [Remote host closed the connection]
futarisIRCcloud has joined #litex
FFY00 has quit [Ping timeout: 256 seconds]
Degi has quit [Ping timeout: 246 seconds]
<tpb> Title: GitHub - ucsdsysnet/corundum: Open source, high performance, FPGA-based NIC (at github.com)
<tpb> Title: GitHub - ucsdsysnet/verilog-ethernet: Verilog Ethernet components for FPGA implementation (at github.com)
Degi has joined #litex
<tpb> Title: SQRL Squirrels Research BCU-1525 FPGA blockchain edition (Xilinx VU9P) | eBay (at www.ebay.com.au)
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 240 seconds]
darren099 has quit [Ping timeout: 260 seconds]
darren099 has joined #litex
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
FFY00 has joined #litex
darren099 has quit [Ping timeout: 256 seconds]
darren099 has joined #litex
darren099 has quit [Ping timeout: 256 seconds]
darren099 has joined #litex
<dkozel> npcomp: zyp: My Thunderbolt 3 enclosure arrived and the SQRL is powered in it. However I have an issue where no PCI bus number is available for adding the hot-plugged bridge chip
<dkozel> Debugging that somewhat today. I'm using an FTDI board for JTAG
<zyp> nice, what are you using as a host?
<dkozel> my desktop. Asrock x570 Gaming ITX
<dkozel> I spec'd it for exactly this type of application
<dkozel> It's increasingly looking like a BIOS bug with this motherboard.
<zyp> I see
<daveshah> I had to add a kernel parameter for this issue
<daveshah> Let me dig out what i needed
<dkozel> !
<daveshah> pci=realloc,assign-busses,hpbussize=0x33
<daveshah> This was on an AMD motherboard
<daveshah> but it sounds familiat
<daveshah> *familiar
<daveshah> I think this kernel command line setting should work around most TB/PCIe related BIOS issues
<dkozel> Ok, will add and reboot!
<dkozel> is that final parameter something I'm likely to need to tune?
<daveshah> I think I just copied it from somewhere else and it worked
<dkozel> OK, that's reserving 0x33 bus numbers, seems excessive for any application. :)
<dkozel> dkozel@workstation build] ./litepcie_util info
<dkozel> FPGA identification: LiteX SoC on Aller 2020-04-28 16:49:57
<dkozel> [dkozel@workstation build] ./litepcie_util dma_test
<dkozel> DMA_SPEED(Gbps) TX_BUFFERS RX_BUFFERS DIFF ERRORS
<dkozel> 7.31 22432 22272 160 0
<dkozel> :D
<dkozel> Well that's a success
<dkozel> Going to try a hotswap now
<dkozel> Works
<dkozel> This is going to be very helpful
<dkozel> thanks daveshah
<futarisIRCcloud> dkozel: What are you using for 25G Ethernet?
Skip has joined #litex
<dkozel> A mellanox ConnectX-4 Lx
<dkozel> I really wanted 4x 10 GigE, but this is what was cheapest
<futarisIRCcloud> dkozel: https://www.tindie.com/products/clarahobbs/pd-buddy-wye/ is a USB 2.0 PD splitter. I don't think I've seen a USB 3.0 one.
CarlFK has joined #litex
kgugala has quit [Ping timeout: 258 seconds]
felix__ is now known as felix_
kgugala has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 246 seconds]
darren099 has quit [Ping timeout: 246 seconds]
darren099 has joined #litex
Dolu has joined #litex
<somlo> _florent_: something seems fishy in `copy_image_from_sdcard_to_ram()` right now -- it spensd only a fraction of a second "copying boot.bin to 0x80000000", then everything locks up when the system tries to jump there and run the payload
<somlo> probably the `f_read()` call sets `br` to 0 too soon, but I haven't actually checked yet
<_florent_> somlo: thanks, i indeed already add this behaviour and will investigate
<_florent_> somlo: are you testing with spisdcard or litesdcard?
<tpb> Title: Antmicro · Testing open source USB IP cores with Python and Cocotb (at antmicro.com)
<keesj> I am currently trying to debug.. a usb verilog implementation of cdc ACM
<tpb> Title: GitHub - lawrie/tiny_usb_examples: Using the TinyFPGA BX USB code in user designs (at github.com)
Skip has quit [Remote host closed the connection]
<keesj> from reading they alreaded tested the tinyFPGA bootloader hence .. I expect.. a small problem (hello world is only displayed to the host when I reset the device)
darren099 has quit [Ping timeout: 240 seconds]
darren099 has joined #litex
ius has joined #litex
lambda has quit [Ping timeout: 260 seconds]
rvense has left #litex [#litex]
lambda has joined #litex
CarlFK has quit [Quit: Leaving.]
<somlo> _florent_: with spi for now (didn't notice any recent commit indicating I should try sdcard again :) )
<somlo> ha, guess *now* it appears I should try sdcard again...
Skip has joined #litex
<_florent_> somlo: the issue you saw will still be there with the last commit, i still have to investigate. For the litesdcard code, i just did the FatFs wrappers, i will do more testing in the next days.
<ius> zyp: re: cle215 - if you loosen all heatsink screws you can unplug the fan connector (pull cable in a 90° angle away from the board), that solved most of the issues i had with it.. afterwards it runs at 71 °C with the litex bitstream for me
<zyp> I don't have a problem with the fan, I was just curious to check the exact part numbers
<ius> there's a video on youtube showing the plain die if that's what you're after (rest would be on the schematics, mostly)
dasdgw has joined #litex
<somlo> _florent_: built a sdcard bitstream on the nexys4ddr (with rocket) -- `sdcardboot` spits out similar data to the output of `sdinit`, twice or three times, then hangs
darren099 has quit [Ping timeout: 260 seconds]
<somlo> (reverting to f972c8e4 allows me to load `boot.bin` successfully from sdcard and boot the kernel -- and IIRC that's the same gateware, only bios changes from that point to current master)
darren099 has joined #litex
<somlo> for now, I'll just keep rebuilding and testing both spi and "regular" sdcard with nexys4ddr and rocket, each time I see fresh upstream commits
darren099 has quit [Ping timeout: 260 seconds]
darren099 has joined #litex
darren099 has quit [Client Quit]
Dolu has quit [Quit: Leaving]
HoloIRCUser1 has joined #litex
dasdgw has quit [Ping timeout: 272 seconds]
st-gourichon-fid has quit [Ping timeout: 272 seconds]
sorear has quit [Ping timeout: 246 seconds]
sorear has joined #litex
HoloIRCUser1 has quit [Read error: Connection reset by peer]
HoloIRCUser1 has joined #litex