summaryrefslogtreecommitdiff
path: root/hdl/result_printer.sv
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-17 08:47:26 -0800
committerJulian Blake Kongslie2022-02-17 08:47:26 -0800
commita0e20e873b896ce7298620c95c488bc031ec32d2 (patch)
tree6d40db4d7256a76ebfb1b83b81941b2d84aa9770 /hdl/result_printer.sv
parentPoint at the correct clock when setting up timing. (diff)
downloadsimple-memory-controller-a0e20e873b896ce7298620c95c488bc031ec32d2.tar.xz
Force one-hot encoding of states.
Diffstat (limited to 'hdl/result_printer.sv')
-rw-r--r--hdl/result_printer.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/result_printer.sv b/hdl/result_printer.sv
index 7bcaf31..e873d33 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 enum 17 (* syn_encoding = "one-hot" *) enum
18 { DIGIT_1 18 { DIGIT_1
19 , DIGIT_2 19 , DIGIT_2
20 , DIGIT_3 20 , DIGIT_3