Skip to content

Commit

Permalink
Update lab7_6.v
Browse files Browse the repository at this point in the history
nonblocking
  • Loading branch information
RomeoMe5 authored Mar 26, 2021
1 parent 4dfce04 commit 9e5939b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab_07/src/6_lab7_hdl_Stack1/lab7_6.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module lab7_6
stack [i] <= stack [i + 1];

stack [STACK_SIZE - 1] <= 0;
read_data = stack [0];
read_data <= stack [0];
end
end

endmodule
endmodule

0 comments on commit 9e5939b

Please sign in to comment.