<mithro>
Lofty: BTW - I have been meaning to mention that there is no reason that Mistral couldn't become a SymbiFlow project if you wanted. Intel is a low priority for my team at the moment but there could be opportunities to get someone like Microsoft onboard or something through the CHIPS Alliance (that Intel are part of). Intel are the biggest funder of the VtR and behind the https://www.nexusfpga.org/ project.
<tpb>
Title: Intel/VMware Crossroads 3D-FPGA Academic Research Center | Home (at www.nexusfpga.org)
<mithro>
Lofty: also fine to continue to do your own thing
<Lofty>
From my own contacts at Intel, trying to involve them is asking for a legal fight, I think
gromero has quit [Quit: Leaving]
<Lofty>
mithro: I think the thing I've learned is that Intel OSTC are very friendly to FOSS tooling and Intel PSG absolutely hate it
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 246 seconds]
kgugala has joined #symbiflow
kgugala_ has quit [Ping timeout: 240 seconds]
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 260 seconds]
kgugala has joined #symbiflow
kgugala_ has quit [Ping timeout: 252 seconds]
bjorkintosh has quit [Remote host closed the connection]
kraiskil has joined #symbiflow
kraiskil has quit [Ping timeout: 252 seconds]
ayazar1 has quit [Quit: ayazar1]
ayazar1 has joined #symbiflow
jokus_malus[m] is now known as jokus_malus
jokus_malus has quit [Quit: authenticating]
jokus_malus has joined #symbiflow
<nickoe>
Anyone that have use litedram and wondered why data seems to be reversed in bursts according to the input address?
<sf-slack1>
<cjearls> Reversed at a byte-granularity of bit-granularity?
<sf-slack1>
<butta> nickoe: It would be good to figure out why simulation is different. I unfortunately have very little experience using the litex simulator so I probably wont be much help there. You can mention me on github if you feel like it, my username is andrewb1999
<nickoe>
thanks
<nickoe>
Is there a way to offload or distribute symbiflow synthesis?
<Lofty>
nickoe: no, not really. I think nextpnr can utilise multiple cores to assist placement, but that's generally pretty fast anyway.
<nickoe>
ok
<Lofty>
If you mean Yosys specifically, then the core representation is intrinsically not thread safe; you'd need to write a whole new program for...limited gains.
<Lofty>
Even the commercial tools don't utilise multiple threads much in synthesis
<nickoe>
Lofty: Ok, I was more interested in it from a user perspective. So I mean, if it was supported somehow and I didn't know about it -- I would not use it and be robbed by time. Possibly. :D
<Lofty>
Yosys is a pretty fast synthesis tool I've found
<Lofty>
There's not a lot of time to rob
<mithro>
Surelog actually supports some parallel SystemVerilog parsing
<Lofty>
I mean, as a Yosys developer I'd love to talk about anything that seems subjectively slow to you
<nickoe>
Lofty: To be honest I am not using symbiflow right now, just trying to make my project work. So using litex directly with vivado, but I will ned to try it out with symbiflow. I did play around with the symbiflow exaples around december/january, so I am familiar with it by now.