- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have an ALTERA USB Blaster, some year ago i used it with a Cyclone IV without any problem using Signal Tap .
Now i am trying to use the same ALTERA USB Blaster with EP4CE10E22 , it works ok downloading the bitstream, but using Signal tap i got the next situation.
* it is a simple scheme , i use a button to turn on a LED, when i read the state of the button , the state is always '1' , even when i press the button (state '0') the state doesn't change
*when i press Autorun analysis, it shows "invalid data received"
*if i set a falling edge trigger condition to the i_button, it shows "waiting for trigger" and after some seconds it shows "invalid data received"
This is the program
module prueba(i_clk, i_button, o_led);
input i_clk;
input i_button;
output reg o_led;
always@(posedge i_clk) begin
o_led <= i_button;
end
endmodule
thanks in advance
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CAUSE: You tried to run the Signal Tap Logic Analyzer, but the communications cable or circuit board is disconnected, or you made changes to the circuit board. As a result, the Signal Tap Logic Analyzer cannot acquire data.
ACTION: Make sure the communications cable and circuit board are connected to your system, and re-attempt to run the Signal Tap Logic Analyzer.
Most likely is connection issue or you might have made changes to the signal tap and need to recompile.
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May I know does my latest reply help to solve your problem?
Best Regards,
Richard Tan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, sorry for being late to answer.
I tested the USB blaster with another board and it works perfectly, so there is something wrong with my board. It is strange because i don't have any problem to download the bitstream.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good to hear that you are to resolve the issue!
With that, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
Thank you.
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page