From cfcc177e4bb1fe960e3dea8b80716ddc7793c071 Mon Sep 17 00:00:00 2001 From: stevecorey Date: Fri, 29 Jun 2018 13:29:56 -0600 Subject: [PATCH] added submodule instructions --- getting_started.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/getting_started.md b/getting_started.md index 031264bdb..91d054324 100644 --- a/getting_started.md +++ b/getting_started.md @@ -4,6 +4,13 @@ Clone the [FPGA-SPICE git repository:](https://github.com/tangxifan/tangxifan-ed [//todo]: # (change to final repository location) `git clone https://github.com/tangxifan/tangxifan-eda-tools.git ` +There is a submodule in the repository so move to the OpenFPGA directory and clone that too: +`cd OpenFPGA` + +`git submodule init` + +`git submodule update` + Go to the `VPR` dirctory and build the tool: `cd tangxifan-eda-tools/branches/vpr7_rram/vpr/` `make `