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

Subversion Repositories cic_core_2

[/] [cic_core_2/] [trunk/] [README.md] - Blame information for rev 6

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 Juzujka
CIC filter
2
==============================
3
 
4
It is the CIC filter with Hogenauer pruning.
5
This project is based on https://opencores.org/projects/cic_core project.
6
 
7
Differences are listed below:
8
* calculations of pruning with large decimation ratio is improved ;
9
* project is rewritten in Verilog and simulated with Icarus;
10
 
11
# Getting sarted
12
 
13
* /rtl/verilog/cic_d.sv - CIC filter decimator
14
* /rtl/verilog/cic_functions.vh - functions for calculation parameters of CIC filter
15
* /rtl/verilog/comb.sv - comb part of CIC filter
16
* /rtl/verilog/downsampler.sv - downsampler part of CIC filter
17
* /rtl/verilog/integrator.sv - integrator of CIC filter
18
 
19
* /sim/rtl_sim/run/cic_d_run_sim.sh - script to run simulation with Icarus Verilog
20
* /sim/rtl_sim/run/cic_d_tb.gtkw - list of signals to watch with GTKWave
21
* /sim/rtl_sim/src/cic_d_tb.sv - testbench for CIC filter decimator
22
 
23
# Prerequisities
24
 
25
Icarus Verilog is used for simulation
26
GTKWave is used for watching the results of simulation
27
 
28
# Running the tests
29
 
30
To see simulation results run
31
/sim/rtl_sim/bin/cic_d_run_sim.sh
32
 
33
open output .vcd file with GTKWave
34
load list of signals to watch from cic_d_tb.gtkw
35
 
36
# Authors
37
 
38
Egor Ibragimov
39
 
40
# Licence
41
 
42
LGPL

powered by: WebSVN 2.1.0

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