- fixed cache size dependent prefetch

git-svn-id: http://moon:8086/svn/vhdl/trunk@1299 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-06-13 10:14:56 +00:00
parent ad21a2febb
commit b22c3f79fa
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -64,6 +64,11 @@ BEGIN
WPNeg <= '1';
uut : entity work.spi_flash_wb
GENERIC MAP
(
FLASH_ADDR_BITS => 24,
CACHE_ADDR_BITS => 9
)
PORT MAP
(
CLK_I => CLK,