From d97fa057d6d0eaf39c826e02dc42dbeb33a1159f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 31 Jul 2019 06:28:40 +0200 Subject: synth: regenerate ghdlsynth_gates.h --- src/synth/ghdlsynth_gates.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index 6a70550e4..a8dfe2a7f 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -1,5 +1,4 @@ -/* DO NOT MODIFY - This file is automatically generated by Makefile. */ +/* This file is automatically generated by build_header.sh - DO NOT MODIFY */ enum Module_Id { Id_None = 0, Id_Free = 1, @@ -57,14 +56,16 @@ enum Module_Id { Id_Assert = 56, Id_Assume = 57, Id_Const_UB32 = 64, + Id_Const_UL32 = 70, Id_Const_SB32 = 65, Id_Const_UB64 = 66, Id_Const_SB64 = 67, Id_Const_UB128 = 68, Id_Const_SB128 = 69, - Id_Const_UL32 = 70, Id_Const_SL32 = 71, Id_Const_Z = 72, Id_Const_0 = 73, + Id_Const_Bit = 74, + Id_Const_Log = 75, Id_Concatn = 80, }; -- cgit v1.2.3