From 9f42f0977eeb8b00630ab192edb932dcb1c62114 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 23 May 2015 13:28:33 +0000 Subject: [PATCH] - cleaned up git-svn-id: http://moon:8086/svn/vhdl/trunk@1180 cc03376c-175c-47c8-b038-4cd826a8556b --- projects/mips_sys/src/mips_sys.vhd | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/mips_sys/src/mips_sys.vhd b/projects/mips_sys/src/mips_sys.vhd index bb1859b..16d8a3f 100644 --- a/projects/mips_sys/src/mips_sys.vhd +++ b/projects/mips_sys/src/mips_sys.vhd @@ -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;