Exercises from the Reti Logiche T course
- Course Name: Reti Logiche T
- Degree Program: Computer Engineering (Ingegneria Informatica)
- Cycle: First Cycle (Bachelor's, 3 years)
- University: Alma Mater Studiorum – University of Bologna
Each exercise file follows this structure:
src/
└── <Exercise>/
├── Calculations.pdf
├── Design.dig
├── Expression.txt
└── Simulation.v
Tip
Calculations.pdf
: Provides the step-by-step calculations leading to the solutionDesign.dig
: Contains the logic circuit design for the exerciseExpression.txt
: Contains the Boolean expression for the exerciseSimulation.v
: Contains the simulation of the desired circuit in Verilog
Warning
Not all files within the directories are complete, as my study process is still ongoing.
To open and run the .dig
files, you will need the Digital logic simulator, which can be downloaded here:
To open and run the .v
files, you will need a Verilog simulator like iVerilog, which can be found here:
Then, to compile and run the Verilog file, use the following commands in Terminal:
> iverilog -o simulation <DIR_PATH>/simulation.v
> vvp simulation
You can access my course notes on GoodNotes here:
Note
The course is taught in Italian, so the notes are also written in Italian.
Caution
The course notes are not covered under the MIT License.
This project is licensed under the MIT License - see the LICENSE file for details.