Rob Taylor

Results 66 comments of Rob Taylor

Is this a current concern? I'd be happy to put some effort into reproducible python Pascal aging & test.

checking in on this issue.. @dougn @jayvdb

Do check out the new Interfaces RFC in Amaranth. We now discuss RFCs every Monday at 1700 UTC on the irc channel.

That is worrying. Is the order consistent between runs? Might be worth putting together a determinism test. Comparing output on the different platforms would also make sense. On Fri, 3...

I think we could include open PDKs within the pip install no problem. For closed PDKs, probably the best solution would be the user supplying a path At configuration. On...

> This is an aftermath of the migration of Coriolis from C++ with Python scripts to Python modules with C++ code. As the move in itself was not completely understood/assumed...

This ie due the the logic loading it from coriolis_top, which doesn't seem to exist in a editable install. May be that eventually we need to reorganise into a standard...

Did some research. Basically the fix here is to change all usage of 'coriolis_top' etc (any data file or source loads from within the package) to using [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources). We can...

Oh that's brilliant, thanks @mithro !