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
  • Implementation

Implementation · Changes

Page history
Update Implementation authored Nov 08, 2020 by Paul Fournier's avatar Paul Fournier
Hide whitespace changes
Inline Side-by-side
Implementation.md
View page @ 1e7ec3b9
...@@ -31,7 +31,7 @@ At the beginning of each cycle, the simulator asks for input, which is at the co ...@@ -31,7 +31,7 @@ At the beginning of each cycle, the simulator asks for input, which is at the co
Currently, however, such, let's admit it, cool features, are out of question since the input's main function is to deprive the user of sleep by giving a new prompt for each bit on `stdin`. Of course, the user can still copy-paste its way through it, or make a script which pipes the input in, but that's not very user-friendly. Currently, however, such, let's admit it, cool features, are out of question since the input's main function is to deprive the user of sleep by giving a new prompt for each bit on `stdin`. Of course, the user can still copy-paste its way through it, or make a script which pipes the input in, but that's not very user-friendly.
## TODO : ## TODO
- Change this damned input method to take bit-words as input for buses. - Change this damned input method to take bit-words as input for buses.
- Have a way to choose where the input comes from (file, user actions...) - Have a way to choose where the input comes from (file, user actions...)
...@@ -56,6 +56,6 @@ with `foo` a wire and `bar` a bus, for instance. ...@@ -56,6 +56,6 @@ with `foo` a wire and `bar` a bus, for instance.
The output is currently on `stdout`, mixed with the input prompts. The output is currently on `stdout`, mixed with the input prompts.
## TODO: ## TODO
- Output on an arbitrary format - Output on an arbitrary format
- Output on an arbitrary channel - Output on an arbitrary channel
\ No newline at end of file
Clone repository
  • Functions
  • Implementation
  • Home