From a0e20e873b896ce7298620c95c488bc031ec32d2 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 17 Feb 2022 08:47:26 -0800 Subject: Force one-hot encoding of states. --- hdl/result_printer.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/result_printer.sv') 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 bit hold_valid; bit [15:0] hold; - enum + (* syn_encoding = "one-hot" *) enum { DIGIT_1 , DIGIT_2 , DIGIT_3 -- cgit v1.2.3