File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ end neorv32_cache_rtl;
381
381
-- -------------------------------------------------------------------------------- --
382
382
-- Handle host accesses to the cache (check for hit/miss) or bypass cache if --
383
383
-- direct/uncached access. If a cache miss occurs or a fence request is received an --
384
- -- according command is sent to the bus interface unit. --
384
+ -- according command is sent to the bus interface unit. --
385
385
-- -------------------------------------------------------------------------------- --
386
386
-- The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 --
387
387
-- Copyright (c) NEORV32 contributors. --
@@ -390,7 +390,6 @@ end neorv32_cache_rtl;
390
390
-- SPDX-License-Identifier: BSD-3-Clause --
391
391
-- ================================================================================ --
392
392
393
-
394
393
library ieee;
395
394
use ieee.std_logic_1164.all ;
396
395
use ieee.numeric_std.all ;
You can’t perform that action at this time.
0 commit comments