Skip to content

Commit

Permalink
Add note about synchronous reset
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Oct 18, 2019
1 parent 10430ef commit dd43e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdram/fsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
CMD_WRIT = "8'b10100xx1"


# TODO: Add synchronous reset negedge
class SDRAM(FSM):
inputs = {
"refresh_cnt": Bits[10],
Expand Down

0 comments on commit dd43e5f

Please sign in to comment.