Skip to content

Commit

Permalink
Package import fix for synlig (#2604)
Browse files Browse the repository at this point in the history
Preemptively run regressions
  • Loading branch information
kamilrakoczy authored Oct 3, 2024
2 parents 8f2fa06 + f49618f commit fafc19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/surelog
Submodule surelog updated 32 files
+19 −0 .vscode/launch.json
+1 −0 include/Surelog/DesignCompile/UhdmWriter.h
+118 −25 src/DesignCompile/UhdmWriter.cpp
+2 −2 tests/AssignSubs/AssignSubs.log
+0 −2 tests/BlockingAssignRewrite/BlockingAssignRewrite.log
+1 −1 tests/EarlgreyPackParam/EarlgreyPackParam.log
+1 −1 tests/EnumConstConcat/EnumConstConcat.log
+3,333 −0 tests/Kmac/Kmac.log
+2 −0 tests/Kmac/Kmac.sl
+16 −0 tests/Kmac/kmac.sv
+36 −0 tests/Kmac/kmac_core.sv
+32 −0 tests/Kmac/sha3_pkg.sv
+1 −1 tests/LogicArrayParam/LogicArrayParam.log
+1 −1 tests/MultiConcat/MultiConcat.log
+0 −12 tests/OneImport/OneImport.log
+1 −1 tests/PackDataType/PackDataType.log
+1 −1 tests/PackStructVar/PackStructVar.log
+1 −1 tests/ParamConstPush/ParamConstPush.log
+1 −1 tests/ParamOverload3/ParamOverload3.log
+1 −1 tests/ParamRef/ParamRef.log
+20 −2 tests/StructVar/StructVar.log
+4 −4 third_party/tests/AzadiRTL/AzadiRTL.log
+2 −2 third_party/tests/CoresSweRV/CoresSweRV.log
+8 −8 third_party/tests/CoresSweRVMP/CoresSweRVMP.log
+2 −2 third_party/tests/Earlgrey_0_1/sim-icarus/Earlgrey_0_1.log
+4 −4 third_party/tests/Earlgrey_Verilator_01_05_21/sim-icarus/Earlgrey_Verilator_01_05_21.log
+2 −2 third_party/tests/Earlgrey_Verilator_0_1/sim-verilator/Earlgrey_Verilator_0_1.log
+1 −1 third_party/tests/Ibex/Ibex.log
+1 −1 third_party/tests/IncompTitan/IncompTitan.log
+2 −2 third_party/tests/NyuziProcessor/NyuziProcessor.log
+2 −2 third_party/tests/Opentitan/Earlgrey.log
+2 −2 third_party/tests/Opentitan/Opentitan.log

0 comments on commit fafc19c

Please sign in to comment.