diff options
| author | Julian Blake Kongslie | 2022-02-17 08:47:26 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-02-17 08:47:26 -0800 |
| commit | a0e20e873b896ce7298620c95c488bc031ec32d2 (patch) | |
| tree | 6d40db4d7256a76ebfb1b83b81941b2d84aa9770 /hdl/ram_controller.sv | |
| parent | Point at the correct clock when setting up timing. (diff) | |
| download | simple-memory-controller-a0e20e873b896ce7298620c95c488bc031ec32d2.tar.xz | |
Force one-hot encoding of states.
Diffstat (limited to '')
| -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 015eef0..0789cac 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 | enum | 36 | (* syn_encoding = "one-hot" *) enum |
| 37 | { CHIP_SELECT | 37 | { CHIP_SELECT |
| 38 | 38 | ||
| 39 | , SEND_COMMAND_1 | 39 | , SEND_COMMAND_1 |
