Skip to content
Snippets Groups Projects
Commit 4f887ca8 authored by Unai Sainz-Estebanez's avatar Unai Sainz-Estebanez
Browse files

Add ".vhd" to modules/dsp files

Currently, the links related to the modules/dsp files
do not point to the correct path.

This commit fixes the problem by adding the ".vhd"
extension to each file.

See #57
parent 468b5637
Branches
1 merge request!70Resolve "Bug: Broke Links in README for modules/dsp"
......@@ -256,14 +256,14 @@ Directory [modules/wishbone](modules/wishbone) contains modules for wishbone.
master driven by an address and a data registers.
In [modules/dsp](modules/dsp) there are digital signal processing-related cores:
- [gc_cordic](modules/dsp/gc_cordic) is a pipelined CORDIC core, capable of calculating
- [gc_cordic](modules/dsp/gc_cordic.vhd) is a pipelined CORDIC core, capable of calculating
sine/cosine/magnitude/argument of fixed-point complex numbers.
- [gc_iq_modulator](modules/dsp/gc_iq_modulator) is a Fs/4 IQ modulator (upconverter)
- [gc_iq_demodulator](modules/dsp/gc_iq_demodulator) is a Fs/4 IQ demodulator (downconverter)
- [gc_pipelined_fir_filter](modules/dsp/gc_pipelined_fir_filter) is a generic FIR filter IP inferring FPGA's DSP macros
- [gc_integer_divide](modules/dsp/gc_integer_divide) is a generic sequential integer/fixed-point divider IP.
- [gc_iq_modulator](modules/dsp/gc_iq_modulator.vhd) is a Fs/4 IQ modulator (upconverter)
- [gc_iq_demodulator](modules/dsp/gc_iq_demodulator.vhd) is a Fs/4 IQ demodulator (downconverter)
- [gc_pipelined_fir_filter](modules/dsp/gc_pipelined_fir_filter.vhd) is a generic FIR filter IP inferring FPGA's DSP macros
- [gc_integer_divide](modules/dsp/gc_integer_divide.vhd) is a generic sequential integer/fixed-point divider IP.
Can work with signed/unsigned numbers, also supports remainder calculation.
- [gc_soft_ramp_switch](modules/dsp/gc_soft_ramp_switch) is a "soft switch" to enable/disable a DAC output gently.
- [gc_soft_ramp_switch](modules/dsp/gc_soft_ramp_switch.vhd) is a "soft switch" to enable/disable a DAC output gently.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment