Skip to content

Osestic/74LS93_Counter_Integrated_Circuit

Repository files navigation

74LS93 Counter Integrated Circuit

Screenshot 2024-07-05 141345

Screenshot 2024-07-05 141559

Description

Counters such as 74ls93 are sequential circuits which can be designed with JK flip-flops and simulated using the Quartus application. These sequential circuits go through a defined sequence of states upon the application of input impulses. ​

Built With

Installation

Clone this repository and run the main project file, Counter_lab6_74ls93.qpf, with the Quartus Prime software.

Usage

After running the project file, click on RTL viewer as shown in the image below to see the design.

image

Simulations

Run simulations on the design based on inputs by following these steps.

  1. Run the project file: Counter_lab6_74ls93.qpf
  2. Go to File >> New
  3. Choose the University program under Verification/debugging files image
  4. Go to Edit >> Insert >> Insert Node or bus >> Node Finder >> List
  5. Make sure to press okay when it appears after completing the steps
  6. Choose the input states from the selection menu
  7. Run the type of simulation you want from the options under Simulation

You can see some of the simulations I performed in simulation\qsim. They end with the extensions ".vwf". The simulations should look something like the image below. image

License

This project is licensed under the “Commons Clause” License Condition v1.0. See LICENSE for more information.

How to Contribute

Contributor Covenant

Recommendations

  • Incorporate the Counter 74LS93 in other digital logic and electronic designs and see how well it performs
  • Allow other persons to use and test the design
  • Act on the feedback accordingly