Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62723

Forum Post: RE: Passing arguments from irun command line to top module

$
0
0
Is this what you're referring to: typedef enum bit {NO, YES} bool_t; module test; dut dut (); defparam dut.p = NO; endmodule module dut (); parameter bool_t p = YES; initial $display ("p is %n", p); endmodule Tim

Viewing all articles
Browse latest Browse all 62723

Trending Articles