Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
cag-uconn committed Nov 8, 2023
1 parent 4a81952 commit 722e1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pa3/src/sim_stages.c
Expand Up @@ -85,7 +85,7 @@ struct State memory_stage(struct State ex_out) {
*/
unsigned int writeback(struct State mem_out) {

/** TODO: Insert your logic for the execute stage **/
/** TODO: Insert your logic for the writeback stage **/

return mem_out.inst;
}
Expand Down

0 comments on commit 722e1ae

Please sign in to comment.