<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EETOP 创芯网论坛 (原名：电子顶级开发网) - Artix-7开发板试用活动</title>
    <link>https://bbs.eetop.wang/forum-309-1.html</link>
    <description>Latest 20 threads of Artix-7开发板试用活动</description>
    <copyright>Copyright(C) EETOP 创芯网论坛 (原名：电子顶级开发网)</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 04:35:47 +0000</lastBuildDate>
    <ttl>180</ttl>
    <image>
      <url>https://bbs.eetop.wang/static/image/common/logo_88_31.gif</url>
      <title>EETOP 创芯网论坛 (原名：电子顶级开发网)</title>
      <link>https://bbs.eetop.wang/</link>
    </image>
    <item>
      <title>artix-7</title>
      <link>https://bbs.eetop.wang/thread-624700-1-1.html</link>
      <description><![CDATA[资料不错，很好使用。谢谢分享。]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>linyiwork</author>
      <pubDate>Thu, 23 Mar 2017 10:49:59 +0000</pubDate>
    </item>
    <item>
      <title>Artix 7 Design need</title>
      <link>https://bbs.eetop.wang/thread-622202-1-1.html</link>
      <description><![CDATA[I need help on the Artix 7 for main and satellite bd.

let me know if you can help and lets discuss your asking price for the project.

13537661622]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>bryanwizard</author>
      <pubDate>Tue, 14 Feb 2017 15:48:39 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之六--设计过程中的一些杂谈</title>
      <link>https://bbs.eetop.wang/thread-616096-1-1.html</link>
      <description><![CDATA[1关于静态功耗和动态功耗 fpga中有丰富的逻辑资源和IP，在资源许可的情况下，怎么使用都没有限制，工具也不会优化提示。但对于嵌入式应用来说，要时时刻刻关注低功耗设计指标。
针对现在设计过程中的动态功耗，有以下几点措施：对于多位宽的信号赋值时要加上使能信号， ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Wed, 19 Oct 2016 15:29:55 +0000</pubDate>
    </item>
    <item>
      <title>Hoki评测Artix-7 50T开发板 (五) 工业以太网应用</title>
      <link>https://bbs.eetop.wang/thread-613425-1-1.html</link>
      <description><![CDATA[此篇介绍一下工业以太网的应用，并评测在Artix-7 50T开发板上的实现：
工业以太网，顾名思义，其是应用在工业控制领域的专用以太网协议，应用领域如定子传动系统，机床，机器人，楼宇技术等。IEEE802.3以太网中存在的用于解决数据碰撞的机制带来了数据传输的延迟， 为 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>huxiaokai2005</author>
      <pubDate>Tue, 13 Sep 2016 08:05:45 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之五--程序调试和chip scope使用</title>
      <link>https://bbs.eetop.wang/thread-612758-1-1.html</link>
      <description><![CDATA[要抓紧时间更新了，人总要给自己不断的前进的斗劲才不会荒废懒惰下来，要不断的加油，相信那个一万小时的法则，唯有不断的努力，才能显得游刃有余！这次先更新一个工程建立和chip scope的使用简介帖子吧。
创建工程就相对很简单，实例教程也很多。下面就用图片来展示吧 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Sun, 04 Sep 2016 15:35:49 +0000</pubDate>
    </item>
    <item>
      <title>Hoki评测Artix-7 50T开发板 (四) 以太网深入</title>
      <link>https://bbs.eetop.wang/thread-611624-1-1.html</link>
      <description><![CDATA[以太网可以说是现今应用最广泛的数据通信协议之一，本篇从物理层对以太网在Artix-7 50T开发板上应用进行评测。一、原理：
按照技术发展以太网可以分为：标准以太网、快速以太网、千兆以太网和万兆以太网。
标准以太网只有10Mbps的吞吐量，使用的是带有冲突检测的载波 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>huxiaokai2005</author>
      <pubDate>Wed, 17 Aug 2016 14:00:11 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之四 MPU6050程序设计初步</title>
      <link>https://bbs.eetop.wang/thread-611359-1-1.html</link>
      <description><![CDATA[这段时间工作很忙，说要抓紧进度，总是力不从心。上次查阅了mpu6050相关资料，还有结合原来的IIC设计，现在整理了部分iic的代码。
接口设计：
module mpu6050_top(
input clk,rst_n;
output scl;
inout sda;
output reg [7:0]ACC_XH_READ;//存储加速度X轴高八位
output  ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Fri, 12 Aug 2016 15:39:56 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之三 去雾算法</title>
      <link>https://bbs.eetop.wang/thread-610751-1-1.html</link>
      <description><![CDATA[实现参考2009年CVPR最佳论文《Single Image Haze Removal Using Dark Channel Prior》，作者何凯明。]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>gxliu</author>
      <pubDate>Wed, 03 Aug 2016 03:16:25 +0000</pubDate>
    </item>
    <item>
      <title>Hoki评测Artix-7 50T开发板（三）开发上手</title>
      <link>https://bbs.eetop.wang/thread-610398-1-1.html</link>
      <description><![CDATA[在进行FPGA开发之前，需要安装Xilinx公司的FPGA开发软件。之前的开发软件ISE 从2013年10月起Xilinx方面就不做任何发布更新了，14.7版算是ISE的终极。另外ISE并不支持Virtex-7、Kintex-7、Artix-7、Zynq-7000及更新器件的相关开发，针对Artix-7 50T套件的FPGA开发就交 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>huxiaokai2005</author>
      <pubDate>Thu, 28 Jul 2016 16:08:20 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之三 硬件搭建和MPU6050程序设计</title>
      <link>https://bbs.eetop.wang/thread-609760-1-1.html</link>
      <description><![CDATA[【Artix-7开发板试用】之三 硬件搭建和MPU6050程序设计 Artix-7开发板上面预留了丰富的接口，特别是6个Pmod接口，可以外接很多设备，统一的接口标准，对于扩展也十分有利。本次使用的MPU6050模块是在淘宝上面购买的小模块，对外预留IIC和电源接口，直接和Artix-7开发板 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Fri, 22 Jul 2016 16:00:19 +0000</pubDate>
    </item>
    <item>
      <title>Artix7 开发板试用（二）</title>
      <link>https://bbs.eetop.wang/thread-609755-1-1.html</link>
      <description><![CDATA[直接vivado打开example project

选wavegen 

选器件类型，没有50T，随便选一个70T好了


生成project完成之后，在这里可以改project part

改完之后，sim，synthesis都是ok的
但是到place的时候，报一些IO类型找不到，发现xdc的名字还是旧的70T
70T的IO资源和50T不一样 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>ppphonix</author>
      <pubDate>Fri, 22 Jul 2016 15:16:49 +0000</pubDate>
    </item>
    <item>
      <title>Hoki评测Artix-7 50T开发板 （二）初探</title>
      <link>https://bbs.eetop.wang/thread-609551-1-1.html</link>
      <description><![CDATA[这篇对Artix-7 50T开发板简单上手，按照官方提供的快速上手小卡片，一步一步走：1. 安装Silicon Labs CP2104USB-to-UART驱动，可从以下链接下载：www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx

2. 用microUSB线连接Artix-7 50T板上microUSB口（ ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>huxiaokai2005</author>
      <pubDate>Wed, 20 Jul 2016 03:11:57 +0000</pubDate>
    </item>
    <item>
      <title>Artix-7开发板评测---2 去雾IP架构</title>
      <link>https://bbs.eetop.wang/thread-608923-1-1.html</link>
      <description><![CDATA[整体框图，借网络上一篇论文的框图]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>gxliu</author>
      <pubDate>Sat, 09 Jul 2016 01:22:37 +0000</pubDate>
    </item>
    <item>
      <title>Artix-7开发板评测---1 摄像头输入，复合视频信号输出</title>
      <link>https://bbs.eetop.wang/thread-608922-1-1.html</link>
      <description><![CDATA[什么Artix-7开发板开箱照片，搭建测试平台的免了。直接开始目标工程。
做CMOS摄像头输入，图像ISP算法后输出到LCD。
只需要做一个PMOD转FPC转接板接CMOS传感器模块。
另外输出改为复合视频输出，采用ADV7171，占用2个PMOD接口。 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>gxliu</author>
      <pubDate>Sat, 09 Jul 2016 01:13:34 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之二 系统设计方案和MPU6050简介</title>
      <link>https://bbs.eetop.wang/thread-608913-1-1.html</link>
      <description><![CDATA[【Artix-7开发板试用】之二系统设计方案和MPU6050简介 1
系统方案介绍项目采用ARTIX-7开发板为核心，外加MPU6050姿态传感器、L298N电机控制器、两轮电机和航模电池等核心模块构建两轮自平衡小车，利用FPGA的强大并行计算能力实时处理算法中的浮点数据运算，提高运算速度 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Fri, 08 Jul 2016 16:01:09 +0000</pubDate>
    </item>
    <item>
      <title>7A50T开发板试用报告（一）以太网测试</title>
      <link>https://bbs.eetop.wang/thread-608763-1-1.html</link>
      <description><![CDATA[很幸运能够有机会拿到试用名额，板子到的时候那种激动难以言表，毕竟是我第一次参加这种活动。激动之后，开始搞起。虽然以前使用过K7芯片，但由于有项目节点要求，就选择了较为熟悉的ISE进行开发。当拿到7A50T开发板后，习惯性的打开了一下ISE，但没有找到A750T的芯片。 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>renmike</author>
      <pubDate>Wed, 06 Jul 2016 12:21:46 +0000</pubDate>
    </item>
    <item>
      <title>测评Artix-7 开发板</title>
      <link>https://bbs.eetop.wang/thread-608693-1-1.html</link>
      <description><![CDATA[昨天刚刚拿到板子，
连夜下载vivado

安装vivado，



Xinlinx7系列可以在追求FAST的同时，保持POWER，COST的竞争力。
分为Artix Kintex Virtex
Artix-7是28nm工艺，小型化封装、统一的 Virtex 系列架构，
相对于 Spartan-6 系列而言，Artix-7系列功耗降低了一半， 成本 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>ppphonix</author>
      <pubDate>Tue, 05 Jul 2016 14:54:14 +0000</pubDate>
    </item>
    <item>
      <title>Artix-7开发板评测（一） 开箱</title>
      <link>https://bbs.eetop.wang/thread-608613-1-1.html</link>
      <description><![CDATA[笔者有幸能获得这次Artix-70 50T开发套件的评测，开篇必须感谢Xilinx、Avnet和EETOP联合举办了这次活动。回想N年前，笔者在EETOP参加过类似的活动，当时的开发板是Spartan-6 LX9套件，当时评测文章是关于“基于AXI总线的自定义IP设计”，想想当年初入职场青涩的 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>huxiaokai2005</author>
      <pubDate>Mon, 04 Jul 2016 15:43:09 +0000</pubDate>
    </item>
    <item>
      <title>【Artix-7开发板试用】之一环境搭建和开发板测试</title>
      <link>https://bbs.eetop.wang/thread-606717-1-1.html</link>
      <description><![CDATA[环境搭建和开发板测试拿到板子已经快一周了，要抓紧时间来分享我的DIY过程了。首先是环境安装和开发板试验篇。开发板附带了有简要测试说明，同时还有相关资料的链接地址，把所有的资料都下载下来以备后用。下载usb转串口驱动，在xilinx官网上面下载vavado程序，因为使用 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>youzizhile</author>
      <pubDate>Thu, 30 Jun 2016 15:05:43 +0000</pubDate>
    </item>
    <item>
      <title>Artix-7开发板试用活动名单公布！</title>
      <link>https://bbs.eetop.wang/thread-605393-1-1.html</link>
      <description><![CDATA[非常感谢大家对本活动的大力支持！
经过20天的报名申请，我们共收到150多名工程师提交的试用申请，大家都非常认真，非常感动！
现在到了公布名单的时刻了，但是又非常的于心不忍!因为试用名单有限，共6个名额。所以对于没有申请到的只能表示一下惋惜！
我们能做到的就是 ...]]></description>
      <category>Artix-7开发板试用活动</category>
      <author>jackzhang</author>
      <pubDate>Wed, 15 Jun 2016 04:29:30 +0000</pubDate>
    </item>
  </channel>
</rss>