Home
last modified time | relevance | path

Searched refs:stop_on_diff (Results 1 – 4 of 4) sorted by relevance

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_args.h25 bool stop_on_diff; member
Dp2G4_dump.c20 static bool comp, stop_on_diff; variable
185 stop_on_diff = stop; in open_dump_files()
339 if (stop_on_diff) { in print_or_compare()
Dp2G4_args.c86 …{ false, false , true, "stop_on_diff","stop", 'b', (void*)&args->stop_on_diff, stop_found, … in p2G4_argsparse()
Dp2G4_main.c1100 …if (args.dont_dump == 0) open_dump_files(args.compare, args.stop_on_diff, args.dump_imm, args.s_id… in main()