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

Testing #9

Merged
merged 4 commits into from
Sep 27, 2024
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
18 changes: 17 additions & 1 deletion experiment/procedure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Procedure
# Components :

To build any register or counters, we need :
1. Flip-Flops.
2. Logic Gates.
3. Wires to connect.
In case of counters the number of flip-flops depends on the number of different states in the counter.

# Circuit 4 bit shift register(SISO):
<center>
<img src="./simulation/images/SISO.png">
</center>

# Circuit of D Flip Flop:
<center>
<img src="./simulation/images/D flip_flop.png">
</center>

- Follow the below manual and perform the experiment
- Manual --> [Click Here](./simulation/coavlNew.pdf)
Expand Down
Binary file modified experiment/simulation/coavlNew.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions experiment/simulation/css/adik.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
This Scrtpt file is developed by
Aditya Kameswara Rao Nandula
Senior Project Scientist,
Virtual Labs IIT Kharagpur.
LinkedIn: https://in.linkedin.com/in/akraonandula/
*/
hr{
height: 3px;
border-width: 0px;
color: blue;
background-color: blue;
}

embed{
width: 100%;
min-height: 500px;

}
Loading
Loading