Skip to content

Commit

Permalink
Merge pull request #4993 from chipsalliance/dependabot/submodules/thi…
Browse files Browse the repository at this point in the history
…rd_party/tools/icarus-778b6d9

build(deps): bump third_party/tools/icarus from `77f7609` to `778b6d9`
  • Loading branch information
github-actions[bot] authored Sep 12, 2023
2 parents 62caab0 + 0cce8b3 commit 68217b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/icarus
Submodule icarus updated 92 files
+3 −1 .github/workflows/test.yml
+2 −2 Documentation/developer/guide/vvp/vvp.rst
+2 −2 PExpr.h
+2 −2 PWire.h
+46 −5 README.md
+1 −1 Statement.h
+5 −0 compiler.h
+3 −13 design_dump.cc
+8 −0 driver/iverilog.man.in
+9 −0 driver/main.c
+11 −12 elab_expr.cc
+5 −5 elab_lval.cc
+9 −11 elab_sig.cc
+4 −4 elab_type.cc
+25 −18 elaborate.cc
+2 −2 eval_tree.cc
+1 −1 expr_synth.cc
+2 −0 ivl.def
+3 −0 ivl_target.h
+94 −12 ivlpp/lexor.lex
+18 −2 ivtest/gold/br1005.gold
+0 −1 ivtest/gold/br_gh889-vlog95.gold
+0 −1 ivtest/gold/br_gh889.gold
+1 −0 ivtest/gold/sdf_header-vvp-stdout.gold
+6 −0 ivtest/gold/sdf_interconnect1-vvp-stdout.gold
+6 −0 ivtest/gold/sdf_interconnect2-vvp-stdout.gold
+20 −0 ivtest/gold/sdf_interconnect3-vvp-stdout.gold
+10 −0 ivtest/gold/sdf_interconnect4-vvp-stdout.gold
+4 −0 ivtest/ivltests/attrib_expr.v
+73 −0 ivtest/ivltests/br_gh979.v
+56 −0 ivtest/ivltests/sdf_interconnect1.sdf
+68 −0 ivtest/ivltests/sdf_interconnect1.v
+55 −0 ivtest/ivltests/sdf_interconnect2.sdf
+70 −0 ivtest/ivltests/sdf_interconnect2.v
+119 −0 ivtest/ivltests/sdf_interconnect3.sdf
+143 −0 ivtest/ivltests/sdf_interconnect3.v
+58 −0 ivtest/ivltests/sdf_interconnect4.sdf
+67 −0 ivtest/ivltests/sdf_interconnect4.v
+63 −0 ivtest/ivltests/sv_argumentless_func.v
+2 −2 ivtest/ivltests/sv_immediate_assert.v
+2 −2 ivtest/ivltests/sv_immediate_assume.v
+2 −2 ivtest/ivltests/timing_check_delayed_signals.v
+1 −1 ivtest/ivltests/timing_check_syntax.v
+1 −0 ivtest/regress-sv.list
+1 −0 ivtest/regress-vlog95.list
+5 −0 ivtest/regress-vvp.list
+6 −0 ivtest/vvp_tests/sdf_interconnect1.json
+6 −0 ivtest/vvp_tests/sdf_interconnect2.json
+6 −0 ivtest/vvp_tests/sdf_interconnect3.json
+6 −0 ivtest/vvp_tests/sdf_interconnect4.json
+5 −0 ivtest/vvp_tests/sv_argumentless_func.json
+4 −5 lexor.lex
+12 −0 main.cc
+8 −0 net_scope.cc
+1 −1 netenum.cc
+1 −1 netenum.h
+12 −38 netlist.cc
+11 −8 netlist.h
+15 −32 netmisc.cc
+1 −4 netmisc.h
+7 −13 netparray.cc
+10 −16 netparray.h
+2 −2 netstruct.cc
+1 −1 netstruct.h
+10 −11 nettypes.cc
+9 −8 nettypes.h
+1 −1 netvector.cc
+6 −13 netvector.h
+2 −2 parse.y
+6 −6 synth2.cc
+14 −3 t-dll-api.cc
+13 −2 t-dll.cc
+2 −1 t-dll.h
+32 −21 tgt-vvp/vvp_scope.c
+1 −1 vpi/fstapi.c
+10 −0 vpi/libvpi.c
+95 −64 vpi/sdf_parse.y
+0 −5 vpi/sdf_parse_priv.h
+19 −0 vpi/sdf_priv.h
+162 −18 vpi/sys_sdf.c
+3 −0 vpi_modules.cc
+7 −0 vpi_user.h
+1 −1 vvp/compile.h
+348 −0 vvp/delay.cc
+32 −0 vvp/delay.h
+10 −3 vvp/parse.y
+3 −0 vvp/part.h
+241 −1 vvp/vpi_priv.cc
+89 −0 vvp/vpi_priv.h
+90 −28 vvp/vpi_scope.cc
+2 −0 vvp/vvp.def
+2 −1 vvp/vvp_net.h

0 comments on commit 68217b5

Please sign in to comment.