Skip to content

Commit bc5b6a7

Browse files
committed
Enable CLIC virtualization
Co-authored by: bluew <bluewww@users.noreply.github.com>
1 parent df06d75 commit bc5b6a7

13 files changed

Lines changed: 1585 additions & 73 deletions

Bender.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,21 @@ package:
1818
name: clic
1919
authors:
2020
- "Robert Balas <balasr@iis.ee.ethz.ch>"
21-
- "Alessandro Ottaviano<aottaviano@iis.ee.ethz.ch>"
21+
- "Alessandro Ottaviano <aottaviano@iis.ee.ethz.ch>"
22+
- "Enrico Zelioli <ezelioli@iis.ee.ethz.ch>"
2223

2324
dependencies:
2425
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.26.0 }
2526
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.3.9 }
2627

2728
sources:
29+
- src/clic_pkg.sv
2830
- src/clicint_reg_pkg.sv
2931
- src/clicint_reg_top.sv
32+
- src/clicintv_reg_pkg.sv
33+
- src/clicintv_reg_top.sv
34+
- src/clicvs_reg_pkg.sv
35+
- src/clicvs_reg_top.sv
3036
- src/mclic_reg_pkg.sv
3137
- src/mclic_reg_top.sv
3238
- src/clic_reg_adapter.sv

0 commit comments

Comments
 (0)