Skip to content
Snippets Groups Projects
Commit 008dec42 authored by dam1n19's avatar dam1n19
Browse files

cleaned state 0

parent 4f579eac
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ module hash_process ( ...@@ -234,7 +234,7 @@ module hash_process (
// Override // Override
case (state) case (state)
3'd0: begin // Initialise Hash Registers -- this state may be able to be removed (reset values could be changed to these values) 3'd0: begin // Initialise Hash Registers
if (!(data_out_valid && !data_out_ready)) begin if (!(data_out_valid && !data_out_ready)) begin
// If data out handshake has been seen, drop valid // If data out handshake has been seen, drop valid
next_data_out_valid = 1'b0; next_data_out_valid = 1'b0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment