1 Star 0 Fork 0

zdevt/Vitis_Model_Composer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
<html>
      <head>
        <title></title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
      </head>
      <body>
        <div id='content'>
    <p><img src="Images/github_banner.png" alt="" /></p>
<h1 id="rapid-design-exploration-using-vitis-model-composera-nameintroductiona">Rapid design exploration using Vitis Model Composer<a name="introduction"></a></h1>
<p>Within the Simulink environment, Vitis Model Composer offers a range of performance-optimized blocks that facilitate the design and implementation of DSP algorithms on AMD devices. The inclusion of the Vitis Model Composer AI Engine, HLS, and HDL libraries enables efficient algorithm exploration and greatly expedites the path towards production.</p>
<p>To learn more, visit the Vitis Model Composer <a href="https://www.xilinx.com/products/design-tools/vitis/vitis-model-composer.html">website</a>.</p>
<h1 id="where-should-you-start">Where should you start?</h1>
<p>Are you interested in accelerating your development effort using Vitis Model Composer? Here is where to start:</p>
<ul>
<li><strong>Review the <a href="https://github.com/Xilinx/Vitis_Model_Composer/wiki/System-Requirements-for-Vitis-Model-Composer">supported operating systems and MATLAB releases</a>.</strong></li>
<li>Learn the <a href="matlab:XmcExampleApi.getExample('Simulink_Basics')">basics</a> of Simulink. To use Vitis Model Composer effectively, you need to understand the basics of Simulink, <br />
a block diagram environment for multidomain simulation and model-based design.</li>
<li>Go over to the <a href="matlab:XmcExampleApi.getExample('Tutorials')">tutorials</a>. The tutorials will give you a solid understanding of how to use the tool.</li>
<li>Browse through many of the examples we have here. You can easily access these examples from within the tool. (<strong>Note:</strong> Many of the examples require the <a href="https://www.mathworks.com/products/dsp-system.html">DSP System Toolbox</a>.)</li>
</ul>
<h1 id="whats-new-in-20241">What's new in 2024.1?</h1>
<ul>
<li>The <a href="matlab:XmcExampleApi.getExample('Normalization')">Normalization example</a> showcases two features of the AIE-ML architecture: shared buffers on memory tiles, and the <code>bfloat16</code> data type.</li>
<li>See a <a href="matlab:XmcExampleApi.getExample('IFFT64K_2D')">64K-pt IFFT at 2 GSPS</a> implemented in AI Engine using a 2D architecture.</li>
<li>Working with both AI Engines and PL? See the <a href="matlab:XmcExampleApi.getExample('AIE-PL')">tutorials</a> showing how to connect the block libraries in Vitis Model Composer.</li>
<li>MATLAB R2023a and R2023b are now supported by Vitis Model Composer.</li>
</ul>
<h1 id="examples">Examples</h1>
<p align="center">
  <a href="matlab:XmcExampleApi.getExample('AIENGINE_plus_PL')"><img src="Images/hetero.jpg" width="350"></a>  
  <a href="matlab:XmcExampleApi.getExample('AIENGINE')"> <img src="Images/aiengines.jpg" width="350"></a>
  <a href="matlab:XmcExampleApi.getExample('HLS')"><img src="Images/hls.jpg" width="350"></a>
  <a href="matlab:XmcExampleApi.getExample('HDL')"><img src="Images/hdl.jpg" width="350"></a>
</p>
<h1 id="tutorials">Tutorials</h1>
<p align="center">
   <a href="matlab:XmcExampleApi.getExample('Tutorials')"><img src="Images/tutorials.jpg" width="350" ></a>
</p>
<h1 id="quick-guidesa-namequick_guidesa">Quick Guides<a name="quick_guides"></a></h1>
<p align="center">
   <a href="matlab:XmcExampleApi.getExample('QuickGuides')"><img src="Images/QuickGuides.jpg" width="350" ></a>
</p>
<hr />
<p>Copyright 2024 Advanced Micro Devices, Inc.</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");<br />
you may not use this file except in compliance with the License.<br />
You may obtain a copy of the License at</p>
<pre><code>http://www.apache.org/licenses/LICENSE-2.0
</code></pre>
<p>Unless required by applicable law or agreed to in writing, software<br />
distributed under the License is distributed on an "AS IS" BASIS,<br />
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br />
See the License for the specific language governing permissions and<br />
limitations under the License.</p>

        </div>
        <style type='text/css'>body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 5px;
  }

  body > #content {
    padding: 0px 20px 20px 20px !important;
  }
}

body > #content {
  margin: 0px;
  max-width: 900px;
  border: 1px solid #e1e4e8;
  padding: 10px 40px;
  padding-bottom: 20px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  color: #bbb;
  background-color: #bbb;
  height: 1px;
  flex: 0 1 auto;
  margin: 1em 0;
  padding: 0;
  border: none;
}

/**
 * Links
 */
a {
  color: #0366d6;
  text-decoration: none; }
  a:visited {
    color: #0366d6; }
  a:hover {
    color: #0366d6;
    text-decoration: underline; }

pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
}

/**
  * Code blocks
  */

code {
  background-color: rgba(27,31,35,.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  word-wrap: break-word;
  padding: .2em .4em;
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
}

pre > code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  word-wrap: normal;
  font-size: 100%;
}


/**
 * Blockquotes
 */
blockquote {
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 16px;
  border-left-width: 3px;
  padding: 0 1em;
  color: #828282;
  border-left: 3px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote * {
  font-style: normal !important;
  letter-spacing: 0;
  color: #6a737d !important;
}

/**
 * Tables
 */
table {
  border-spacing: 2px;
  display: block;
  font-size: 14px;
  overflow: auto;
  width: 100%;
  margin-bottom: 16px;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

th {
  font-weight: 600;
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

/**
 * Others
 */

img {
  max-width: 100%;
}

p {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #24292e; }

ul {
  margin-top: 0; }

li {
  color: #24292e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

li + li {
  margin-top: 0.25em; }

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #24292e; }

a:visited {
  color: #0366d6; }

h2, h3 {
  border-bottom: 1px solid #eaecef;
  color: #111;
  /* Darker */ }

h1 {
color: black;
border-bottom: 1px solid #eaecef;
}
</style>
      </body>
    </html>

空文件

简介

https://github.com/Xilinx/Vitis_Model_Composer.git 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Verilog
1
https://gitee.com/zdevt/Vitis_Model_Composer.git
git@gitee.com:zdevt/Vitis_Model_Composer.git
zdevt
Vitis_Model_Composer
Vitis_Model_Composer
2024.1

搜索帮助