Olof Kindgren
Olof Kindgren
Actually, I can reproduce it if I run `transaction = solver.solve(request)` in `coremanager.py` without catching the exception. I wonder if something goes wrong so that it doesn't catch it in...
Ah ok. I see what you mean now. I think you just need to catch the DependencyError in your code. Something like this def test_missing_deps(): flags = { 'flow': 'sim',...
With `from fusesoc.coremanager import CoreManager, DependencyError`
I'm still a bit confused. Running the test here with my additions gives me tests/test_missing_deps.py Conflicting requirements: Requirements: 'missing_deps >= 0-0'
I would very much want to know this too. The HFOSC/LFOSC specs states a +-10% accuracy, which is pretty much, and might be problematic even with a simple thing as...
I see #175 has been merged. Can we close this?
What is the conclusion of this? Comparing mag files between the artifacts produced by open_pdks CI (e.g. https://github.com/RTimothyEdwards/open_pdks/actions/runs/1744248303) and https://foss-eda-tools.googlesource.com/skywater-pdk/output I see that the latter has timestamp=0. I also see...
Agree it's much better than before since we get reproducible from a certain commit. A checksum based on file contents would be better because we still get a new timestamp...
I'm looking at making PDKs relocatable as part of https://github.com/fusesoc/docker-openlane-sky130/issues/1 together with @donn and @proppy If absolute paths are required, then I think a single env var is the way...
@RTimothyEdwards Fair enough. I'd say that's up to you and it's possible to override. Let's drop that from the list and focus on the other ones. Any known ones I...