58 `ifdef XILINX_SIMULATOR
59 `ifndef XILINX_SIMULATOR_BITASBOOL
60 `define XILINX_SIMULATOR_BITASBOOL
61 typedef bit bit_as_bool;
64 (* SC_MODULE_EXPORT *)
66 output bit [3 : 0 ] dout
72 (* XMSC_MODULE_EXPORT *)
74 (* integer foreign =
"SystemC";
76 output wire [3 : 0 ] dout;
81 (* SC_MODULE_EXPORT *)
83 output wire [3 : 0 ] dout;