-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathinfo.yaml
45 lines (38 loc) · 959 Bytes
/
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
---
# information
project:
title: "title"
description: "description"
picture: docs/empty.png
author: "Author"
license: LICENSE
# optional interfaces you want to use: gpio, la1, la2, la3, irq, clk2, wishbone & openram
interfaces: ['la1', 'gpio']
# test within caravel
caravel_test:
recipe: "coco_test"
directory: "caravel_test"
id: 1
module_name: "wrapped_project"
# module test
module_test:
recipe: "all"
directory: "project directory"
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
- other source files here
# gds - check nothing on metal 5, DRC & LVS
final:
directory: "final"
gds_filename: "gds/project.gds"
lvs_filename: "verilog/gl/project.v"
lef_filename: "lef/project.lef"