-- -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other -- associated documentation or information provided by Altera or a partner -- under Altera's Megafunction Partnership Program may be used only to -- program PLD devices (but not masked PLD devices) from Altera. Any other -- use of such megafunction design, net list, support information, device -- programming or simulation file, or any other related documentation or -- information is prohibited for any other purpose, including, but not -- limited to modification, reverse engineering, de-compiling, or use with -- any other silicon devices, unless such use is explicitly licensed under -- a separate agreement with Altera or a megafunction partner. Title to -- the intellectual property, including patents, copyrights, trademarks, -- trade secrets, or maskworks, embodied in any such megafunction design, -- net list, support information, device programming or simulation file, or -- any other related documentation or information provided by Altera or a -- megafunction partner, remains with Altera, the megafunction partner, or -- their respective licensors. No other licenses, including any licenses -- needed under any third party's intellectual property, are provided herein. -- CHIP week4 BEGIN |INT4 : OUTPUT_PIN = 175; |ledA7 : OUTPUT_PIN = 14; |ledA6 : OUTPUT_PIN = 13; |ledA5 : OUTPUT_PIN = 12; |ledA4 : OUTPUT_PIN = 11; |ledA3 : OUTPUT_PIN = 9; |ledA2 : OUTPUT_PIN = 8; |ledA1 : OUTPUT_PIN = 7; |ledA0 : OUTPUT_PIN = 6; |ledB0 : OUTPUT_PIN = 17; |ledB1 : OUTPUT_PIN = 18; |ledB2 : OUTPUT_PIN = 19; |ledB3 : OUTPUT_PIN = 20; |ledB4 : OUTPUT_PIN = 21; |ledB5 : OUTPUT_PIN = 23; |ledB6 : OUTPUT_PIN = 24; |ledB7 : OUTPUT_PIN = 25; |nOE : BIDIR_PIN = 206; |d0 : BIDIR_PIN = 231; |d1 : BIDIR_PIN = 230; |d2 : BIDIR_PIN = 229; |d3 : BIDIR_PIN = 228; |d4 : BIDIR_PIN = 227; |d5 : BIDIR_PIN = 226; |d6 : BIDIR_PIN = 225; |d7 : BIDIR_PIN = 223; |nWAIT : BIDIR_PIN = 181; |a5 : INPUT_PIN = 217; |a4 : INPUT_PIN = 218; |a3 : INPUT_PIN = 219; |a2 : INPUT_PIN = 220; |a1 : INPUT_PIN = 221; |a0 : INPUT_PIN = 222; |a6 : INPUT_PIN = 215; |a7 : INPUT_PIN = 214; |nCE2 : INPUT_PIN = 208; |nWE : INPUT_PIN = 207; |XCLK : INPUT_PIN = 211; |mdata : BIDIR_PIN = 31; |mclk : BIDIR_PIN = 30; DEVICE = EPF10K20RC240-4; END;