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/result_printer.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/result_printer.sv')
| -rw-r--r-- | hdl/result_printer.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/result_printer.sv b/hdl/result_printer.sv index e873d33..93a3a39 100644 --- a/hdl/result_printer.sv +++ b/hdl/result_printer.sv | |||
| @@ -14,7 +14,7 @@ module result_printer | |||
| 14 | bit hold_valid; | 14 | bit hold_valid; |
| 15 | bit [15:0] hold; | 15 | bit [15:0] hold; |
| 16 | 16 | ||
| 17 | (* syn_encoding = "one-hot" *) enum | 17 | (* syn_encoding = "one-hot" *) enum int unsigned |
| 18 | { DIGIT_1 | 18 | { DIGIT_1 |
| 19 | , DIGIT_2 | 19 | , DIGIT_2 |
| 20 | , DIGIT_3 | 20 | , DIGIT_3 |
