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 (
// Override
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 handshake has been seen, drop valid
next_data_out_valid = 1'b0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment