I'm in the process of rewriting tbg to support more complex configuration semantics. One challenging part is to dynamically select signals based on the signal values. It's typically done via driver tasks in SV-based testbench.
Most of the logic are already there, such as set values (poke), loop, and if. I think the only additional feature is how to create a task definition, in particular, input and output variables.
I'm in the process of rewriting tbg to support more complex configuration semantics. One challenging part is to dynamically select signals based on the signal values. It's typically done via driver tasks in SV-based testbench.
Most of the logic are already there, such as set values (poke), loop, and if. I think the only additional feature is how to create a task definition, in particular, input and output variables.