Skip to content

Commit

Permalink
Upate Surelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Sep 29, 2024
1 parent 218986a commit 34e3506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/surelog
Submodule surelog updated 56 files
+19 −0 .vscode/launch.json
+4 −1 grammar/SV3_1aPpLexer.g4
+2 −2 grammar/build.xml
+3 −0 include/Surelog/CommandLine/CommandLineParser.h
+2 −1 include/Surelog/ErrorReporting/ErrorDefinition.h
+15 −15 include/Surelog/Expression/Value.h
+4 −2 include/Surelog/SourceCompile/AntlrParserErrorListener.h
+4 −0 src/CommandLine/CommandLineParser.cpp
+13 −1 src/DesignCompile/DesignElaboration.cpp
+0 −102 src/DesignCompile/UhdmWriter.cpp
+3 −1 src/ErrorReporting/ErrorDefinition.cpp
+4 −4 src/Expression/Value.cpp
+5 −2 src/SourceCompile/AntlrParserErrorListener.cpp
+2 −2 src/SourceCompile/ParseFile.cpp
+97 −93 tests/3SigsSensList/3SigsSensList.log
+704 −0 tests/BitsInGenBlock/BitsInGenBlock.log
+1 −0 tests/BitsInGenBlock/BitsInGenBlock.sl
+31 −0 tests/BitsInGenBlock/dut.sv
+22 −203 tests/BlackParrotMuteErrors/BlackParrotMuteErrors.log
+4,069 −0 tests/BlockingAssignRewrite/BlockingAssignRewrite.log
+1 −0 tests/BlockingAssignRewrite/BlockingAssignRewrite.sl
+79 −0 tests/BlockingAssignRewrite/dut.sv
+16 −16 tests/DashYTest/DashYTest.log
+1 −1 tests/DiffSimpleIncludeAndMacros/DiffSimpleIncludeAndMacros.log
+1,225 −0 tests/LargeHexString/LargeHexString.log
+1 −0 tests/LargeHexString/LargeHexString.sl
+13 −0 tests/LargeHexString/dut.sv
+7 −7 tests/LibraryIntercon/LibraryIntercon.log
+16 −16 tests/NonSynthUnusedMod/NonSynthUnusedMod.log
+3 −3 tests/OldLibrary/OldLibrary.log
+1 −1 tests/ParamFile/ParamFileMacro.log
+9 −15 tests/PreProcMacro/PreProcMacro.log
+31 −31 tests/PreprocLine/PreprocLine.log
+3 −12 tests/SimpleIncludeAndMacros/SimpleIncludeAndMacros.log
+3 −12 tests/SimpleIncludeAndMacros/UnitSimpleIncludeAndMacros.log
+1 −1 tests/TestMacros/TestMacros.log
+3 −3 tests/TestSepCompNoHash/TestSepCompNoHash.log
+3 −3 tests/UhdmCoverage/UhdmCoverage.log
+114 −1 tests/UnboundForLoop/UnboundForLoop.log
+3 −3 tests/UnitLibrary/UnitLibrary.log
+1 −1 third_party/UHDM
+22 −34 third_party/tests/CoresSweRVMP/CoresSweRVMP.log
+5 −5 third_party/tests/Earlgrey_Verilator_01_05_21/sim-icarus/Earlgrey_Verilator_01_05_21.log
+63 −63 third_party/tests/Google/Google.log
+9 −9 third_party/tests/Icarus/Icarus.log
+2 −2 third_party/tests/IncompTitan/IncompTitan.log
+135 −135 third_party/tests/NyuziProcessor/NyuziProcessor.log
+3 −3 third_party/tests/UtdSV/UtdSV.log
+135 −147 third_party/tests/Verilator/Verilator.log
+16 −22 third_party/tests/Yosys/Yosys.log
+100 −100 third_party/tests/YosysTestSuite/YosysTestSuite.log
+220 −220 third_party/tests/YosysTests/YosysTests.log
+39 −39 third_party/tests/Zachjs/Zachjs.log
+234 −234 third_party/tests/oh/BasicOh.log
+41 −39 third_party/tests/xgate/Xgate.log
+0 −49 third_party/tests/xgate/gnl_4_8_7_2.0_gnl_8000_08_7_80_80.v

0 comments on commit 34e3506

Please sign in to comment.