50971dc10c
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
41 lines
1.2 KiB
Tcl
41 lines
1.2 KiB
Tcl
|
|
#
|
|
# Copyright (c) 2015 Digilent Inc.
|
|
# Copyright (c) 2015 Tinghui Wang (Steve)
|
|
# All rights reserved.
|
|
#
|
|
# File:
|
|
# download.tcl
|
|
#
|
|
# Project:
|
|
# acceptance_test
|
|
#
|
|
# Author:
|
|
# Tinghui Wang (Steve)
|
|
#
|
|
# Description:
|
|
# Downloads the acceptance test elf
|
|
#
|
|
# @NETFPGA_LICENSE_HEADER_START@
|
|
#
|
|
# Licensed to NetFPGA C.I.C. (NetFPGA) under one or more contributor
|
|
# license agreements. See the NOTICE file distributed with this work for
|
|
# additional information regarding copyright ownership. NetFPGA licenses this
|
|
# file to you under the NetFPGA Hardware-Software License, Version 1.0 (the
|
|
# "License"); you may not use this file except in compliance with the
|
|
# License. You may obtain a copy of the License at:
|
|
#
|
|
# http://www.netfpga-cic.org
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, Work distributed
|
|
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations under the License.
|
|
#
|
|
# @NETFPGA_LICENSE_HEADER_END@
|
|
#
|
|
|
|
fpga -f [lindex $argv 0]
|
|
connect mb mdm
|
|
dow SDK_Workspace/project/Debug/project.elf
|
|
run
|