Skip to content
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

notebook deployment issue... #11

Open
Sn-Hughes opened this issue Jun 19, 2020 · 1 comment
Open

notebook deployment issue... #11

Sn-Hughes opened this issue Jun 19, 2020 · 1 comment

Comments

@Sn-Hughes
Copy link

Sn-Hughes commented Jun 19, 2020

I'm running SkyNet on a Pynq-Z2, so I realize that is where this issue might come from.

I have changed the things that need to be changed in the HLS/RTL portion and got it to synthesize, implement, and generate the bitstream.

The issue is when I am deploying it in the notebook, I get to the part where we start to write.

SkyNet = overlay.SkyNet_0
SkyNet.write(0x10, img.physical_address)
SkyNet.write(0x18, conv_weight_1x1_all.physical_address)
SkyNet.write(0x20, conv_weight_3x3_all.physical_address)
SkyNet.write(0x28, bias_all.physical_address)
SkyNet.write(0x30, DDR_pool_3_out.physical_address)
SkyNet.write(0x38, DDR_pool_6_out.physical_address)
SkyNet.write(0x40, DDR_buf.physical_address)
SkyNet.write(0x50, predict_boxes.physical_address)
SkyNet.write(0x58, constant.physical_address)

The error I receive is:

AttributeError: Could not find IP or hierarchy write in overlay

Any idea?

@zl-mh
Copy link

zl-mh commented Sep 26, 2020

I have some problems in designing the BD diagram of pynq-z2. Can you refer to the relevant BD wiring diagram of pynq-z2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants