forked from chipsalliance/caliptra-rtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HMAC_out_interface.yaml
executable file
·51 lines (45 loc) · 1.04 KB
/
HMAC_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
uvmf:
interfaces:
HMAC_out:
clock: clk
reset: rst
reset_assertion_level: 'False'
config_constraints: []
config_vars: []
hdl_typedefs: []
hvl_typedefs: []
parameters:
- name: AHB_DATA_WIDTH
type: int
value: '32'
- name: AHB_ADDR_WIDTH
type: int
value: '32'
- name: OUTPUT_TEXT_WIDTH
type: int
value: '384'
- name: BYPASS_HSEL
type: bit
value: '0'
ports:
- name: hresp
dir: input
width: '1'
- name: hreadyout
dir: input
width: '1'
- name: hrdata
dir: input
width: AHB_DATA_WIDTH
- name: transaction_flag_in_monitor
dir: input
width: '1'
response_info:
data: []
operation: 1'b0
transaction_constraints: []
transaction_vars:
- iscompare: 'True'
isrand: 'False'
name: result
type: bit [OUTPUT_TEXT_WIDTH-1:0]