Skip to content

Commit

Permalink
Surelog 1.77 update
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Oct 31, 2023
1 parent 9d4cf25 commit d3f38e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
# can also be installed on the system. This cmake is largely copied from the
# Surelog cmake

project(SYNLIG VERSION 1.76)
project(SYNLIG VERSION 1.77)

# Detect build type, fallback to release and throw a warning if use didn't
# specify any
Expand Down
2 changes: 1 addition & 1 deletion third_party/surelog
Submodule surelog updated 37 files
+1 −1 .github/workflows/non_vendored.yml
+1 −1 .gitmodules
+1 −1 CMakeLists.txt
+1 −0 include/Surelog/ErrorReporting/ErrorDefinition.h
+29 −0 src/DesignCompile/CompileType.cpp
+49 −0 src/DesignCompile/Elaboration_test.cpp
+2 −0 src/ErrorReporting/ErrorDefinition.cpp
+44 −11 tests/CastTypespec/CastTypespec.log
+192 −17 tests/DollarRoot/DollarRoot.log
+1,295 −0 tests/HierPathUnpacked/HierPathUnpacked.log
+1 −0 tests/HierPathUnpacked/HierPathUnpacked.sl
+36 −0 tests/HierPathUnpacked/dut.sv
+1,299 −0 tests/HierPathUnpackedInPacked/HierPathUnpackedInPacked.log
+1 −0 tests/HierPathUnpackedInPacked/HierPathUnpackedInPacked.sl
+36 −0 tests/HierPathUnpackedInPacked/dut.sv
+4 −4 tests/SimpleClass1/SimpleClass1.log
+4 −4 tests/SimpleInterface/SimpleInterface.log
+62 −14 tests/VirtualClass/VirtualClass.log
+1 −1 third_party/UHDM
+6 −6 third_party/tests/AVLMM/AVLMM.log
+4 −4 third_party/tests/AmiqEth/AmiqEth.log
+4 −4 third_party/tests/AmiqSimpleTestSuite/AmiqSimpleTestSuite.log
+4 −4 third_party/tests/BuildUVMPkg/BuildUVMPkg.log
+8 −8 third_party/tests/CoresSweRV/CoresSweRV.log
+16 −16 third_party/tests/CoresSweRVMP/CoresSweRVMP.log
+4 −4 third_party/tests/Driver/Driver.log
+4 −4 third_party/tests/Ibex/Ibex.log
+4 −4 third_party/tests/IbexGoogle/IbexGoogle.log
+4 −4 third_party/tests/MiniAmiq/MiniAmiq.log
+4 −4 third_party/tests/Monitor/Monitor.log
+8 −8 third_party/tests/Opentitan/Opentitan.log
+4 −4 third_party/tests/Scoreboard/Scoreboard.log
+4 −4 third_party/tests/SeqDriver/SeqDriver.log
+4 −4 third_party/tests/SimpleUVM/SimpleUVM.log
+4 −4 third_party/tests/UVMNestedSeq/UVMNestedSeq.log
+4 −4 third_party/tests/UVMSwitch/UVMSwitch.log
+4 −4 third_party/tests/UnitAmiqEth/UnitAmiqEth.log

0 comments on commit d3f38e2

Please sign in to comment.