Guest
Hi,
Quick question.
I want to connect a number of FPGA I/Os to ground without changing my VHDL i.e. via a constraint in the UCF file
I have tried a number of things without success:
NET GND LOC = "AA14" | IOSTANDARD = LVCMOS25;
NET gnd_net LOC = "R8" | IOSTANDARD = LVCMOS25;
NET "gnd_net" LOC = "AB14" | IOSTANDARD = LVCMOS25;
NET "GND_NET" LOC = "W14" | IOSTANDARD = LVCMOS25;
NET "ground" LOC = "Y14" | IOSTANDARD = LVCMOS25;
Please tell me there is a way to do this (and then tell me what it is )
Thanks,
Steven
Quick question.
I want to connect a number of FPGA I/Os to ground without changing my VHDL i.e. via a constraint in the UCF file
I have tried a number of things without success:
NET GND LOC = "AA14" | IOSTANDARD = LVCMOS25;
NET gnd_net LOC = "R8" | IOSTANDARD = LVCMOS25;
NET "gnd_net" LOC = "AB14" | IOSTANDARD = LVCMOS25;
NET "GND_NET" LOC = "W14" | IOSTANDARD = LVCMOS25;
NET "ground" LOC = "Y14" | IOSTANDARD = LVCMOS25;
Please tell me there is a way to do this (and then tell me what it is )
Thanks,
Steven