From 8c341d8f51939c92929d8e2bc31e6c769c422769 Mon Sep 17 00:00:00 2001 From: stevecorey Date: Thu, 28 Jun 2018 11:50:25 -0600 Subject: [PATCH] initial commit --- jupyter_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_example.ipynb b/jupyter_example.ipynb index 18bcdec31..ac0dca98a 100644 --- a/jupyter_example.ipynb +++ b/jupyter_example.ipynb @@ -25,7 +25,7 @@ "metadata": {}, "outputs": [], "source": [ - "# set this to the location of the vpr executable file\n", + "# assign this to the location of the vpr executable file\n", "fpga_spice = \"~/tangxifan-eda-tools/branches/vpr7_rram/vpr/vpr\"" ] },