44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
|
<!--
|
||
|
# 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>
|