Commit ebdb638e authored by Andrey Filippov's avatar Andrey Filippov

added multi-index registers/functions

parent 93daca63
This diff is collapsed.
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
// 0x1f - control register: // 0x1f - control register:
// [14] - reset all FIFO (takes 32 clock pulses), also - stops seq until run command // [14] - reset all FIFO (takes 32 clock pulses), also - stops seq until run command
// [13:12] - 3 - run seq, 2 - stop seq , 1,0 - no change to run state // [13:12] - 3 - run seq, 2 - stop seq , 1,0 - no change to run state
// New - [1:0] - 0: NOP, 1: clear IRQ, 2 - Clear IE, 3: set IE // New - [1:0] - 0: NOP, 1: clear IRQ, 2 - Clear IE, 3: set IE
module cmd_frame_sequencer#( module cmd_frame_sequencer#(
......
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