OpenCores
URL https://opencores.org/ocsvn/cascaded_fir_filter/cascaded_fir_filter/trunk

Subversion Repositories cascaded_fir_filter

[/] [cascaded_fir_filter/] [trunk/] [How_to.txt] - Rev 3

Compare with Previous | Blame | View Log

How to run simulation with Icarus and GTKWave

iverilog -o dsn FIR_cascaded_tb.v FIR_cascaded.v single_port_ram.v
vvp dsn
gtkwave test.vcd --save=convolution_calculation_in_and_out.gtkw &

create_IQ_*.py creates IQ_*_ping.py and IQ_*_signal.py files
it used by testbench. _ping contains coefficients loaded through parallel interface and _signal contains input signal
to run *.py script should be installed
python - python interpreter
matplotlib - plot modelled signals
numpy - arrays
math - thrigonometric functions

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.