diff options
| author | Julian Blake Kongslie | 2022-02-18 16:21:32 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-02-18 16:21:32 -0800 |
| commit | e2d92c92aa2bcc921f81875c9cee434ed390f29b (patch) | |
| tree | bb2869315b661302d7523f72944b885c927a24b6 /hdl/ram_controller.sv | |
| parent | Force one-hot encoding of states. (diff) | |
| download | simple-memory-controller-e2d92c92aa2bcc921f81875c9cee434ed390f29b.tar.xz | |
Explicitly unsigned states (in the vain hope of improving extraction)
Diffstat (limited to 'hdl/ram_controller.sv')
| -rw-r--r-- | hdl/ram_controller.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/ram_controller.sv b/hdl/ram_controller.sv index 0789cac..5950035 100644 --- a/hdl/ram_controller.sv +++ b/hdl/ram_controller.sv | |||
| @@ -33,7 +33,7 @@ module ram_controller | |||
| 33 | 33 | ||
| 34 | bit slow; | 34 | bit slow; |
| 35 | 35 | ||
| 36 | (* syn_encoding = "one-hot" *) enum | 36 | (* syn_encoding = "one-hot" *) enum int unsigned |
| 37 | { CHIP_SELECT | 37 | { CHIP_SELECT |
| 38 | 38 | ||
| 39 | , SEND_COMMAND_1 | 39 | , SEND_COMMAND_1 |
