Skip to content

Commit d238e8c

Browse files
authored
Merge pull request #6 from AUDIY/Release_v1
Release v1
2 parents d59cb9f + 29ccf76 commit d238e8c

File tree

17 files changed

+33
-32
lines changed

17 files changed

+33
-32
lines changed

01_DPRAM_CONT/DPRAM_CONT.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Simple Dual Port RAM Controller to operate as Ring-Buffer.
55
*
6-
* Version: 0.23
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

01_DPRAM_CONT/DPRAM_CONT_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for DPRAM_CONT.v
55
*
6-
* Version: 0.23
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

02_DATA_BUFFER/DATA_BUFFER.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Input DATA Buffer with RAM
55
*
6-
* Version: 0.13
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

02_DATA_BUFFER/DATA_BUFFER_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test bench for DATA_BUFFER.v
55
*
6-
* Version: 0.12
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

02_DATA_BUFFER/SDPRAM_SINGLECLK.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Simple Dual-Port RAM (Single Clock)
55
*
6-
* Version: 0.11
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/21
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

03_SPROM_CONT/SPROM_CONT.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Single Port ROM Controller to Output Filter Coefficients.
55
*
6-
* Version: 0.18
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

03_SPROM_CONT/SPROM_CONT_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for SPROM_CONT.v
55
*
6-
* Version: 0.18
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

04_FIR_COEF/FIR_COEF.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* FIR Coefficients ROM.
55
*
6-
* Version: 0.16
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

04_FIR_COEF/FIR_COEF_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for FIR_COEF.v
55
*
6-
* Version: 0.15
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

04_FIR_COEF/SPROM.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Single-Port ROM
55
*
6-
* Version: 0.10
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/10
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

05_MULT/MULT.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* PCM DATA & Digital Filter Multiplier w/ input & output register.
55
*
6-
* Version: 0.15
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

05_MULT/MULT_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for MULT.v
55
*
6-
* Version: 0.15
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

06_ADD/ADD.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Multiplied Data Integrator w/ input & output register.
55
*
6-
* Version: 0.16
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

06_ADD/ADD_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for ADD.v
55
*
6-
* Version: 0.16
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

07_FIR_x2/FIR_x2.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Oversampling FIR Filter Module (Oversampling Ratio: x2)
55
*
6-
* Version: 0.16
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* Port
1111
* Input

07_FIR_x2/FIR_x2_TB.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Test Bench for FIR_x2.v
55
*
6-
* Version: 0.16
6+
* Version: 1.00
77
* Author : AUDIY
8-
* Date : 2023/12/23
8+
* Date : 2025/01/20
99
*
1010
* License
1111
--------------------------------------------------------------------------------

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ https://audio-diy.hatenablog.com/entry/FIR_x2_howtouse
2424
2. FIR filter length must be equals to (MCLK_I frequency)/(Sampling frequency)
2525
3. Test benches are used on Questa - Intel FPGA Starter Edition. So there are no stop command in them.
2626
4. This project includes asynchronous design now. The author will try to make this completely synchronous design.
27+
5. When you use in vivado, memory file(.hex) should be changed to data file(.data).
2728

2829
## Verified Devices
2930
1. Efinix T20F256I4 on Trion T20 BGA256 Development Kit( https://www.efinixinc.com/products-devkits-triont20.html )

0 commit comments

Comments
 (0)