Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemongrb/digitaldesignwithverilog

Simple circuits designed with verilog
https://github.com/lemongrb/digitaldesignwithverilog

asic behavioural dataflow design digitalsystems fpga structural verilog verilog-code verilog-project verilogprojects

Last synced: about 3 hours ago
JSON representation

Simple circuits designed with verilog

Awesome Lists containing this project

README

        

### DIGITAL DESIGN WITH VERILOG :
#### 1)-A brief overview about verilog :
Verilog is a hardware description language used to model digital circuits.
Verilog supports three modelling styles that allow you to design different circuits with different philosophie(behavrioural, structural and dataflow).
Verilog has similar C-syntax and Verilog is a concurrent language, different than a “procedural” language like C or Java(statements are executed in parallel).

#### 2)-Tools and Simulators :
ModelSim and Quartus prime are used to test and verify and simulate HDL codes(they support systemVerilog, VHDL, systemC ...).