We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec068eb commit d1de24aCopy full SHA for d1de24a
Bender.yml
@@ -0,0 +1,28 @@
1
+package:
2
+ name: hwpe-ctrl
3
+ authors:
4
+ - "Francesco Conti <f.conti@unibo.it>"
5
+ - "Gianna Paulin <pauling@iis.ee.ethz.ch>"
6
+ - "Florent Rotenberg <florent.rotenberg@greenwaves-technologies.com>"
7
+
8
+dependencies:
9
+ tech_cells_generic: { git: "git@github.com:pulp-platform/tech_cells_generic.git", version: 0.1.6 }
10
11
+# vlog_opts: [
12
+# +nowarnSVCHK,
13
+# ]
14
15
+sources:
16
+ - include_dirs:
17
+ - rtl
18
+ files:
19
+ - rtl/hwpe_ctrl_package.sv
20
+ - rtl/hwpe_ctrl_interfaces.sv
21
+ - rtl/hwpe_ctrl_regfile.sv
22
+ - rtl/hwpe_ctrl_regfile_latch.sv
23
+ - rtl/hwpe_ctrl_slave.sv
24
+ - rtl/hwpe_ctrl_seq_mult.sv
25
+ - rtl/hwpe_ctrl_ucode.sv
26
+ - target: rtl
27
28
+ - tb/tb_hwpe_ctrl_seq_mult.sv
0 commit comments