Skip to content

Commit

Permalink
Synthesis with new noise module works fine
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Apr 30, 2017
1 parent 920a565 commit c349bcd
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 45 deletions.
4 changes: 2 additions & 2 deletions hdl/jt51_reg.v
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ module jt51_reg(
output use_prev1,

output [1:0] cur_op,
output op31_no,
output op31_acc
output reg op31_no,
output reg op31_acc
);

reg kon, koff;
Expand Down
Loading

0 comments on commit c349bcd

Please sign in to comment.