mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[rtl] WISHBONE: assertion cleanup
This commit is contained in:
parent
be9579c5eb
commit
d26c3b700b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ begin
|
|||
assert false report
|
||||
"NEORV32 PROCESSOR CONFIG NOTE: Ext. Bus Interface - " &
|
||||
cond_sel_string_f(PIPE_MODE, "PIPELINED", "CLASSIC/STANDARD") & " Wishbone protocol, " &
|
||||
cond_sel_string_f(boolean(BUS_TIMEOUT /= 0), "auto-timeout (" & integer'image(BUS_TIMEOUT) & " cycles), ", "NO auto-timeout, ") &
|
||||
cond_sel_string_f(boolean(BUS_TIMEOUT /= 0), "auto-timeout, ", "NO auto-timeout, ") &
|
||||
cond_sel_string_f(BIG_ENDIAN, "BIG", "LITTLE") & "-endian byte order, " &
|
||||
cond_sel_string_f(async_rx_c, "ASYNC ", "registered ") & "RX, " &
|
||||
cond_sel_string_f(ASYNC_TX, "ASYNC ", "registered ") & "TX"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue