Changeset 35 for sources/src/sc_main.cc
- Timestamp:
- Jun 29, 2009, 6:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_main.cc
r27 r35 187 187 << "modules filename : dump module hierarchy graph into specified dot file (tons of bugs inside)\n" 188 188 << "nobanner: do not print SystemCASS splash screen\n" 189 << " nodynamiclink: do not link dynamicallyscheduling code\n"189 << "dynamiclink: dynamically link the scheduling code\n" 190 190 << "nosim : run until elaboration stage. Don't simulate\n" 191 191 << "notrace : disable all tracing functions\n" … … 226 226 case 'c' : 227 227 print_schedule = true; 228 continue; 229 case 'd' : 230 if (strcmp (argv[i]+2, "dynamiclink") == 0) 231 dynamic_link_of_scheduling_code = true; 232 else 233 check_port_dependencies = true; 228 234 continue; 229 235 case 'e' : … … 279 285 scheduling_method = BUCHMANN_SCHEDULING; 280 286 continue; 281 case 'd' :282 check_port_dependencies = true;283 continue;284 287 default : 285 288 break;
Note: See TracChangeset
for help on using the changeset viewer.