From e2d92c92aa2bcc921f81875c9cee434ed390f29b Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Fri, 18 Feb 2022 16:21:32 -0800 Subject: Explicitly unsigned states (in the vain hope of improving extraction) --- 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 e873d33..93a3a39 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; - (* syn_encoding = "one-hot" *) enum + (* syn_encoding = "one-hot" *) enum int unsigned { DIGIT_1 , DIGIT_2 , DIGIT_3 -- cgit v1.2.3