diff options
Diffstat (limited to 'hdl/command_parser.sv')
| -rw-r--r-- | hdl/command_parser.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/command_parser.sv b/hdl/command_parser.sv index 39e03db..92abced 100644 --- a/hdl/command_parser.sv +++ b/hdl/command_parser.sv | |||
| @@ -12,7 +12,7 @@ module command_parser | |||
| 12 | 12 | ||
| 13 | , input bit command_ready | 13 | , input bit command_ready |
| 14 | , output bit command_valid | 14 | , output bit command_valid |
| 15 | , output bit [23:0] command_address | 15 | , output bit [22:0] command_address |
| 16 | , output bit command_write | 16 | , output bit command_write |
| 17 | , output bit [15:0] command_data | 17 | , output bit [15:0] command_data |
| 18 | ); | 18 | ); |
