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/ram_controller.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/ram_controller.sv') diff --git a/hdl/ram_controller.sv b/hdl/ram_controller.sv index 0789cac..5950035 100644 --- a/hdl/ram_controller.sv +++ b/hdl/ram_controller.sv @@ -33,7 +33,7 @@ module ram_controller bit slow; - (* syn_encoding = "one-hot" *) enum + (* syn_encoding = "one-hot" *) enum int unsigned { CHIP_SELECT , SEND_COMMAND_1 -- cgit v1.2.3