diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-02-03 15:58:01 -0500 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-02-03 15:58:01 -0500 |
| commit | 6e0b5af5c789ca6fc3fa6d28300e30d9b3803e76 (patch) | |
| tree | 9e303145212a5375056a4d51ded63c1cf5ede01e /src/cont_params.v | |
| parent | ec443c6c36839dec8d0677c3c03801321dea15f3 (diff) | |
Diffstat (limited to 'src/cont_params.v')
| -rw-r--r-- | src/cont_params.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cont_params.v b/src/cont_params.v index cbdddcc..c9f85c2 100644 --- a/src/cont_params.v +++ b/src/cont_params.v @@ -32,7 +32,7 @@ localparam MSG_SZ = 8'h8; -// Message Types (16-bit address) +// Controller Message Types localparam MSG_TYPE_NULL = 8'h0; localparam MSG_TYPE_WRITE = 8'h1; localparam MSG_TYPE_READ = 8'h2; |



