- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1555 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 14:56:00 +00:00
parent a8e4af4484
commit 3b9576c520
14 changed files with 93 additions and 23 deletions
+3 -3
View File
@@ -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;