antonblanchard / vlsiffra

Create fast and efficient standard cell based adders, multipliers and multiply-adders.
Apache License 2.0
107 stars 9 forks source link

Create a Python Jupyter Notebook example with a "Launch on Colab" button #12

Open mithro opened 1 year ago

mithro commented 1 year ago

@proppy and @tdene have demonstrated that Python Jupyter Notebooks are a great way to documentate and demonstrate the usage of things like vlsiffra. See https://colab.research.google.com/github/tdene/synth_opt_adders/blob/master/docs/notebooks/intro.ipynb for example.

There are also other examples at https://bit.ly/jupyter-silicon

Once you have that a notebook going it then also becomes trivial to hook it up to Google's Vertex AI black box tuner!

I'm sure that @proppy would be interested in helping.