From 72e80dda8e3e692e3afd6e1f07fbb69fca2e80bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Jan 2014 16:07:58 -0600 Subject: Add ability to hard reset user device Fix initial size of serial and terminal windows --- fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf | 1 + 1 file changed, 1 insertion(+) (limited to 'fpga/gpmc/xilinx/numato') diff --git a/fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf b/fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf index 1cece62..8d5384f 100644 --- a/fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf +++ b/fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf @@ -42,6 +42,7 @@ NET "userproc_start" LOC = "K16" | SLEW = FAST | IOSTANDARD = "LVCMOS33"; NET "userproc_done" LOC = "L13" | IOSTANDARD = "LVCMOS33"; NET "userlogic_reset" LOC = "E13" | SLEW = FAST | IOSTANDARD = "LVCMOS33"; NET "userlogic_clock" LOC = "F13" | IOSTANDARD = "LVCMOS33"; +NET "userdevice_reset" LOC = "D17" | SLEW = FAST | DRIVE = 24 | IOSTANDARD = "LVCMOS33"; NET "userlogic_serial_txd" LOC = "C14" | SLEW = FAST | IOSTANDARD = "LVCMOS33"; NET "userlogic_serial_rxd" LOC = "D14" | IOSTANDARD = "LVCMOS33"; -- cgit v1.2.3