-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partial Reconfiguration method #1
Comments
You can take a look at this
https://docs.google.com/presentation/d/1r2pVsLpWGUKAKKx_J7y97IvChmZRSQEM-o8eoNCBhYE/edit?usp=sharing
…On Fri, Dec 7, 2018 at 12:34 PM Martin20 ***@***.***> wrote:
Which method do you use to have partial bitstreams? Is your tutorial
available?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMIb-h3G3cYFBeigaK0UVuAzeoO88JsGks5u2sK-gaJpZM4ZJBdp>
.
|
Thank you for your response. How do you download the partial bitstream on
PYNQ? I used the code below but it halts at line 9.
1:overlay = Overlay('one.bit')
2:BS_IS_PARTIAL =
'/home/xilinx/pynq/overlays/oneThree/one_pblock_threeBlk_0_partial.bit'
3:BS_XDEVCFG = '/dev/xdevcfg'
4:with open(BS_IS_PARTIAL,'rb') as f:
5: buf = f.read()
6:with open(BS_IS_PARTIAL,'w') as fd:
7: fd.write('1')
8:with open(BS_XDEVCFG,'wb') as g:
9: g.write(buf)
best regards,
Mohammadreza MEhrabian,
Ph.D. Student, Computer Engineering
School of Computing, Informatics and Decision Systems Engineering
Arizona State University
Tempe, AZ 85281
On Sat, Dec 15, 2018 at 10:41 AM Andrew E Wilson <[email protected]>
wrote:
… You can take a look at this
https://docs.google.com/presentation/d/1r2pVsLpWGUKAKKx_J7y97IvChmZRSQEM-o8eoNCBhYE/edit?usp=sharing
On Fri, Dec 7, 2018 at 12:34 PM Martin20 ***@***.***> wrote:
> Which method do you use to have partial bitstreams? Is your tutorial
> available?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1>, or mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/AMIb-h3G3cYFBeigaK0UVuAzeoO88JsGks5u2sK-gaJpZM4ZJBdp
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXpiDBSjj7Q8KNVuKlOIsTGC2sfKeGMmks5u5TRWgaJpZM4ZJBdp>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which method do you use to have partial bitstreams? Is your tutorial available?
The text was updated successfully, but these errors were encountered: