How can I use verilog to generate IRSIM test vectors?
By using special verilog system tasks, you can generate an IRSIM .cmd file from a verilog run. Please take a look at the document on snooper modules that is here. Q: When I run my verilog with the snooper module, I get a really ugly looking error. It looks something like: Error! acc_handle_tfarg() [PLI-NOACCARGBSEL] Argument number 1, a bit select of unexpanded vector, not yet supported by PLI “snooper.v”, 59: $rsim_log_input(RegNum_b_s1[2], “RegNum_b_s1[2]”); Segmentation fault A: You probably ran verilog without the -x option. The snooper module needs verilog to be called with the -x option. This is the same as using rsimverilog.