Skip to content
Snippets Groups Projects
Commit 605dacfc authored by Roberto Hexsel's avatar Roberto Hexsel
Browse files

added FPU

parent ef32c7ff
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ x"00000000" -- 3fc: nop
end init_rom;
-- Declare the ROM signal and specify a default value. Quartus II
-- will create a memory initialization file (.mif) based on the
-- will create a memory initialization file (ROM.mif) based on the
-- default value.
signal rom : memory_t := init_rom;
......
......@@ -542,9 +542,6 @@ begin -- TB
lcd_d_out when b"1101",
(others => 'X') when others;
-- U_D_MMU: mem_d_addr <= -- access Dcache with physical addresses
-- std_logic_vector(unsigned(d_addr) - unsigned(x_DATA_BASE_ADDR));
U_D_CACHE: fake_d_cache -- or d_cache
-- U_D_CACHE: d_cache -- or fake_d_cache
port map (rst, clk4x,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment