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

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

$
0
0
Uhm, interesting enough the example you are using is working correctly (tried on edaplayground.com), but this one does not work correctly: typedef enum bit {NO, YES} bool_t; module test; dut dut (); endmodule module dut (); parameter bool_t p = YES; initial $display ("p is %n", p); endmodule the -defparam options passed to incisive does not overwrite the locally defined parameter. Moreover I have the following situation www.edaplayground.com/.../ufn where the outcoming output of the parameter value is completely wrong. What is the main difference between these examples? Thanks for your support, Al

Viewing all articles
Browse latest Browse all 62678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>