diff options
| author | Julian Blake Kongslie | 2022-07-10 14:23:22 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-07-10 14:23:22 -0700 |
| commit | 641151b7123c4e5dbbb95392f65c0f3960fc0fef (patch) | |
| tree | d918278edf3b4218097d125d013e4be35b92be5c /hdl/command_parser.sv | |
| parent | Update PLAN. (diff) | |
| download | multipdp8-641151b7123c4e5dbbb95392f65c0f3960fc0fef.tar.xz | |
Rename memory message types for more clarity.
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 a4a5190..5be5957 100644 --- a/hdl/command_parser.sv +++ b/hdl/command_parser.sv | |||
| @@ -15,7 +15,7 @@ module command_parser | |||
| 15 | 15 | ||
| 16 | , input bit command_ready | 16 | , input bit command_ready |
| 17 | , output bit command_valid | 17 | , output bit command_valid |
| 18 | , output ram_command_t command_data | 18 | , output arb_to_ram_t command_data |
| 19 | 19 | ||
| 20 | , input bit loop_ready | 20 | , input bit loop_ready |
| 21 | , output bit loop_valid | 21 | , output bit loop_valid |
