Skip to content

Commit

Permalink
Instr. memory testbench modified for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmetodiev committed May 7, 2023
1 parent 53a5ee0 commit b78d3ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,762 deletions.
2 changes: 1 addition & 1 deletion RISC16bit/Instruction_Memory_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Instruction_Memory_tb;
$monitor("instruction: %b", instruction_from_file);
program_counter = 0;

for ( i = 0; i < 15*2; i = i + 1 ) begin
for ( i = 0; i < 15*2; i = i + 2 ) begin
#1
program_counter = i;
end
Expand Down
Loading

0 comments on commit b78d3ac

Please sign in to comment.