Skip to content

AliShahabzadeh/Logical-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Logical-Networks

Exercises from the Reti Logiche T course

📌 Table of Contents

Course Info

  • 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

File Structure

Each exercise file follows this structure:

src/
└── <Exercise>/
     ├── Calculations.pdf  
     ├── Design.dig  
     ├── Expression.txt  
     └── Simulation.v

Explanation:

Tip

  • Calculations.pdf: Provides the step-by-step calculations leading to the solution
  • Design.dig: Contains the logic circuit design for the exercise
  • Expression.txt: Contains the Boolean expression for the exercise
  • Simulation.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.

How to Use the Files

To open and run the .dig files, you will need the Digital logic simulator, which can be downloaded here:

Digital

To open and run the .v files, you will need a Verilog simulator like iVerilog, which can be found here:

Digital

Then, to compile and run the Verilog file, use the following commands in Terminal:

> iverilog -o simulation <DIR_PATH>/simulation.v
> vvp simulation

Course Notes

You can access my course notes on GoodNotes here:

My Notes

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published