- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1555 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -24,7 +24,7 @@ use IEEE.NUMERIC_STD.ALL;
|
||||
use work.utils_pkg.all;
|
||||
use work.vga_types.all;
|
||||
|
||||
entity vga_frontend is
|
||||
entity vga_frontend_jb32 is
|
||||
Generic
|
||||
(
|
||||
fifo_depth : integer := 2048;
|
||||
@@ -73,9 +73,9 @@ entity vga_frontend is
|
||||
vga_hsync : out std_logic;
|
||||
vga_vsync : out std_logic
|
||||
);
|
||||
end vga_frontend;
|
||||
end vga_frontend_jb32;
|
||||
|
||||
architecture Behavioral of vga_frontend is
|
||||
architecture Behavioral of vga_frontend_jb32 is
|
||||
|
||||
signal vga_clk : std_logic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user