Rob Taylor
Rob Taylor
@msaligane Could you share your local fix?
I've got a script attached here, unzip and execute in `libraries/sky130_fd_sc_hd/latest` with `git grep -l "related_bias_pin" | xargs -n1 fixup.sh` [fixup.sh.gz](https://github.com/google/skywater-pdk/files/6261029/fixup.sh.gz) Also my tweaked repo can be found at https://github.com/robtaylor/skywater-pdk-libs-sky130_fd_sc_hd/tree/fixes/288
@msaligane any thoughts on which is the most 'correct' approach?
tweaked script for 1st approach: [fixup.sh.gz](https://github.com/google/skywater-pdk/files/6287432/fixup.sh.gz) and tweaked repo again here: https://github.com/robtaylor/skywater-pdk-libs-sky130_fd_sc_hd/tree/fixes/288
Thank you @RTimothyEdwards, it's good to know i'm on the right path - I'm pretty much flying blind here! When this is working, what's the best way to submit a...
I'm happy to have a look at it on mac when time is right..
Hey @jcfr , I'd be happy to try add some documentation for these things as I progress with packaging my current project. Are there any examples you can point to...
Happy to help out on this, definitely a need i have with my current project
For other folk looking, seems the last status was that #4737 needs reimplementing using Runnables (LCEL) in a template. https://github.com/langchain-ai/langchain/blob/master/templates/docs/CONTRIBUTING.md