Skip to content

Commit

Permalink
Adds 'endmodule' to sync_sr_latch
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamarora8 committed Mar 8, 2017
1 parent af0094f commit cabff13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sync_SR_latch.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ begin
else if (r)
q <= 1'b0;
end

endmodule

0 comments on commit cabff13

Please sign in to comment.