Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I use verilog to generate IRSIM test vectors?

irsim Test vectors verilog
0
Posted

How can I use verilog to generate IRSIM test vectors?

0

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.

0
10

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123