Lightelligence / rules_verilog

Bazel build rules for compiling Verilog
Other
21 stars 7 forks source link

Look into doing automatic flist generation for Verdi #35

Open ciglass opened 1 year ago

ciglass commented 1 year ago

If you use Xcelium to run a simulation and generate FSDB waves, then Verdi needs an explicit filelist in addition to the waves database to be able to use all of the Verdi features. I think it's possible that we could automatically render a Verdi-friendly flist as part of the verilog_dv_tb implementation instead of relying on a separate script to re-parse the flists.

@jmlemay99