forked from chipsalliance/caliptra-rtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ECC_out_interface.yaml
76 lines (68 loc) · 1.75 KB
/
ECC_out_interface.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
uvmf:
interfaces:
"ECC_out":
clock: clk
reset: rst_n
reset_assertion_level: 'False'
config_constraints: []
config_vars: []
hdl_typedefs: []
hvl_typedefs: []
parameters:
- name: AHB_ADDR_WIDTH
type: int
value: '32'
- name: AHB_DATA_WIDTH
type: int
value: '32'
- name: OUTPUT_TEXT_WIDTH
type: int
value: '384'
ports:
- name: hresp
dir: input
width: '1'
- name: hreadyout
dir: input
width: '1'
- name: hrdata
dir: input
width: AHB_DATA_WIDTH
- name: transaction_flag_out_monitor
dir: input
width: '1'
- name: test
dir: output
width: '3'
- name: op
dir: output
width: '2'
response_info:
data: []
operation: 1'b0
transaction_constraints: []
transaction_vars:
- iscompare: 'True'
isrand: 'False'
name: result_privkey
type: bit [OUTPUT_TEXT_WIDTH-1:0]
- iscompare: 'True'
isrand: 'False'
name: result_pubkey_x
type: bit [OUTPUT_TEXT_WIDTH-1:0]
- iscompare: 'True'
isrand: 'False'
name: result_pubkey_y
type: bit [OUTPUT_TEXT_WIDTH-1:0]
- iscompare: 'True'
isrand: 'False'
name: result_R
type: bit [OUTPUT_TEXT_WIDTH-1:0]
- iscompare: 'True'
isrand: 'False'
name: result_S
type: bit [OUTPUT_TEXT_WIDTH-1:0]
- iscompare: 'True'
isrand: 'False'
name: result_verify_R
type: bit [OUTPUT_TEXT_WIDTH-1:0]