From 997261f51eae4239fcfc7ed231071d5710ec26b9 Mon Sep 17 00:00:00 2001 From: stnolting Date: Fri, 18 Oct 2024 21:10:56 +0200 Subject: [PATCH] [vivado_ip] minor edits --- rtl/system_integration/neorv32_vivado_ip.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/system_integration/neorv32_vivado_ip.tcl b/rtl/system_integration/neorv32_vivado_ip.tcl index 0674eb1dd..b31c7a787 100644 --- a/rtl/system_integration/neorv32_vivado_ip.tcl +++ b/rtl/system_integration/neorv32_vivado_ip.tcl @@ -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} }