Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N netlist_simulator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Paul Fournier
  • netlist_simulator
  • Wiki
  • Functions

Functions · Changes

Page history
testfix : broken link authored Nov 11, 2020 by Paul Fournier's avatar Paul Fournier
Hide whitespace changes
Inline Side-by-side
Functions.md
View page @ d13fa65b
...@@ -123,4 +123,4 @@ Reads the netlist file via some voodoo magic happening in the [netlist.ml](netli ...@@ -123,4 +123,4 @@ Reads the netlist file via some voodoo magic happening in the [netlist.ml](netli
Fails with error message `The netlist has a combinatory cycle` if the dependencies cannot be resolves, and with a parse error if there is a problem in the format of the netlist. Fails with error message `The netlist has a combinatory cycle` if the dependencies cannot be resolves, and with a parse error if there is a problem in the format of the netlist.
## `main : unit -> unit` ## `main : unit -> unit`
Gathers the arguments from the CLI and then calls [compile](## \`compile : string -> unit\`). Gathers the arguments from the CLI and then calls [compile](#compile-string-unit).
\ No newline at end of file \ No newline at end of file
Clone repository
  • Functions
  • Implementation
  • Home