Skip to content

Commit

Permalink
Merge pull request #9 from virtual-labs/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
prakriti5dhang authored Sep 27, 2024
2 parents f68317a + 9233a1a commit 9b3e7ef
Show file tree
Hide file tree
Showing 19 changed files with 4,691 additions and 177 deletions.
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

0 comments on commit 9b3e7ef

Please sign in to comment.