From 9b84c25a53b7269228743e398b13c19af505226b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 19 Feb 2023 14:26:49 +0100 Subject: format and add apu sources to vivado project file --- basys3/basys3.srcs/ppu_consts.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basys3/basys3.srcs/ppu_consts.vhd') diff --git a/basys3/basys3.srcs/ppu_consts.vhd b/basys3/basys3.srcs/ppu_consts.vhd index d3c8403..c063586 100644 --- a/basys3/basys3.srcs/ppu_consts.vhd +++ b/basys3/basys3.srcs/ppu_consts.vhd @@ -1,6 +1,6 @@ package ppu_consts is - constant PPU_RAM_BUS_ADDR_WIDTH: natural := 16; -- RAM bus address width - constant PPU_RAM_BUS_DATA_WIDTH: natural := 16; -- RAM bus data width + constant PPU_RAM_BUS_ADDR_WIDTH: natural := 16; -- RAM bus address width + constant PPU_RAM_BUS_DATA_WIDTH: natural := 16; -- RAM bus data width constant PPU_FG_SPRITE_COUNT: natural := 128; -- amount of foreground sprites constant PPU_COLOR_OUTPUT_DEPTH: natural := 4; -- VGA output channel depth constant PPU_PALETTE_IDX_WIDTH: natural := 3; -- palette index width (within sprite) -- cgit v1.2.3