FilesModulesSignalsTasksFunctionsHelp


`ifdef D99     // this is defined on the command line
 `ifdef D98    // this too
  `ifdef D33   // this is in the global includes file inc3.v
   `ifdef D01  //  check no defines carried over from std_pre_proc.v
   `else
module test2Index;
   `endif
  `endif
 `endif
`endif

reg test;

endmodule


FilesModulesSignalsTasksFunctionsHelp

This page: Maintained by: v2html730@burbleland.com
Created:Thu Jan 15 16:17:01 2009
From: testing/preproc/verilog/std_pre_proc2.v

Verilog converted to html by v2html 7.30.1.3 (written by Costas Calamvokis).Help