Is there a way to add/concatenate/pipe a grep command when searching for registers in the origen interactive mode.
eg. If i want to look at registers say, I do > dut.mainregs and it returns 100 registers. Is there a way to do something like >dut.mainregs('grep regname') or >dut.mainregs | grep regname, etc?
Or is there any other way to search for some string?
At the very end of this doc you will see an example: