TCF support advanced #152
Replies: 4 comments 8 replies
-
Do you have hw_server running? You should be able to connect to the server even without a board. |
Beta Was this translation helpful? Give feedback.
-
Is it possible that there is just no debug core enabled in the a7-100t release? When I download the bitstream from the release area and program the board I have, it gives me the warning, before I do any thing else:
When I open the implementation of the the design I generated locally (because you can't do this test on a bitstream) and run the command:
I get this:
Also when I open the design and drill down into where the jtag is defined, That one alone is a bit baffling for me, I have seen blocks before in vivado being added and dropped out via generics, but even dropped out of the design they are still present in the hierarchy, but greyed out, the absence totally is a new one I would like to understand on its own. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes! Thank you. There are so many toggles and radio buttons it can be a bit bamboozling which is and isn't important.
I thought I had, that they had been installed as part of the vivado install process, which is usually where they always came in for me in the past, though the current version of vivado install is locking up during install, is that hang happening before the JTAG cable drivers getting installed? (Rhetorical question) I have been on so many computers in the past few months it may have fallen through the gaps. I didn't see any issues before this because the more pure bitstreams download tasks work with out issues (this this is probably exactly why the full cable drivers need to be installed.) Any way, I now see a fully working flow happening on linux now, with working breakpoints too, so that is a huge step forward for me, thanks!
Yes that makes sense to me. That can be annoying, but not a blocker. |
Beta Was this translation helpful? Give feedback.
-
I am trying to get Eclipse to debug into a working design I have. I have followed the instructions for TCF installation, and it appears to successful, at least on the PC side.
I have a a7-100 with a rocket64b1 and it does not connect. I have downloaded the bitstream from the release area and I have built my own image. They are working images and I have the bare metal hello world working (a7 have issues booting into linux at the moment, #131, different problem)
If I look at the design the bscan does not seem to be enabled, and I don't know how to enable it, what am I missing and what do I need to change?_
Beta Was this translation helpful? Give feedback.
All reactions