Stefan Tauner

Results 79 comments of Stefan Tauner

> I feel that your solution might be unnecessarily complicated, using something like tmux (see an example in [this](https://github.com/cyrus-and/gdb-dashboard/wiki/Use-multiple-terminals) wiki page) could be way easier IMHO. Yes and no. A...

JFYI, AFAICT running an OS within qemu is not required to investigate the problem. The parameters he mentioned halt the CPU at reset and one can use gdb to run...

This is intentional: https://github.com/tytso/pwgen/commit/69bdb3c671e5dd2284afa829c9b664964672f619

This also breaks building the lm4f target if lm3s has not been built before. `make TARGETS=lm4f` leads to: BUILD lib/lm4f CC assert.c CC gpio.c CC rcc.c CC systemcontrol.c CC uart.c...

Probably, but I know my track record so I consciously did not promise anything in my previous reply ;) I have a patch to enhance the device database already though,...

+1 Is there any good workaround? Ideal would be to be able to declare one signal as the source (clock) of a ticks header/footer and do counting+label printing only if...

I have a few xilinx 7-based SoCs (Zynq, UltraScale) that would also require this to become potentially supported.

I gave it a try and it does something but not the right thing apparently :) I was able to add the required ID for the zynq on my zedboard...

I can confirm that this works. Thanks! My patches look a bit different regarding naming (e.g., clg484 is just the package for example so I left it out) and I...

OK, that was too fast or I was too tired yesterday. I checked again after a full power cycle of the zedboard and my softcore does not come up after...