REPOSITORY OVERVIEWLive repository statistics
★ 28Stars
⑂ 2Forks
◯ 0Open issues
◉ 28Watchers
69/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
24 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Embedded Logic and Design
This repository contains all labs done in "Verilog" as a part of the Embedded Logic and Design course.
Instructor : Dr. Sumit Darak
Lab 1
- Design and implement a half-adder (using data flow approach) on the Zedboard.
- Using the half-adders designed in step 1, implement a full-adder.
- Implement a 4-bit adder/subtractor (adds/subtracts two 4-bit inputs) using the full-adders designed in step
Lab 2
- Generate the Boolean expression for the following problem statements.
- Implement them by data flow and behavioral model.
- Compare the RTL schematic and resource utilization for both modelling
schemes.
- Verify the design on Zedboard.
Lab 3
Design and implement a counter on Zedboard. The counter should continuously count from 0 to 31. The output of the counter can be displayed on the LEDs of Zedboard at a rate of 1, 2, 4 or 8 seconds. The speed is to be decided by the user (use switches for this task). The counter should be able to clear itself whenever the clear button is pressed.
Lab 4
Design a counter that counts from 00000000 to 11111111. Convert this 8-bit binary number to a BCD number. Display the count from 0 to 255 on the seven segment display. Note that the frequency divider will generate a clock of 1Hz.
(Hint: Use time multiplexing to display different digits at different decimal position.)
Lab 5
- Design and implement a BCD adder which adds two numbers A and B ranging from 0 to 9. Display A on the rightmost digit of the 7 segment display and B on the leftmost digit. Output of the BCD adder should be displayed on the middle two digits of 7-segment display.
- Design an 8-bit SIPO shift register. Shift the binary data into the shift register using 2 push buttons. One push button passes 0 and another passes 1. Display the content of shift register on the seven segment display in the BCD format.
Lab 6
- Design and code an FSM to detect an overlapping sequence of '11011' as
a) Moore machine.
b) Mealy machine.
- Design and code an FSM to detect a non-overlapping sequence of '10101' as
a) Moore machine.
b) Mealy machine.
Lab 8
Write a Verilog code which connects a keypad and external 7 segment display to the Basys 3 board via PMOD ports. Instead of using switches in Ques. 1, use the key press on the keypad to enter the value of 𝑥[𝑛] that ranges from 0 to 9. Display the output 𝑦[𝑛] to an external 7-segement display.
Lab 9.1
This lab guides you through the process of extending the processing system you created in the previous lab by adding two GPIO (General Purpose Input/Output) IPs.
Lab 9.2
This lab guides you through the process of using Vivado to create a simple ARM Cortex-A9 based processor design targeting the ZedBoard or Zybo board. Where the instructions refer to both boards, choose the board you are using. You will use Vivado to create the hardware system and SDK (Software Development Kit) to create an example application to verify the hardware functionality.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains all my practice codes of TM4C123GXL coded in CCS7. The Texas Instruments Tiva C LaunchPad board TM4C123G is used for the code. The TM4C123GXL Launchpad has the TM4C123GH6PM microcontroller which is based on the ARM Cortex-M4F microcontroller architecture and clocked at 80 MHz (with 100 DMIPS)
71/100 healthActive repositoryHas homepage
CMIT#arm#c#ccs7#cortex-m4f
⑂ 28 forks◯ 2 issuesUpdated Jun 1, 2026
Project homepage ↗This repository contains codes to generate coordinated motion and forces to control a robotic dual arm system (here two iiwa robots)
53/100 healthActive repository
C++No license
⑂ 5 forks◯ 1 issuesUpdated Jun 9, 2026