Skip to content

Commit

Permalink
Update REAMDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentFoulon80 committed Mar 24, 2023
1 parent 28052a9 commit 0926a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "virt-ic"
readme = "README.md"
repository = "https://github.com/VincentFoulon80/virt-ic"
version = "0.5.0"
version = "0.5.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

This library is a Integrated Circuit Emulator backend that can simulate interactions between multiple chips.

Note that for now there is only Digital circuit emulation, Analog signals will be implemented later.
Note that for now there is mostly Digital circuit emulation, Analog signals are kinda present but still need work.

You start by creating a Board, and then you add Traces or Sockets, and then you plug Chips and link Pins together to form a virtual circuit.
You start by creating a Board, register Chips and Traces, and link Chip pins together to form a virtual circuit.
You can then run the circuit to emulate the chips and links between them.

This library is a Backend emulator, it means that there is no GUI (yet) to create boards.
This library is a Backend emulator, it means that there is no GUI to create boards.

# Note on 0.5.0 update

Expand All @@ -28,6 +28,7 @@ The entire library has been rewritten from scratch in order to ease the use of t
- Button
- Clock
- Memory (RAM, ROM)
- Segment display
- CPU (a 6502, missing interrupts and decimal mode)

# Contributing
Expand Down

0 comments on commit 0926a7b

Please sign in to comment.