From 29108f38c5f885412b0a75ae46b85720946cfdb5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 20 Feb 2023 15:31:12 +0100 Subject: update TMM data width + update memory map (WIP ppu_sprite_bg) --- basys3/basys3.srcs/ppu.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basys3/basys3.srcs/ppu.vhd') diff --git a/basys3/basys3.srcs/ppu.vhd b/basys3/basys3.srcs/ppu.vhd index acf546f..c798400 100644 --- a/basys3/basys3.srcs/ppu.vhd +++ b/basys3/basys3.srcs/ppu.vhd @@ -79,7 +79,7 @@ architecture Behavioral of ppu is end component; component ppu_sprite_bg port( -- background sprite -- inputs - CLK : in std_logic; -- system clock + CLK : in std_logic; -- pipeline clock RESET : in std_logic; -- reset clock counter OE : in std_logic; -- output enable (of CIDX) X : in std_logic_vector(PPU_POS_H_WIDTH-1 downto 0); -- current screen pixel x @@ -100,7 +100,7 @@ architecture Behavioral of ppu is end component; component ppu_sprite_fg port( -- foreground sprite -- inputs - CLK : in std_logic; -- system clock + CLK : in std_logic; -- pipeline clock RESET : in std_logic; -- reset internal memory and clock counters OE : in std_logic; -- output enable (of CIDX) X : in std_logic_vector(PPU_POS_H_WIDTH-1 downto 0); -- current screen pixel x -- cgit v1.2.3