Skip to content
Snippets Groups Projects
Commit bbbe6077 authored by dam1n19's avatar dam1n19
Browse files

Restructured interfaces in yaml example to add debug interface

parent d606e9b6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,8 @@ wrapper: ...@@ -28,7 +28,8 @@ wrapper:
engine_name: stream_sha256 engine_name: stream_sha256
engine_ports: engine_ports:
- name: inport - name: inport
type: input type: stream
direction: input
interfaces: interfaces:
- name: packet - name: packet
width: 512 width: 512
...@@ -46,12 +47,18 @@ wrapper: ...@@ -46,12 +47,18 @@ wrapper:
base: 0x0400 base: 0x0400
- name: outport - name: outport
type: output type: stream
direction: output
interfaces: interfaces:
- name: packet - name: packet
width: 256 width: 256
size: 0x0400 size: 0x0400
base: 0x0800 base: 0x0800
- name: engine_debug
type: apb
size: 0x0400
base: 0xc000
wrapper_registers: wrapper_registers:
# Allocated Space to CSR Region # Allocated Space to CSR Region
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment