From 05ef6e75a5a87b7c0db82d30ad266af0cbca6aec Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Fri, 26 Feb 2021 13:49:24 +0000 Subject: [PATCH] [Notebook] cybsec-3: minor fixes --- .../cybersecurity/3-build-accelerator-with-finn.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb b/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb index 75b879cac..611e280ec 100644 --- a/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb +++ b/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb @@ -377,7 +377,7 @@ "\n", "* Once the `step_hls_codegen [8/16]` below is completed, you can view the generated HLS code under its own folder for each layer: `/tmp/finn_dev_ubuntu/code_gen_ipgen_StreamingFCLayer_Batch_XXXXXX`\n", " \n", - "* Once the `step_create_stitched_ip [11/16]` below is completed, you can view the generated stitched IP in Vivado under `/home/ubuntu/sandbox/finn/notebooks/end2end_example/cybersecurity/output_ipstitch_ooc_rtlsim/stitched_ip`\n", + "* Once the `step_create_stitched_ip [11/16]` below is completed, you can view the generated stitched IP in Vivado under `/home/ubuntu/finn/notebooks/end2end_example/cybersecurity/output_ipstitch_ooc_rtlsim/stitched_ip`\n", "</font> " ] }, @@ -943,6 +943,7 @@ "```shell\n", "unzip deploy-on-pynq.zip -d finn-cybsec-mlp-demo\n", "cd finn-cybsec-mlp-demo/driver\n", + "sudo python3.6 -m pip install bitstring\n", "sudo python3.6 validate-unsw-nb15.py --batchsize 1000\n", "```" ] -- GitLab