Johan Euphrosine
Johan Euphrosine
I'd also love it hear from @maliberty (w/ input from @QuantamHD and @mithro) if they think that something like https://en.wikipedia.org/wiki/Rolling_release could be an appropriate releasing strategy for the project, and...
> Is a rolling release just whenever the tests pass or something more? Yes pretty much, you'd need to decide on two things: - the cadence of the release (daily,...
> Is this fully automatable? Yep, I started something at in my fork at https://github.com/proppy/OpenROAD/blob/sync/.github/workflows/github-actions-cron-release-from-head.yml and sync the tree from upstream at a given frequency and cut a new tag...
PTAL, signed the commit so that DCO check passes.
I guess I'm confused because OpenLane doesn't seem to be passing `-exit` to any of those invocation: https://github.com/The-OpenROAD-Project/OpenLane/search?q=%24%3A%3Aenv%28OPENROAD_BIN%29 Are you saying that they depends on a buggy behavior? (i.e: the...
> It may have been buggy before So would you recommend instead to do a PR against OpenLane to add `-exit` flag everywhere they invoke OpenROAD?
I see a few other project not passing `-exit`, so we should make sure we notify them as well: - https://github.com/AUCOHL/DFFRAM/blob/abcc1b312d9d672cbe91743c432e1a90a7fe139d/dffram.py#L163 - https://github.com/TILOS-AI-Institute/MacroPlacement/blob/f59286b3164b2f7ccdbf7a913f827af628f139dd/Flows/util/RePlAceFlow/runme#L5
Lets' continue the discussion here: https://github.com/The-OpenROAD-Project/OpenLane/issues/1387
As commented in https://github.com/The-OpenROAD-Project/OpenLane/pull/1388#issuecomment-1253991240, reopening to continue to discuss this, as I can't seem to find a good way to pass `-exit` to an `openroad -python script.py` invocation that also...
> OR doesn't take script arguments in TCL. It does seem like a nice capability though It did seem that version