diff --git a/FPGA_Quartus_13.1/firebee1.qws b/FPGA_Quartus_13.1/firebee1.qws deleted file mode 100644 index 0457c8f..0000000 Binary files a/FPGA_Quartus_13.1/firebee1.qws and /dev/null differ diff --git a/FPGA_Quartus_13.1/firebee1.vhd b/FPGA_Quartus_13.1/firebee1.vhd index 061f058..949d923 100644 --- a/FPGA_Quartus_13.1/firebee1.vhd +++ b/FPGA_Quartus_13.1/firebee1.vhd @@ -169,13 +169,13 @@ entity firebee1 is nVCS : out std_logic; -- video signals - VR : out std_logic_vector(7 downto 0) + VR : out std_logic_vector(7 downto 0); VG : out std_logic_vector(7 downto 0); VB : out std_logic_vector(7 downto 0); VSYNC_PAD : out std_logic; HSYNC_PAD : out std_logic; nBLANK_PAD : out std_logic; - PIXEL_CLK_PAD : out std_logic; + PIXEL_CLK_PAD : out std_logic ); end firebee1;