fjullien

Results 9 issues of fjullien

GtkWave can display signals values as ASCII. What if litescope uses this option to add a text translation of any signal ? I don't know if it's possible but Litex...

enhancement

When configuring a trigger sequence, litescope will triggs whatever is the delay between two consecutive trigger. It would be great to have a maximum time between triggers (here, 5 clocks):...

enhancement

In the current implementation, adding triggers adds trigger to a sequence. It would be great to combine triggers not only in sequence but in a AND or OR logical group....

enhancement

During my evaluation of picoTCP I had several problems due to memory allocation. As my target is short on memory, it is frequent that a malloc fails and sometimes it...

I may have miss something but it looks like picoTCP can't handle two sockets on two different physical interfaces using the same port. Seems like we should have TCP and...

Hi, Is there an easy way to increase font size (and may be wave height at the same time) in the waveform view ? When working late at night it...

Hi, I'm working on a case were I use custom Verilog attributes. For example: ``` ... wire leaf0_y; wire leaf1_y; wire leaf2_y; (* myattr="test" *) wire [5:0] test_mid; ... ```...