你的位置:EETOP 赛灵思(Xilinx) 社区 >> >> 全部 >> 详细内容

2015Ross Freeman Award创新大奖首设软件奖,高调展示公司软硬结合全可编程的转型

发布者:jackzhang 时间:2015-06-17 16:29:49

赛灵思 2015 Ross Freeman Award 创新大奖今年首设软件奖,高调展示公司从硬件到软件软硬结合全可编程的转型。那么员工心目中的软件大奖给了谁?—— SDAccel, 软件定义的加速器设计环境! Why?  它到底对赛灵思和行业有何意义? 赛灵思CTO  IVO 将为您解读!


ast week, Xilinx CTO and Senior Vice President Ivo Bolsens presented two Ross Freeman Awards for Technical Innovation to the hardware and software innovation teams responsible for developing the relevant technologies. I interviewed Ivo after the awards to get more detail. This blog contains Ivo’s remarks about the software award, for the new Xilinx SDAccel development environment.

 

 

Ivo Bolsens:

 

What we are trying to do with the Ross Freeman Awards for Technical Innovation is recognize technical innovations—the technical contributions—that have reached the market in our products over the last fiscal year. That is, the technology that has reached our customers. These recognized innovations are a major differentiator in our products.

 

We’ve made these awards 23 times. In the past, there was only one award. Over time, as Xilinx has become more and more a software company, so recently we decided to give one award for hardware innovation and one for software innovation.

 

Sometimes, the problem you have at Xilinx is that the distinction between hardware and software is blurred because everything is programmable. What is hardware? What is software? You have silicon hardware. You have soft hardware. You have software running on soft hardware (code running on MicroBlaze processors, for example). You have software running on hard hardware (code running on the ARM Cortex-A9 MPCore processors in the Zynq SoC and MPSoC). It’s complicated.

 

The rule that we typically apply in the company is that if you have to FedEx it, it’s hardware; if you can email it, it’s software.

 

Now, what’s very important about the Ross Freeman Award for Technical Innovation is that the winners are selected by their technical peers at Xilinx. So in the end, the award decision rests not with a small group of Xilinx executives meeting in conclave. The executives select the finalists from nominations made by the Xilinx technical community, so getting nominated as one of the three top hardware or three top software innovations is an honor and recognition in itself.

 

It’s the Xilinx technical community that selects the award winners. I feel this is an important aspect of the award. Your peers are voting.

 

We also try to recognize the innovators. We know it takes a large team to get the technology into the product. Sometimes, selecting the innovators behind a technology is a difficult decision. You have to be almost in the mental model of writing a patent. Who are the people who really got it started? We’re not awarding the execution; we’re awarding the innovation and the idea. There are other places where execution can be rewarded.

 

This year, on the software side, we awarded the SDAccel technology, which won the popular vote just ahead of the SDSoC development environment. Both the SDAccel and SDSoC development environments have a software look and feel to make development with Xilinx All Programmable devices feel more familiar to people who specialize in software development.

 

 

Ross Freeman Award 2015 Software.jpg

 

2015 Ross Freeman Award for Technical Innovation, Software

 

 

The previous software-centric Ross Freeman Award for Technical Innovation winner was the high-level synthesis technology that is now at the heart of Vivado HLS. To a certain extent, that technology was a stepping stone to SDAccel, which has further developed the idea and the technology of high-level synthesis. Vivado HLS allows you to compile hardware from a high abstraction level, using C or C++, into functions implemented in an FPGA. But then, you need to surround these functions with an infrastructure, like the memory infrastructure and the I/O infrastructure, in the FPGA. So there’s still a hardware-development component when using Vivado HLS.

 

SDAccel adds an extra layer on top of Vivado HLS. SDAccel abstracts the model of a programmable platform—the memory interfaces, the interfaces between the CPU and the FPGA, the interfaces between the FPGA and the network, and so on. All of that is abstracted away by APIs that are made available in a parallel-programming environment, which is based on OpenCL.

 

The framework of OpenCL is built around the semantics of the OpenCL programming language. What OpenCL brings, on top of the original C programming language, is that it allows you to model the platform at a high level; it brings parallelism; and it brings run-time capabilities and reprogrammability to a platform.

 

By introducing OpenCL capabilities in our SDAccel environment, you can now look at the FPGA together with the CPU as a heterogeneous programming platform. You can write your run-time scheduling in OpenCL and you can write kernels, which are actually functions you implement on a CPU or FPGA. SDAccel then uses Vivado HLS to synthesize these functions into the FPGA fabric.

 

SDAccel is the next step, on top of Vivado HLS, to create that software look and feel for the software-development community. It’s an essential technology to move into the heterogeneous programming paradigm where you can take a high-level, software-centric description of your problem and map it onto a parallel platform that consists of heterogeneous components that execute the functions. We think this is an essential technology.

 

One thing more of note. When we joined the Khronos Group to further OpenCL development, some features needed to take advantage of an FPGA’s capabilities were lacking in the standard—characteristics like dataflow, for example. We were able to convince the standardization group to add these features. So we have been actively engaged in helping to mold the standards to provide more interesting capabilities.

 

I’m very excited about SDAccel, actually.


最新课程

  • 深入浅出玩儿转FPGA

    本视频基于Xilinx公司的Artix-7FPGA器件以及各种丰富的入门和进阶外设,提供了一些典型的工程实例,帮助读者从FPGA基础知识、逻辑设计概念

  • 从零开始大战FPGA基础篇

    本课程为“从零开始大战FPGA”系列课程的基础篇。课程通俗易懂、逻辑性强、示例丰富,课程中尤其强调在设计过程中对“时序”和“逻辑”的把控,以及硬件描述语言与硬件电路相对应的“

  • Verilog基础及典型数字

    课程中首先会给大家讲解在企业中一般数字电路从算法到流片这整个过程中会涉及到哪些流程,都分别使用什么工具,以及其中每个流程都分别做了