Jerrylogansquare has quit [Remote host closed the connection]
kraiskil has quit [Ping timeout: 246 seconds]
kraiskil has joined #symbiflow
ric96 has joined #symbiflow
<ric96>
Hi all. Wanted to know if there is a possibility to flash arty a7 spi with bitstream when using prjxray? Or if there is a way to manually create mcs file using the generated bitstream.
<litghost>
The tooling might need to be adjusted to create that spi image, but I believe we have all the available information required to do such a thing
<mithro>
ric96: Flashing a bitstream has nothing to do with prjxray
<mithro>
ric96: If you have a bitstream you can flash it to the arty not matter what generated the bitstream?
<ric96>
Gotcha, i guess i was just curious if there were any pitfalls of flashing prjxray bitstream like there were with apicula.
<ric96>
So i guess i need to figure out if any oss project is available to create mcs from bit files
TooTHPiCK has joined #symbiflow
mkru has quit [Quit: Leaving]
OmniMancer has quit [Quit: Leaving.]
<mithro>
ric96: I have never used mcs files personally, Just flashed directly with openocd
TooTHPiCK has left #symbiflow [#symbiflow]
<ric96>
Okay I'll try that then
kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #symbiflow
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 256 seconds]
* ric96
thinks symbiflow should have a <project_name>_flash make target similar to <project_name>_prog target but to flash persistent storage.
<ric96>
mithro: do you mean load bitstream directly or flash spi? What i knew was that the spi chip isn't directly available over ftdi and a appropriate bitstream needs to be loaded so that the fpga exposes the spi flash to the ftdi. Unless I'm mislead on this info I don't know how directly flashing spi using openocd would work.
<mithro>
@ric96 You just need a spiflash proxy which openocd provides
<ric96>
mithro: do you have the openocd flags for flashing spi on the a7 handy?
<ric96>
any specific reason symbiflow-arch-defs repo only targets xc7a50t and not xc7a35t ? I have the 35t and samples work fine but, so is it okay as long i don't go beyond the PL limit?
adjtm_ has quit [Read error: Connection reset by peer]
craigo has joined #symbiflow
andrewb1999 has joined #symbiflow
<andrewb1999>
ric96: I've looked into this a bit before, and from a surface level exploring with vivado it seems like the a35t and a50t are the same chip but with an artificial limit imposed by Vivado.
<andrewb1999>
It's possible there's some other hardware limitation, but the architectures loaded into Vivado for the a35t and a50t are identical
<ric96>
andrewb1999: wait whaaaaat... why would any vendor do that?
<ric96>
/me winks to denote sarcasm
<ric96>
welp here's to 15k more PL
<ric96>
andrewb1999: any tests to see how many actual LUTs are usable?
<andrewb1999>
ric96: I haven't done that, but maybe others have
OmniMancer has joined #symbiflow
<ric96>
just curious if anyone has actually gotten the linux-litex demo working with prjxray?
<ric96>
I've been stuck at `--============= Liftoff! ===============--`