-
Notifications
You must be signed in to change notification settings - Fork 21
/
sha512.core
59 lines (51 loc) · 1.16 KB
/
sha512.core
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
55
56
57
58
59
CAPI=2:
name : secworks:crypto:sha512:0
filesets:
rtl:
files:
- src/rtl/sha512.v
- src/rtl/sha512_core.v
- src/rtl/sha512_h_constants.v
- src/rtl/sha512_k_constants.v
- src/rtl/sha512_w_mem.v
file_type : verilogSource
tb_sha512:
files:
- src/tb/tb_sha512.v
file_type : verilogSource
tb_sha512_core:
files:
- src/tb/tb_sha512_core.v
file_type : verilogSource
openlane:
files:
- src/data/openlane_params.tcl : {file_type : tclSource}
targets:
default:
filesets : [rtl]
tb_sha512:
default_tool : icarus
filesets : [rtl, tb_sha512]
parameters : [DEBUG]
toplevel : [tb_sha512]
tb_sha512_core:
default_tool : icarus
filesets : [rtl, tb_sha512_core]
parameters : [DEBUG]
toplevel : [tb_sha512_core]
lint:
default_tool : verilator
filesets : [rtl]
tools:
verilator:
mode : lint-only
toplevel : [sha512]
sky130:
default_tool : openlane
filesets : [rtl, openlane]
toplevel : sha512
parameters:
DEBUG:
datatype : bool
description : Enable debug printouts
paramtype : vlogparam