generated from mattvenn/wrapped_project_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.yaml
54 lines (46 loc) · 1.19 KB
/
info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
# information
project:
title: "snn-accelerator"
description: "Lightweight Spiking Neural Network Accelerator in SKY130"
picture: gds_2.png
author: "Jason K. Eshraghian"
license: LICENSE
waive_module_test: "will do tomorrow"
# optional interfaces you want to use: gpio, la1, la2, la3, irq, clk2, wishbone & openram
interfaces: ['gpio', 'la1']
# test within caravel
caravel_test:
recipe: "coco_test"
directory: "test_snn"
id: 9
module_name: "wrapped_snn"
# module test
module_test:
recipe: "all"
directory: test_snn/test_modules
makefile: "Makefile"
# run the wrapper formal proof
wrapper_proof:
directory: "."
sby: "properties.sby"
# openlane config, used in case I need to re-harden
openlane:
config: "config.tcl"
# source required for various configs and module instantiation
source:
- wrapper.v
- src/clk_div.v
- src/neuron_2x.v
- src/neuron_4x.v
- src/neuron_8x.v
- src/neuron_slow.v
- src/neuron.v
- src/out_neuron.v
- src/wrapped_snn.v
# gds - check nothing on metal 5, DRC & LVS
final:
directory: "final"
gds_filename: "gds/wrapped_snn.gds"
lvs_filename: "verilog/gl/wrapped_snn.v"
lef_filename: "lef/wrapped_snn.lef"