3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
|
Submodule Cores-VeeR-EL2 updated 16 files
- .github/scripts/convert_dat.sh+7
- .github/workflows/gh-pages-pr-deploy.yml-37
- .github/workflows/gh-pages-pr-remove.yml+2-1
- .github/workflows/publish-webpage.yml+3-2
- .github/workflows/report-coverage.yml+1-1
- .github/workflows/test-openocd.yml+7-8
- .github/workflows/test-regression-cache-waypack.yml+5-6
- .github/workflows/test-regression-dcls.yml+1-1
- .github/workflows/test-regression-exceptions.yml+6-7
- .github/workflows/test-renode.yml+1-1
- .github/workflows/test-riscof.yml+4-5
- .github/workflows/test-riscv-dv.yml+5-7
- .github/workflows/test-uarch.yml+7-4
- .github/workflows/test-uvm.yml+1-1
- .github/workflows/test-verification.yml+10-11
- verification/block/noxfile.py+6-7
- .github/workflows/build.yml+24-24
- .github/workflows/reusable-rtlmeter-build.yml+73
- .github/workflows/reusable-rtlmeter-run.yml+118
- .github/workflows/reusable-test.yml-1
- .github/workflows/rtlmeter.yml+158
- CMakeLists.txt+1-4
- Changes+7-2
- Makefile.in+2
- bin/verilator_gantt+64-36
- docs/CONTRIBUTORS+1
- docs/guide/languages.rst+2-1
- include/verilated.h+6-1
- include/verilated_funcs.h+8
- include/verilated_profiler.cpp+8-3
- include/verilated_profiler.h+4-4
- include/verilated_random.h+154-48
- include/verilated_types.h+9
- src/CMakeLists.txt+2
- src/Makefile_obj.in+1
- src/V3AstNodeExpr.h+15
- src/V3AstNodeOther.h+33-4
- src/V3EmitCFunc.h+5
- src/V3EmitCHeaders.cpp+16-10
- src/V3ExecGraph.cpp+12-14
- src/V3Global.h+3
- src/V3Inst.cpp-8
- src/V3Premit.cpp+11-4
- src/V3Randomize.cpp+40-5
- src/V3SchedAcyclic.cpp+2-1
- src/V3Subst.cpp+2
- src/V3Trace.cpp+1
- src/V3Udp.cpp+237
- src/V3Udp.h+32
- src/V3Width.cpp+13
- src/V3WidthSel.cpp+6-1
- src/Verilator.cpp+3
- src/verilog.l+12-9
- src/verilog.y+21-7
- test_regress/t/t_bitsel_over32.py+16
- test_regress/t/t_bitsel_over32.v+38
- test_regress/t/t_constraint_struct_complex.v+59-5
- test_regress/t/t_gantt_io.dat+16-14
- test_regress/t/t_gantt_io.out+16-16
- test_regress/t/t_gantt_io.vcd.out+19-9
- test_regress/t/t_gantt_io_arm.dat+5-5
- test_regress/t/t_gantt_io_noproc.dat+14-14
- test_regress/t/t_nonsequential_udp.py+2-4
- test_regress/t/t_nonsequential_udp.v+68
- test_regress/t/t_stream_trace.out+112
- test_regress/t/t_stream_trace.py+20
- test_regress/t/t_stream_trace.v+26
- test_regress/t/t_udp.out-5
- test_regress/t/t_udp.v-149
- test_regress/t/t_udp_bad_comb_trigger.out+6
- test_regress/t/t_udp_bad_comb_trigger.py+2-5
- test_regress/t/t_udp_bad_comb_trigger.v+26
- test_regress/t/t_udp_bad_first_input.out+6
- test_regress/t/t_udp_bad_first_input.py+16
- test_regress/t/t_udp_bad_first_input.v+26
- test_regress/t/t_udp_bad_illegal_output.out+30
- test_regress/t/t_udp_bad_illegal_output.py+16
- test_regress/t/t_udp_bad_illegal_output.v+43
- test_regress/t/t_udp_bad_input_num.out+6
- test_regress/t/t_udp_bad_input_num.py+16
- test_regress/t/t_udp_bad_input_num.v+26
- test_regress/t/t_udp_bad_multi_output.out+6
- test_regress/t/t_udp_bad_multi_output.py+16
- test_regress/t/t_udp_bad_multi_output.v+26
- test_regress/t/t_udp_sequential.py+18
- test_regress/t/t_udp_sequential.v+66
- test_regress/t/t_udp_sequential_bad.out+6
- test_regress/t/t_udp_sequential_bad.py+16
- test_regress/t/t_udp_sequential_bad.v+27
- test_regress/t/t_unoptflat_simple_2_bad.out+1-1
- test_regress/t/t_unpacked_to_queue.py+18
- test_regress/t/t_unpacked_to_queue.v+100
- verilator-config.cmake.in+10-10
0 commit comments