3 files changed
+23
-19
lines changedLines changed: 21 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
| |||
13 | 10 |
| |
14 | 11 |
| |
15 | 12 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 13 |
| |
32 | 14 |
| |
33 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
34 | 22 |
| |
35 | 23 |
| |
36 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
Submodule sv-bugpoint added at 533abc2
- Changes+5
- docs/guide/exe_verilator.rst+5
- docs/guide/extensions.rst+14
- docs/guide/install.rst+1-1
- include/verilated.cpp+15
- src/V3Ast.h+1
- src/V3AstNodeDType.h+6-6
- src/V3AstNodeExpr.h+17-16
- src/V3AstNodeOther.h+36-39
- src/V3AstNodes.cpp+15-1
- src/V3Delayed.cpp+25-4
- src/V3EmitCFunc.cpp+2-1
- src/V3LinkDot.cpp+1-1
- src/V3Options.cpp+10-10
- src/V3Options.h+2
- src/V3Param.cpp+16-14
- src/V3Randomize.cpp+9-1
- src/V3SplitVar.cpp+149-26
- src/V3Width.cpp+98-50
- src/VlcSource.h+1-1
- src/verilog.y-1
- test_regress/t/t_bitsel_lvalue.py+16
- test_regress/t/t_bitsel_lvalue.v+20
- test_regress/t/t_constraint_assoc_arr_basic.v+8
- test_regress/t/t_func_ref_bad.py+1-1
- test_regress/t/t_gate_inline_wide_noexclude_sel.py+2-1
- test_regress/t/t_nba_shared_flag_reuse.py+18
- test_regress/t/t_nba_shared_flag_reuse.v+72
- test_regress/t/t_opt_const.py+2-1
- test_regress/t/t_opt_const_dfg.py+2-1
- test_regress/t/t_order_blkandnblk_bad.out+6-6
- test_regress/t/t_order_blkandnblk_bad.v+3-2
- test_regress/t/t_param_pattern2.py+18
- test_regress/t/t_param_pattern2.v+21
- test_regress/t/t_process_notiming.out+4-4
- test_regress/t/t_queue_arg.py+18
- test_regress/t/t_queue_arg.v+44
- test_regress/t/t_split_var_0.py+3-2
- test_regress/t/t_split_var_0.v+52
- test_regress/t/t_split_var_2_trace.out+1.2k-1.1k
- test_regress/t/t_split_var_2_trace.py+2-2
- test_regress/t/t_split_var_3_wreal.py+2-2
- test_regress/t/t_split_var_4.py+2-2
- test_regress/t/t_split_var_5.py+2-2
- test_regress/t/t_split_var_auto.py+20
- test_regress/t/t_split_var_auto.v+85
0 commit comments