-
Notifications
You must be signed in to change notification settings - Fork 516
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
Connect MicroBlaze Debug Module (MDM) to Virtual JTAG in Vivado IP Integrator #644
Comments
Hi, Thank you for reaching out. We don't currently have an example design with a MicroBlaze embedded. We're still investigating this issue internally and will keep you posted for any update we have. |
If you want to replicate the problem, I have attached my design files above (aws_mb_example.zip) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have posted my problem in #641 (comment), but I realise that it seems to be a different issue, as in the implemented design, the MDM is not connected to anything:
Therefore I would like to know the correct configuration to connect to MDM.
Below are what I originally posted in #641
I hope this is the right place to post here, as I am expericing a similar problem:
Right now I'm working to put a MicroBlaze core with Vivado IP Integrator flow, however, I can't connect to the MicroBlaze Debug Module (MDM) when I deployed in on an EC2 F1 instance.
My design is as following:
design files: aws_mb_example.zip
I have followed #507, which mentioned to use "EXTERNAL HIDDEN" for BSCAN in MDM:
However, it seems failed to identify MDM, as when I connect it with XSCT, I got the following:
Top left is the SSH session of EC2 F1, which was running
hw_server
andsudo fpga-start-virtual-jtag -P 10201 -S 0
Bottom left is the Vivado tcl shell, connected to the Virtual JTAG on F1
Bottom right is the XSCT, also connected to the Virtual JTAG on F1
The commands are run in this order: SSH > Vivado > XSCT
The targets command in XSCT gives 8-digit numbers only, but supposedly it should gives something like "MicroBlaze Debug Module".
May I ask if there is any problem with my design with a MicroBlaze? Is there an alternative method to connect to MDM, or is there an example design for MicroBlaze that worked with AWS EC2?
Thank you.
The text was updated successfully, but these errors were encountered: