Author: wookey Date: 2010-03-11 18:26:47 +0000 (Thu, 11 Mar 2010) New Revision: 1021 Modified: balloon/trunk/vhdl/fpga/balloon3.vhd balloon/trunk/vhdl/fpga/l3fpga.ucf Log: Add fix to make FPGA work on current boards Bump FPGA version number from 0x05 to 0x06 so you can tell which one you have. Note that novlio branch is versions 0x15 and 0x16 Modified: balloon/trunk/vhdl/fpga/balloon3.vhd =================================================================== --- balloon/trunk/vhdl/fpga/balloon3.vhd 2010-03-11 18:21:05 UTC (rev 1020) +++ balloon/trunk/vhdl/fpga/balloon3.vhd 2010-03-11 18:26:47 UTC (rev 1021) @@ -175,7 +175,7 @@ attribute init: string; - constant Version_Minor : std_logic_vector(7 downto 0) := X"05"; + constant Version_Minor : std_logic_vector(7 downto 0) := X"06"; constant CF_reset_state : std_logic_vector(7 downto 0) := -- '0' & Modified: balloon/trunk/vhdl/fpga/l3fpga.ucf =================================================================== --- balloon/trunk/vhdl/fpga/l3fpga.ucf 2010-03-11 18:21:05 UTC (rev 1020) +++ balloon/trunk/vhdl/fpga/l3fpga.ucf 2010-03-11 18:26:47 UTC (rev 1021) @@ -50,7 +50,7 @@ NET nand_d<13> LOC="AB15"; NET nand_d<14> LOC="U16"; NET nand_d<15> LOC="V16"; -NET nand_rnb LOC="W16"; +NET nand_rnb LOC="W16" | PULLUP; NET nand_nwe LOC="Y16"; NET nand_nre LOC="Y17"; NET nand_nwp LOC="AA17";