diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-13 16:07:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-13 16:07:58 -0600 |
commit | 72e80dda8e3e692e3afd6e1f07fbb69fca2e80bf (patch) | |
tree | 2c89baa45399a5189ea15cc6374e476f555e7bf4 /fpga/gpmc/xilinx/numato/spartan6/xc6slx9 | |
parent | 2dc576d25f02d1f65df639b0a858a03df437cfca (diff) | |
download | ulab-72e80dda8e3e692e3afd6e1f07fbb69fca2e80bf.tar.gz ulab-72e80dda8e3e692e3afd6e1f07fbb69fca2e80bf.zip |
Add ability to hard reset user device
Fix initial size of serial and terminal windows
Diffstat (limited to 'fpga/gpmc/xilinx/numato/spartan6/xc6slx9')
-rw-r--r-- | fpga/gpmc/xilinx/numato/spartan6/xc6slx9/main.ucf | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |