You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << " -nofmon:\t no ***-fmon.c generation" << std::endl;
284
284
std::cout << std::endl;
285
285
std::cout << " -driverdir\t the output path (-out) will be appended by driver name" << std::endl;
286
-
std::cout << " -gendate\t the generation date will be included in the header comment section of the source file." <<
287
-
std::endl;
286
+
std::cout << " -gendate\t the generation date will be included in the header comment section of the source file." << std::endl;
287
+
std::cout << " -multiplex or -muxgen\t enable multiplex signal packing/unpacking code generation based on multiplexor master signal values for multiplexed signals." << std::endl;
0 commit comments