mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[vivado_ip] minor edits
This commit is contained in:
parent
eb69d6be2f
commit
997261f51e
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ proc setup_ip_gui {} {
|
|||
{ OCD_AUTHENTICATION {OCD Authentication} {Implement Debug Authentication module} {$OCD_EN} {$OCD_EN ? $OCD_AUTHENTICATION : false}}
|
||||
}
|
||||
|
||||
set group [add_group $page {External Bus Interface (XBUS)}]
|
||||
set group [add_group $page {External Bus Interface (XBUS / AXI4-Lite-MM Host)}]
|
||||
add_params $group {
|
||||
{ XBUS_EN {Enable XBUS} {} }
|
||||
{ XBUS_TIMEOUT {Timeout} {Max number of clock cycles before AXI access times out} {$XBUS_EN} }
|
||||
|
@ -164,7 +164,7 @@ proc setup_ip_gui {} {
|
|||
{ XBUS_CACHE_BLOCK_SIZE {Block Size} {In bytes (use a power of two)} {$XBUS_CACHE_EN} }
|
||||
}
|
||||
|
||||
set group [add_group $page {Stream Link Interface (SLINK)}]
|
||||
set group [add_group $page {Stream Link Interface (SLINK / AXI4-Stream Source & Sink)}]
|
||||
add_params $group {
|
||||
{ AXI4_STREAM_EN {Enable SLINK} {} }
|
||||
{ IO_SLINK_RX_FIFO {RX FIFO Depth} {Number of entries (use a power of two)} {$AXI4_STREAM_EN} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue