<Wanda[cis]> like Versal, this thing no longer has a bitstream; instead, it involves a hard CPU (microblaze probably?) with a bootrom, and then some firmware for it in flash next to the actual configuration data which is shoveled through said CPU
<Wanda[cis]> ... oh, it's actually RISC-V, huh
<Wanda[cis]> like. they don't say it's RISC-V. but.
<mupuf> "no longer has a bitstream" --> you mean that it no longer has a bitstream fixed in hardware, right?
<Wanda[cis]> I mean it's no longer configured via the same means as earlier FPGAs
<mupuf> Instead, you need to first upload a firmware on this bitstream processor firmware, and then feed that firmware?
<Wanda[cis]> sorta yeah
<mupuf> interesting... I wonder if this is to improve the flexibility of the partial reconfiguration
<Wanda[cis]> I think it's for more flexible crypto bullshit actually
<mupuf> like... automatic partial reconfiguration based on FPGA inputs
<Wanda[cis]> nah you could already do that earlier
<mupuf> crypto on the bitstream?... Sadly, that would indeed make sense
<Wanda[cis]> secure boot type of stuff
<Wanda[cis]> the functionality diff with previous generation configuration is mostly about added crypto primitives
<Wanda[cis]> that and configuration from Octal SPI, but I doubt that was the driver to make the whole thing RISC-V based
_whitelogger has joined #prjcombine
zyp[m] has joined #prjcombine
<zyp[m]> microblaze v has existed for a while now
<Wanda[cis]> ohh, they pulled a mips?