vjkr / siliconcompilerVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

siliconcompiler

Few problems are encountered on Colab notebook. All results are stored here https://colab.research.google.com/drive/1fTWG-HaXDK3zwI3kFMvtnBiXrmHDg_w9?usp=sharing (Not shared) Also one issue has been raised on SC repo siliconcompiler/siliconcompiler#2059 Waiting for response

In the meantime, I am trying on VM Ubuntu https://docs.siliconcompiler.com/en/stable/user_guide/installation.html Step 1: New folder on desktop called siliconcompiler Step 2: Completed on a terminal

python3 --version                                      # check for Python 3
sudo apt update                                        # update package information
sudo apt install python3-dev python3-pip python3-venv  # install dependencies
python3 -m venv  ./venv                                # create a virtual env
source ./venv/bin/activate                             # active virtual env (bash/zsh)

Step 3:

image

Step 4:

About