File tree 2 files changed +4
-4
lines changed
day_2/lab_07_note_recognition
day_3/lab_09_music_recognition
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,13 +156,13 @@ module top
156
156
// ------------------------------------------------------------------------
157
157
158
158
function [19 : 0 ] high_distance (input [18 : 0 ] freq_100);
159
- high_distance = clk_mhz * 1000 * 1000 / freq_100 * 102 ;
159
+ high_distance = clk_mhz * 1000 * 1000 / freq_100 * 104 ;
160
160
endfunction
161
161
162
162
// ------------------------------------------------------------------------
163
163
164
164
function [19 : 0 ] low_distance (input [18 : 0 ] freq_100);
165
- low_distance = clk_mhz * 1000 * 1000 / freq_100 * 98 ;
165
+ low_distance = clk_mhz * 1000 * 1000 / freq_100 * 96 ;
166
166
endfunction
167
167
168
168
// ------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -128,13 +128,13 @@ module top
128
128
// ------------------------------------------------------------------------
129
129
130
130
function [19 : 0 ] high_distance (input [18 : 0 ] freq_100);
131
- high_distance = clk_mhz * 1000 * 1000 / freq_100 * 102 ;
131
+ high_distance = clk_mhz * 1000 * 1000 / freq_100 * 104 ;
132
132
endfunction
133
133
134
134
// ------------------------------------------------------------------------
135
135
136
136
function [19 : 0 ] low_distance (input [18 : 0 ] freq_100);
137
- low_distance = clk_mhz * 1000 * 1000 / freq_100 * 98 ;
137
+ low_distance = clk_mhz * 1000 * 1000 / freq_100 * 96 ;
138
138
endfunction
139
139
140
140
// ------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments