From 122c1b19f7473edd62e1485d68ed88cfa6ba41b7 Mon Sep 17 00:00:00 2001 From: Steve Corey Date: Mon, 2 Jul 2018 11:12:28 -0600 Subject: [PATCH] removed cloning --- jupyter_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_example.ipynb b/jupyter_example.ipynb index f9d230eba..5bb15c8c7 100644 --- a/jupyter_example.ipynb +++ b/jupyter_example.ipynb @@ -125,7 +125,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This will bring up a display of how the circuit is being placed on the FPGA. Press the `Proceed` button to step to the final placement, press `Proceed` again to step to the routing. Press the `Exit` button to exit the display.\n", + "This will bring up a graphical display of how the circuit is being placed on the FPGA. Press the `Proceed` button to step to the final placement, press `Proceed` again to step to the routing. Press the `Exit` button to exit the display.\n", "\n", "To run VPR without the display, use the command `-nodisp`" ]