# Copyright (C) 1991-2004 Altera Corporation # Any megafunction design, and related netlist (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, netlist, 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, netlist, # 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. # The default values for assignments are stored in the file # assignment_defaults.qdf # Altera recommends that you do not modify this file. This # file is updated automatically by the Quartus II software # and any changes you make may be lost or overwritten. # Project-Wide Assignments # ======================== set_global_assignment -name ORIGINAL_QUARTUS_VERSION "4.0 SP1" set_global_assignment -name PROJECT_CREATION_TIME_DATE "13:04:21 JANUARY 18, 2005" set_global_assignment -name LAST_QUARTUS_VERSION "4.0 SP1" set_global_assignment -name VECTOR_WAVEFORM_FILE tlights.vwf # Pin & Location Assignments # ========================== set_location_assignment PIN_91 -to ck set_location_assignment PIN_6 -to led1\[0\] set_location_assignment PIN_7 -to led1\[1\] set_location_assignment PIN_8 -to led1\[2\] set_location_assignment PIN_9 -to led1\[3\] set_location_assignment PIN_11 -to led1\[4\] set_location_assignment PIN_12 -to led1\[5\] set_location_assignment PIN_13 -to led1\[6\] set_location_assignment PIN_14 -to led1\[7\] set_location_assignment PIN_17 -to led0\[0\] set_location_assignment PIN_18 -to led0\[1\] set_location_assignment PIN_19 -to led0\[2\] set_location_assignment PIN_20 -to led0\[3\] set_location_assignment PIN_21 -to led0\[4\] set_location_assignment PIN_23 -to led0\[5\] set_location_assignment PIN_24 -to led0\[6\] set_location_assignment PIN_25 -to led0\[7\] # Timing Assignments # ================== set_global_assignment -name CUT_OFF_READ_DURING_WRITE_PATHS OFF # Analysis & Synthesis Assignments # ================================ set_global_assignment -name FAMILY FLEX10K set_global_assignment -name TOP_LEVEL_ENTITY tlights # Fitter Assignments # ================== set_global_assignment -name AUTO_RESTART_CONFIGURATION OFF set_global_assignment -name DEVICE "EPF10K20RC240-4" # Timing Analysis Assignments # =========================== set_global_assignment -name EXCLUDE_TPD_PATHS_LESS_THAN 0.0NS # Simulator Assignments # ===================== set_global_assignment -name GLITCH_INTERVAL "0.0 ns" set_global_assignment -name POWER_ESTIMATION_START_TIME "0.0 ns" set_global_assignment -name START_TIME 0.0ns set_global_assignment -name END_TIME "1 us" set_global_assignment -name VECTOR_INPUT_SOURCE tlights.vwf