rename dir
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
3e029252a6
commit
50971dc10c
197 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,43 @@
|
|||
<!--
|
||||
# Copyright (c) 2015 Digilent Inc.
|
||||
# Copyright (c) 2015 Tinghui Wang (Steve)
|
||||
# All rights reserved.
|
||||
#
|
||||
# File:
|
||||
# SDKproj.xml
|
||||
#
|
||||
# Project:
|
||||
# reference project
|
||||
#
|
||||
# Author:
|
||||
# Tinghui Wang (Steve)
|
||||
#
|
||||
# Description:
|
||||
# compiles a project
|
||||
#
|
||||
# @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@
|
||||
#
|
||||
-->
|
||||
|
||||
<project name="SDK Script" default="main">
|
||||
<target name="main">
|
||||
<createHwProject projname="hw_platform_0" hwspecpath="hw/control_sub.xml" />
|
||||
<createAppProject projname="simple_sume_switch" hwprojname="hw_platform_0" processor="nf_mbsys_mbsys_microblaze_0" bspprojname="bsp" os="standalone" template="Hello World" language="C" />
|
||||
</target>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue