<OmniMancer>
I will see if I can get in tough with the author then
<hackerfoo>
OmniMancer: Thanks.
<hackerfoo>
Many of the projects are by different people or groups, for example prjmistral (Cyclone V.)
<OmniMancer>
Indeed
citypw has quit [Ping timeout: 240 seconds]
OmniMancer has quit [Quit: Leaving.]
<litghost>
acomodi: Any results on which murax/picosoc nets are taking so long in the ROI-less graph?
<litghost>
The results from my run last night were showing that 2 or 3 nets were massively misbehaving, so I think the hypothesis that certain nets are taking much more time may be borne out
<sf-slack>
<acomodi> @litghost I have not been able to get any meaningful results. I am currently running another build with the latest changes in arch-defs. It should end in a couple of hours. Did the net you found have to do with clocking trees?
<litghost>
acomodi: I haven't found the net specifically, only that I saw the router take a long time (e.g. ~1 hr) to reroute 3 nets
<litghost>
acomodi: That seems super excessive, and likely points to something going wrong
<litghost>
acomodi: I haven't investigated any further than that, hence why I was asking if you had found anything yet
kuldeep has quit [Read error: Connection reset by peer]
<sf-slack>
<max> Does anyone have any experience with post routing simulation? I am doing work with asynchronous circuits as a research project, and having good delay estimates in simulation would be a huge help but I am having trouble finding anything in nextpnr or project trellis (using an ecp5).
<tpb>
Title: Improve handling of top level IO and add SDF support by daveshah1 · Pull Request #345 · YosysHQ/nextpnr · GitHub (at github.com)
<daveshah>
I haven't tried it for ECP5 yet, some sim model changes will be needed but the nextpnr side should work for ECP5 too
<sf-slack>
<max> thats awesome! I'll have a look
<sf-slack>
<max> Ah, I was under the impression that icarus could reasonably handle sdf files. Not having an open source option may be an issue.
<daveshah>
Someone just pointed out cvc as a possible option
<daveshah>
I haven't tried it myself yet
<sf-slack>
<max> I might give that a shot. Im using cocotb to generate tests just because it saves some time, but I reckon I will only need some basic test benches for post routing simulations.