Skip to content

RDSik/axis-fir-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verilator Simulation License



Usage

Dependencies

python, chocolatey, winget

Installation

Download python and git:

Clone repository:

git clone https://github.com/RDSik/axis-fir-filter.git
cd axis-fir-filter

Download packages:

pip install six
pip install hdlmake

Download make (add to PATH system variable the Make bin folder: C:\Program Files (x86)\GnuWin32\bin):

winget install GnuWin32.make

Create coe file

Using Xilinx .coe file

cd src
py xilinx_coe_parser.py .\fir.coe

Using python script

cd src
py fir_coe_gen.py

Simulation

Using Questa:

cd src/tb
vsim
do wave.do

Using Verilator:

cd src/tb  
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published