Questions tagged [system-console]

System Console is a flexible system-level debug tool that helps designers quickly and efficiently debug their design while the design is running at full speed in an FPGA.

System Console is a flexible system-level debug tool that helps designers quickly and efficiently debug their design while the design is running at full speed in an FPGA. System Console enables designers to send read and write system-level transactions into their Qsys system to help isolate and identify problems. It also provides a quick and easy way to check system clocks and monitor reset states, which can be particularly helpful during board bring-up. In addition, System Console allows designers to create their own custom verification or demonstration tool using graphical elements, such as buttons, dials, and graphs, to represent many system-level transactions and monitor the processing of data.

4 questions
4
votes
1 answer

System Console over JTAG fails to execute master_write_32 — can't do this while target is running?

I had a simple controller written in Verilog that was configuring Altera's TSE MAC. Up to this point, it was fairly simple. However, what I wanted to do next is to set a lot of Marvel PHY's settings as well as keep monitoring both PHY and MAC for…
user405725
2
votes
1 answer

Why is double-checked locking not used properly in the implementation of System.console() in the openJDK?

In the openJDK source code, the System.console() was implemented as such: private static volatile Console cons = null; /** * Returns the unique {@link java.io.Console Console} object associated * with the current Java virtual machine, if any. * …
Rui
  • 3,454
  • 6
  • 37
  • 70
1
vote
1 answer

working with java source and class files programatically

I'm going to split this into two questions to be as concise as possible. Some time ago I began making a text editor for educational purposes and have been adding to it here and there. Along the way I decided I wanted it to compile and run java…
Kevin Bigler
  • 256
  • 1
  • 2
  • 9
0
votes
0 answers

BLENDER: Permanently redirect output to Python console

I am on Win7 x64 using PortableApps.com Blender Portable v2.90.1 and for some strange reasons it does not write anything to System Console, so I do not see what error there is when scripting (and I really did try every possible solutions there…
qraqatit
  • 492
  • 4
  • 14