Skip to content

Commit c7b1024

Browse files
authored
Merge pull request #1 from AUDIY/Chang_Copyright_Notice_to_2025
Chang copyright notice to 2025
2 parents 0da4642 + 24365aa commit c7b1024

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

01_DPRAM_CONT/DPRAM_CONT.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* License
2727
--------------------------------------------------------------------------------
28-
| Copyright AUDIY 2023. |
28+
| Copyright AUDIY 2023 - 2025. |
2929
| |
3030
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3131
| |

01_DPRAM_CONT/DPRAM_CONT_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

02_DATA_BUFFER/DATA_BUFFER.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* License
2828
--------------------------------------------------------------------------------
29-
| Copyright AUDIY 2023. |
29+
| Copyright AUDIY 2023 - 2025. |
3030
| |
3131
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3232
| |

02_DATA_BUFFER/DATA_BUFFER_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

02_DATA_BUFFER/SDPRAM_SINGLECLK.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* License under CERN-OHL-P v2
2929
--------------------------------------------------------------------------------
30-
| Copyright AUDIY 2023. |
30+
| Copyright AUDIY 2023 - 2025. |
3131
| |
3232
| This source describes Open Hardware and is licensed under the CERN-OHL-P v2. |
3333
| |
@@ -106,4 +106,4 @@ module SDPRAM_SINGLECLK #(
106106
// Assertion #1: When both of WENABLE_I and RENABLE_I returns 1'b1, RADDR_I and WADDR_I must be different.
107107
// psl assert always ((WENABLE_I & RENABLE_I == 1'b1) -> (WADDR_I != RADDR_I)) @(posedge CLK_I);
108108

109-
endmodule
109+
endmodule

03_SPROM_CONT/SPROM_CONT.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* License
2626
--------------------------------------------------------------------------------
27-
| Copyright AUDIY 2023. |
27+
| Copyright AUDIY 2023 - 2025. |
2828
| |
2929
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3030
| |

03_SPROM_CONT/SPROM_CONT_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

04_FIR_COEF/FIR_COEF.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* License
2929
--------------------------------------------------------------------------------
30-
| Copyright AUDIY 2023. |
30+
| Copyright AUDIY 2023 - 2025. |
3131
| |
3232
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3333
| |

04_FIR_COEF/FIR_COEF_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

04_FIR_COEF/SPROM.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* License under CERN-OHL-P v2
2525
--------------------------------------------------------------------------------
26-
| Copyright AUDIY 2023. |
26+
| Copyright AUDIY 2023 - 2025. |
2727
| |
2828
| This source describes Open Hardware and is licensed under the CERN-OHL-P v2. |
2929
| |
@@ -80,4 +80,4 @@ module SPROM #(
8080
end
8181
endgenerate
8282

83-
endmodule
83+
endmodule

05_MULT/MULT.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* License
2929
--------------------------------------------------------------------------------
30-
| Copyright AUDIY 2023. |
30+
| Copyright AUDIY 2023 - 2025. |
3131
| |
3232
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3333
| |

05_MULT/MULT_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

06_ADD/ADD.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* License
2828
--------------------------------------------------------------------------------
29-
| Copyright AUDIY 2023. |
29+
| Copyright AUDIY 2023 - 2025. |
3030
| |
3131
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3232
| |

06_ADD/ADD_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

07_FIR_x2/FIR_x2.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* License
3030
--------------------------------------------------------------------------------
31-
| Copyright AUDIY 2023. |
31+
| Copyright AUDIY 2023 - 2025. |
3232
| |
3333
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
3434
| |

07_FIR_x2/FIR_x2_TB.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* License
1111
--------------------------------------------------------------------------------
12-
| Copyright AUDIY 2023. |
12+
| Copyright AUDIY 2023 - 2025. |
1313
| |
1414
| This source describes Open Hardware and is licensed under the CERN-OHL-W v2. |
1515
| |

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ https://audio-diy.hatenablog.com/entry/FIR_x2_howtouse
3737
4. Oversample_x2_Tang_Primer_20K.gar for Tang Primer 20K & Gowin EDA v1.9.8.11 Education ( https://github.com/AUDIY/FIR_x2/tree/main/10_Example/04_Tang_Primer_20K )
3838

3939
## License
40-
Copyright AUDIY 2023.
40+
Copyright AUDIY 2023 - 2025.
4141

4242
This source describes Open Hardware and is licensed under the CERN-OHL-W v2
4343

0 commit comments

Comments
 (0)