- cleaned up

git-svn-id: http://moon:8086/svn/vhdl/trunk@1180 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-23 13:28:33 +00:00
parent 2acd911f1a
commit 9f42f0977e
-6
View File
@@ -490,12 +490,6 @@ ARCHITECTURE behavior OF mips_sys IS
constant BURST_LEN : natural := 2;
constant vga_freq : real := real(tsvga.f_pxl_clk)/1.0E6;
-- attribute rom_style: string;
-- attribute rom_style of cmd_fifo_dout: signal is "DISTRIBUTED";
-- attribute rom_style of cpu_cpu_write_fifo_dout: signal is "DISTRIBUTED";
-- attribute rom_style of cpu_read_fifo_dout: signal is "DISTRIBUTED";
type mem_area_t is (mem_dead, mem_flash, mem_usb, mem_rom, mem_gpio, mem_uart0, mem_uart1, mem_ps2_0, mem_ps2_1, mem_sdram, mem_vga, mem_ac97, mem_emac);
signal mem_area : mem_area_t;