Skip to content
Snippets Groups Projects
Commit 476915e5 authored by dwn1c21's avatar dwn1c21
Browse files

Update load_bitfile.py

parent 15499e73
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import os, warnings ...@@ -2,7 +2,7 @@ import os, warnings
from pynq import PL from pynq import PL
from pynq import Overlay from pynq import Overlay
ol = Overlay("/home/xilinx/pynq/overlays/soclabs/design.bit") ol = Overlay("/home/xilinx/pynq/overlays/soclabs/design_1.bit")
if not os.path.exists(PL.bitfile_name): if not os.path.exists(PL.bitfile_name):
warnings.warn('There is no overlay loaded after boot.', UserWarning) warnings.warn('There is no overlay loaded after boot.', UserWarning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment