UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS
University of West Attica · Department of Computer Engineering and Informatics
Digital Circuit Design
Vasileios Evangelos Athanasiou
Student ID: 19390005
Supervision
Supervisor: Ioannis Vogiatzis, Professor
Supervisor: Panagiotis Karkazis, Associate Professor
Co-supervisor: Athanasios Milidonis, Postdoctoral Researcher
Athens, May 2023
This repository contains VHDL implementations of fundamental digital logic circuits along with testbenches for functional verification using ModelSim Altera Starter Edition.
The project is intended for digital circuit design education and laboratory exercises.
Supported platforms:
- Windows (recommended – best ModelSim support)
- Linux
- macOS (may require legacy or alternative simulators)
This project was developed and verified using:
- ModelSim Altera Starter Edition
- Provided by Intel FPGA (formerly Altera)
Capabilities used:
- VHDL-2008 compatible simulation
- Waveform visualization
- Testbench execution
Note: Newer systems may use ModelSim Intel FPGA Edition or Questa Intel FPGA Starter as replacements.
For editing and reviewing VHDL files:
- Visual Studio Code + VHDL extension
- Notepad++
- Vim / Emacs
- ModelSim built-in editor
To understand and modify the project, basic knowledge of:
- Digital logic design
- VHDL syntax and semantics
- Dataflow architecture
- Testbench-driven verification
- Combinational circuits (adders, multiplexers, decoders)
is recommended.
Using Git:
git clone https://github.com/Digital-Circuit-Design/Register-Files.git- Open the repository URL in your browser
- Click Code → Download ZIP
- Extract the ZIP file to a local directory
- Download ModelSim Altera Starter Edition (or Intel FPGA equivalent)
- Complete installation following vendor instructions
- Verify installation by launching ModelSim successfully
- Open ModelSim
- Select File → New → Project
- Set:
- Project Name (e.g.
VHDL_Lab) - Project Location (your cloned repository path)
- Project Name (e.g.
- Choose Create Project
- In the Add Items to Project window:
- Select Add Existing File
- Navigate to the
src/directory - Add:
- All
*.vhdfiles (designs and testbenches)
- All
- Finish project creation
- In the Project tab:
- Select Compile → Compile All
- Ensure:
- No syntax errors
- Successful compilation messages in the transcript
- In the simulation window:
- Add signals to the waveform
- Run simulation:
run -all- Verify:
- Correct logical behavior
- Expected outputs for each test case
- Navigate to the
docs/directory - Open the report corresponding to your preferred language:
- English:
Register-Files.pdf - Greek:
Αρχεία-Καταχώρησης.pdf
- English:

