Benedek Racz

Results 31 issues of Benedek Racz

# Feature request - full radix support Subtasks: - Convert bynary to any radix (hex, fixed-pint, floating point, double, any other?, enums?, Labels?) - Show proper format in all places...

enhancement

# Feature request - support analog wave-style Plot the signal as a simple line plot. The radix support (#2) is required by this, analog wave-style

enhancement

# Feature request - Add hotkeys First, an accurate study needed: - which operations are the most frequently used to map these to simple keys. - Which keys are the...

enhancement

# Feature request - Renaming signals The signal names should be able to set in the waveform (names-col). Two defaults: the name of the signal, and with the full path....

enhancement

# Feature request - Add objects, aka. simDB view Visualize the simDB, the objects database to be able to see the hierarchy of the design. New signals can be added...

Left-right scrolling does not update and re-render the waveform. The root cause is that `zoom_fast()` [fires a scroll event](https://github.com/raczben/fliplot/blob/3d77c8b6f6cba40dd75acbd9290f2ea7290ab5b0/js/wave.js#L196). Therefore [scrolled()](https://github.com/raczben/fliplot/blob/3d77c8b6f6cba40dd75acbd9290f2ea7290ab5b0/js/wave.js#L217) called during each zoom_fast event. So scrolled should and...

Improve code quality by adding auto/unit tests to fliplot

enhancement

# Feature request - Optimize render and zoom Current implementation redraws all bus (aka. bit-vectors) at all *zoom-end* event. The problem is that d3's data are identified by their order...

enhancement

If a signal has multiple changes in a given time slack, the "Move cursor to next transition" does not work

bug

I like this stream reader behavior, but it is overkill when the whole file is available. I just want a method, which gives back the fully parsed file, with all...