Skip to content

Commit c6f09ba

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

13 files changed

Lines changed: 1375 additions & 73 deletions

Bender.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,21 @@ package:
1616
name: clic
1717
authors:
1818
- "Robert Balas <balasr@iis.ee.ethz.ch>"
19-
- "Alessandro Ottaviano<aottaviano@iis.ee.ethz.ch>"
19+
- "Alessandro Ottaviano <aottaviano@iis.ee.ethz.ch>"
20+
- "Enrico Zelioli <ezelioli@iis.ee.ethz.ch>"
2021

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

2526
sources:
27+
- src/clic_pkg.sv
2628
- src/clicint_reg_pkg.sv
2729
- src/clicint_reg_top.sv
30+
- src/clicintv_reg_pkg.sv
31+
- src/clicintv_reg_top.sv
32+
- src/clicvs_reg_pkg.sv
33+
- src/clicvs_reg_top.sv
2834
- src/mclic_reg_pkg.sv
2935
- src/mclic_reg_top.sv
3036
- src/clic_reg_adapter.sv

0 commit comments

Comments
 (0)