Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipstanleymarbell committed May 17, 2020
1 parent 8ec88da commit d96216c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verilog/instruction_mem.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module instruction_memory(addr, out);
*
* (Bad practice: The constant should be a `define).
*/

reg [31:0] instruction_memory[0:2**12-1];

/*
Expand Down

0 comments on commit d96216c

Please sign in to comment.