add matlab files

This commit is contained in:
Imants Pulkstenis
2019-12-15 14:24:12 +02:00
parent 6519459430
commit ae6b8e4ef9
5 changed files with 854 additions and 168 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ always @(posedge clk ) begin
r_next <= ADD;
r_data_sw0 <= i_data_from_eff_sw0;
r_data_sw1 <= i_data_from_eff_sw1;
r_data_norm <= 'b0;
r_read_done <= 1;
r_read_ready <= 0;
r_data_valid <= 0;