wal
wal copied to clipboard
WAL enables programmable waveform analysis.
May be a dumb question, but how does one index into signals that are really SV arrays? This doesn't seem to work: ``` #array[0].something ```
Is it possible to write in vcd file ? Could be useful to annotate vcd traces.
I found that pyproject.toml specified `lark` dependency, but setup.py specify `lark-parser` as runtime dependency. This two dependencies are same project but in different version. Also I found that pyproject.toml specify...
[See](https://github.com/mschlaegl/pylibfst/blob/c136c29d73b75a7a59ef8371af727bec9fe10b99/examples/dumpfst.py#L194C1-L194C33)
While working with WAL I implemented a recursive function (in functional programming manner) that handles a long list (i.e. indices returned by WAL's `find` operation). I quickly reached a `maximum...
I think WAL would be much faster if it were rewritten :crab: in rust for blazingly fast performance :rocket: :fire:
Hello, we have a case where we want to access an array element programatically: ``` (set [some_index 3]) (reval my_signal.my_array 0) ``` This however does not work. It is reading...
Hi there, I was wondering if you could release a package that supports python >3.7 versions.
for example : set-view Is there a cheat sheet for interacting with surfer?