Johan Euphrosine
Johan Euphrosine
those could then be rendered as static html document using https://nbconvert.readthedocs.io/en/latest/ or integrated directly in mkdocs using https://github.com/danielfrg/mkdocs-jupyter
> This is in part because we don't have a standard "install" environment -- we'd need a distinct workflow from our typical "bazel test" where commands are installed and available....
Please find attached the verbose logs for `ram` and `rom` size `1024`: [hack.1024.x.log](https://github.com/google/xls/files/6737369/hack.1024.x.log)
Makes sense, so I should probably rename the issue to 'pointing to a local openlane' install :)
Looks like this was fixed with #143?
That's a limitation of https://github.com/conda-incubator/condacolab you have to leave some time for the runtime to boot after the first restart. You can check that everything is in place by running:...
Seems like the notebook miss a few dependencies, in order for this to succeed: ``` import click import yaml import volare ``` Looks like openlane doesn't have `volare` in its...
Note that `volare` itself is not a strict requirement for `DFFRAM` (since we install `open_pdks.sky130` thru conda) but the main script currently expect it to be installed in `PYTHONPATH` (even...
alternatively the following patch should also workaround the issue: ``` diff --git a/dffram.py b/dffram.py index 499c248..a528a9c 100755 --- a/dffram.py +++ b/dffram.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# -*- coding:...
Isn't this already ongoing at https://github.com/gdsfactory/skywater130 ?