npatsiatzis / moving_average

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow example workflow example workflow example workflow example workflow example workflow codecov

moving-average filter RTL implementation

Repo Structure

This is a short tabular description of the contents of each folder in the repo.

Folder Description
rtl/SystemVerilog SV RTL implementation files
rtl/VHDL VHDL RTL implementation files
cocotb_sim Functional Verification with CoCoTB (Python-based)
pyuvm_sim Functional Verification with pyUVM (Python impl. of UVM standard)
verilator_sim Functional Verification with Verilator (C++ based)
formal Formal Verification using PSL properties and YoysHQ/sby

This is the tree view of the strcture of the repo.

.
├── rtl 
│   ├── SystemVerilog 
│   │   └── SV files
│   └── VHDL 
│       └── VHD files
├── cocotb_sim
│   ├── Makefile
│   └── python files
├── pyuvm_sim
│   ├── Makefile
│   └── python files
├── verilator_sim
│   ├── Makefile
│   └── verilator tb
└── formal
    ├── Makefile
    └── PSL properties file, scripts

About

License:MIT License


Languages

Language:Python 31.1%Language:Tcl 28.3%Language:C++ 21.4%Language:Makefile 8.9%Language:VHDL 5.5%Language:SystemVerilog 4.9%