From 099e180557643f90ebdf2098c4fb6ee275b2fbea Mon Sep 17 00:00:00 2001 From: stevecorey Date: Thu, 28 Jun 2018 12:47:59 -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 ac0dca98a..18bcdec31 100644 --- a/jupyter_example.ipynb +++ b/jupyter_example.ipynb @@ -25,7 +25,7 @@ "metadata": {}, "outputs": [], "source": [ - "# assign this to the location of the vpr executable file\n", + "# set this to the location of the vpr executable file\n", "fpga_spice = \"~/tangxifan-eda-tools/branches/vpr7_rram/vpr/vpr\"" ] },