##*********************************************************** ## File: Accumulator user constraints file ## ## ## Created: 06/03/04 AV ## ##*********************************************************** NET "reset" LOC = ??; ## switch 5 NET "user_set" LOC = P15; ## BTN1 of D2XL board, NOT the DI01 board!! NET data_in<0> LOC = ??; ##switch 01 NET data_in<1> LOC = ??; ##switch 02 NET data_in<2> LOC = ??; ##switch 03 NET data_in<3> LOC = ??; ##switch 04 NET anodes<0> LOC = ??; ##an1 NET anodes<1> LOC = ??; ##an2 NET anodes<2> LOC = ??; ##an3 NET anodes<3> LOC = ??; ##an4 NET cathodes<0> LOC = ??; ##CA NET cathodes<1> LOC = ??; ##CB NET cathodes<2> LOC = ??; ##CC NET cathodes<3> LOC = ??; ##CD NET cathodes<4> LOC = ??; ##CE NET cathodes<5> LOC = ??; ##CF NET cathodes<6> LOC = ??; ##CG NET clk LOC = P91; ## ------------------------------------------------- ## The format for this file is as follows: ## NET "name_of_the_signal" LOC = PXX; ## where XX is the PIN name (from datasheet) ## and name_of_the_signal is the name of the ## signal you want to map out to a pin of the chip ## For instance, if switch no.5 uses pin 10, therefore: ## ## NET "name_of_signal" LOC = P10; ## ## -------------------------------------------------