I'm fairly new to FPGA design and am trying to start a design from scratch. I've looked through example .tcl files that are used to load pin assignments into a project, but have not yet found where the pin names are defined. I have seen text/pdf/html files on the Altera website that list the physical pin designations for each device, but I haven't yet seen where the logical pin name is defined. Using the example in the previous post, where is the name XCLK defined? I've seen something like this listed in example .tcl files as
set_location_assignment pin_b13 -to clk_in and was looking for where PIN_B13 and the other "Official" logical pin names were defined for a particular part.
Thanks very much for taking time to respond.