4 files changed
+9
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 |
| |
19 | 25 |
| |
20 | 26 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Submodule common_cells updated 89 files
- .github/verible-lint-matcher.json+16
- .github/workflows/ci.yml+29
- .gitignore+7
- .travis.yml+64
- Bender.yml+42-7
- CHANGELOG.md+94
- Makefile+9
- README.md+114-52
- ci/install-verilator.sh+24
- formal/Makefile+42
- formal/README.md+15
- formal/counter.sby+17
- formal/counter_properties.sv+98
- formal/fall_through_register.sby+19
- formal/fall_through_register_properties.sv+86
- formal/fifo_v3.sby+15
- formal/fifo_v3_properties.sv+136
- include/common_cells/assertions.svh+199
- ips_list.yml+2
- lint/common_cells.style.waiver+6
- src/addr_decode.sv+159
- src/binary_to_gray.sv+22
- src/cb_filter.sv+246
- src/cb_filter_pkg.sv+26
- src/cdc_fifo_2phase.sv+8-8
- src/cdc_fifo_gray.sv+220-109
- src/cf_math_pkg.sv+26-14
- src/clk_div.sv+1-1
- src/counter.sv+17-29
- src/delta_counter.sv+74
- src/deprecated/sram.sv
- src/ecc_decode.sv+128
- src/ecc_encode.sv+78
- src/ecc_pkg.sv+31
- src/edge_detect.sv+1-1
- src/exp_backoff.sv+11-7
- src/fifo_v3.sv+9-8
- src/gray_to_binary.sv-10
- src/id_queue.sv+24-14
- src/isochronous_spill_register.sv+87
- src/lfsr.sv+103-98
- src/lfsr_16bit.sv+4-3
- src/lfsr_8bit.sv+32-39
- src/lzc.sv+68-49
- src/max_counter.sv+77
- src/mv_filter.sv+1-1
- src/onehot_to_bin.sv+4-5
- src/plru_tree.sv+8-8
- src/popcount.sv+13-10
- src/rr_arb_tree.sv+182-83
- src/rstgen_bypass.sv+5-2
- src/serial_deglitch.sv+1-1
- src/shift_reg.sv+3-3
- src/spill_register.sv+57-51
- src/stream_arbiter_flushable.sv+2
- src/stream_delay.sv+7-7
- src/stream_demux.sv+9-10
- src/stream_fifo.sv+66
- src/stream_fork_dynamic.sv+95
- src/stream_intf.sv+49
- src/stream_join.sv+43
- src/stream_mux.sv+1-1
- src/stream_omega_net.sv+301
- src/stream_register.sv+1-1
- src/stream_to_mem.sv+134
- src/stream_xbar.sv+198
- src/sub_per_hash.sv+173
- src_files.yml+31-3
- test/.gitignore+6
- test/addr_decode_tb.sv+148
- test/cb_filter_tb.sv+309
- test/ecc/ecc.cpp+103
- test/ecc/ecc.h+9
- test/ecc/ecc_decode.cpp+112
- test/ecc/ecc_encode.cpp+76
- test/ecc_synth.sv+27
- test/isochronous_spill_register_tb.sv+158
- test/rr_arb_tree_tb.sv+265
- test/simulate.sh+30-4
- test/stream_omega_net_tb.sv+171
- test/stream_test.sv+74
- test/stream_to_mem_tb.sv+155
- test/stream_xbar_tb.sv+168
- test/sub_per_hash_tb.sv+116
- test/synth.sh+2-1
- test/synth_bench.sv+2
- test/waves/addr_decode_tb.wave.do+32
- test/waves/cb_filter_tb.wave.do+30
- test/waves/sub_per_hash_tb.wave.do+27
0 commit comments