diff --git a/scripts/init-vlsi.sh b/scripts/init-vlsi.sh new file mode 100755 index 00000000..ab947dd1 --- /dev/null +++ b/scripts/init-vlsi.sh @@ -0,0 +1,6 @@ +# Initialize HAMMER and CAD-plugins +git submodule update --init --recursive vlsi/hammer +git submodule update --init --recursive vlsi/hammer-cad-plugins + +# Initialize HAMMER tech plugin +git submodule update --init --recursive vlsi/hammer-$1-plugin \ No newline at end of file diff --git a/vlsi/README.md b/vlsi/README.md index d09fb5d8..aa07dd0f 100644 --- a/vlsi/README.md +++ b/vlsi/README.md @@ -2,4 +2,8 @@ This is the starting point for a vlsi flow from this repository. This flow will not work without the necessary CAD and technology plugins for HAMMER. -If you are a UCB-affiliate, you may be able to acquire access to the tech-plugins. \ No newline at end of file +If you are a UCB-affiliate, you may be able to acquire access to the tech-plugins. + +# Initial Setup Instructions (For All technologies) +Run the `init-vlsi.sh` script to pull correct versions of hammer, hammer-cad-plugins, and the hammer-tech-plugins +```scripts/init-vlsi.sh TECH_NAME``` \ No newline at end of file