Skip to content
Snippets Groups Projects
Select Git revision
  • v4.0.1_stable
  • master default protected
  • thesis
  • fmics-2021
  • vanadium
  • afadl-2021
  • functional-verification
  • v5.17_devel
  • v5.16.0_stable
  • v5.15_devel
  • v5.14.0_stable
  • v5.13.0_testing
  • v5.13_devel
  • v5.12_stable
  • v5.11_devel
  • v5.10_stable
  • v5.9.0_testing
  • v5.8.2_stable
  • v5.8.1_stable
  • v5.9_devel
  • v5.8.0_stable
  • v5.7.1_testing
  • v5.7.0_testing
  • v5.7_devel
  • v5.6.0_stable
  • v5.5.2_testing
  • v5.5.1_testing
27 results

simsitl.ml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    simsitl.ml 204 B
    
    
    let _ =
        Arg.parse (Sim.common_options@Sitl.options)
        (fun x -> Printf.fprintf stderr "Warning: Don't do anything with %s\n" x)
        "Usage: "
    
    
    module M = Sim.Make(Sitl.Make)
    
    let _ =
      M.main ()