Commit 6a297fff authored by Andrey Filippov's avatar Andrey Filippov

working on the logger

parent 707d6aec
This diff is collapsed.
...@@ -154,7 +154,7 @@ module rtc393 #( ...@@ -154,7 +154,7 @@ module rtc393 #(
end end
cmd_deser #( cmd_deser #(
.ADDR (RTC_ADDR), .ADDR (RTC_ADDR),
.ADDR_MASK (RTC_MASK), .ADDR_MASK (RTC_MASK),
.NUM_CYCLES (6), .NUM_CYCLES (6),
...@@ -170,7 +170,7 @@ module rtc393 #( ...@@ -170,7 +170,7 @@ module rtc393 #(
.we (cmd_we) // output .we (cmd_we) // output
); );
status_generate #( status_generate #(
.STATUS_REG_ADDR (RTC_STATUS_REG_ADDR), .STATUS_REG_ADDR (RTC_STATUS_REG_ADDR),
.PAYLOAD_BITS (1), .PAYLOAD_BITS (1),
.REGISTER_STATUS (0), .REGISTER_STATUS (0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment