0

I am designing a processor using an Altera DE1 Board and I want to monitor some metrics like the clock frequency, register values, etc.

I am planning to import data from the DE1's USB Blaster and display it in a UI designed in Windows Form.

Is it possible to export data from the DE1's USB Blaster and import it in a UI? How?

TIA for the answer.

Paebbels
  • 15,573
  • 13
  • 70
  • 139
Adaptive
  • 21
  • 3
  • How is this VHDL or Verilog related? You can't monitor the frequency, this requires an oscilloscope ..., but you could implement a frequency counter and compare that result to a reference counter. Monitoring values is done via SignalTap. – Paebbels Jul 07 '16 at 11:32
  • This question should be on http://electronics.stackexchange.com – Greg Jul 07 '16 at 18:34
  • @Paebbels: Thanks for the answer! I don't think using an osciloscope would solve anything. I am thinking to create a variable that is used as the global clock of my processor. I want that variable to be exported to a program through the USB Blaster. Is it possible? – Adaptive Jul 08 '16 at 09:10

0 Answers0