diff options
Diffstat (limited to 'basys3/basys3.srcs/ppu_pceg_consts.vhd')
-rw-r--r-- | basys3/basys3.srcs/ppu_pceg_consts.vhd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basys3/basys3.srcs/ppu_pceg_consts.vhd b/basys3/basys3.srcs/ppu_pceg_consts.vhd index 3a9775a..395c386 100644 --- a/basys3/basys3.srcs/ppu_pceg_consts.vhd +++ b/basys3/basys3.srcs/ppu_pceg_consts.vhd @@ -1,6 +1,5 @@ library ieee; use ieee.std_logic_1164.all; -use work.ppu_consts.all; package ppu_pceg_consts is constant PPU_PCEG_TOTAL_STAGES : natural := 16; |