mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[rtl] remove redundant asserts
This commit is contained in:
parent
141a513e2d
commit
77a807777d
1 changed files with 0 additions and 6 deletions
|
@ -156,12 +156,6 @@ architecture neorv32_neoled_rtl of neorv32_neoled is
|
|||
|
||||
begin
|
||||
|
||||
-- Sanity Checks --------------------------------------------------------------------------
|
||||
-- -------------------------------------------------------------------------------------------
|
||||
assert not (is_power_of_two_f(FIFO_DEPTH) = false)
|
||||
report "NEORV32 PROCESSOR CONFIG ERROR! NEOLED FIFO size has to be a power of two." severity error;
|
||||
|
||||
|
||||
-- Host Access ----------------------------------------------------------------------------
|
||||
-- -------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue