From 1be0a501854d66b7b5937558a407d817d659b108 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 15 Oct 2024 03:20:54 -0700 Subject: [PATCH] Fix comma that pyosys hates --- kernel/rtlil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rtlil.h b/kernel/rtlil.h index ea11b2e8b..3b15bbb9b 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -53,7 +53,7 @@ namespace RTLIL CONST_FLAG_NONE = 0, CONST_FLAG_STRING = 1, CONST_FLAG_SIGNED = 2, // only used for parameters - CONST_FLAG_REAL = 4, // only used for parameters + CONST_FLAG_REAL = 4 // only used for parameters }; // // Union discriminator. Values are exclusive