Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing Diagram link fixed + Circuit Elements format fixed #297

Merged
merged 1 commit into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Embedding Circuits](embedding_circuits.md)
* [Timing Diagrams](timing_diagrams.md)

* Circuit Elements
* [Circuit Elements](circuit_elements.md)
* [Output Elements](outputs.md)
* [Standard Gates](gates.md)
* [Decoders and Plexers](decodersandplexers.md)
Expand Down
8 changes: 5 additions & 3 deletions docs/timing_diagrams.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Visualization of Timing Diagrams

> This guide will teach you how to visualize the timing diagram with the help of flags in CircuitVerse
# Timing Diagrams

Contributing Authors: [@theredcap](https:github.com/theredcap)

> This guide will teach you how to visualize the timing diagram with the help of flags in CircuitVerse.

# Visualization of Timing Diagrams

Timing plays a vital role while you are designing any circuit. Timing diagrams help us visualize the state of different signals with respect to time. In a timing diagram, time is represented on the x-axis and the different components or signals of the system, that interact with each other, are represented on the y-axis.

#### Using Flags
Expand Down