登录
首页 » Others » matlab 2014b HDL Coder Users Guide

matlab 2014b HDL Coder Users Guide

于 2020-12-10 发布
0 231
下载积分: 1 下载次数: 5

代码说明:

Matlab 官方有关于HDL coder开发的详细技术文档, HDL Coder可以把Simulink模型、MATLAB代码和Stateflow框图生成位真、周期精确、可综合的Verilog和VHDL代码,很适合用于FPGA/ASCI的快速开发,里面还有大量的例程等等ContentsHDL Code generation from MATLaBMATLAB Algorithm DesignData Types and scope1-2Supported data TUsuppyted data type1-3Scope for variables1-3Operators1-4Arithmetic operate1-4Relational operators1-4ogical Operators1-5Control flow statements1-6Vector Function Limitations related to Control1-7PersistentⅤ ariables1-8Persistent Array variables1-10Complex data Type Support1-11Declaring complex signaIs1-11Conversion Between Complex and real signals1-12Support for vectors of Complex Numb1-12ystem Objects1-14Why use System objects?1-14Predefined System Object1-14User-Defined System ob1-14Limitations of HDL Code Generation for SystemObjects1-15System object Examples for HDL Code Generation.. 1-16Predefined System Objects Supported for HDL CodeGeneration1-17Load constants from a mat-file1-18Generate Code for User-Defined System Objects1-19How To Create a User-Defined System object1-1User-Defined System object Example1-19Map Matrices to ROM1-22Fixed-Point bitwise Functions1-231-23Bitwise Functions Supported for HDl Code Generation 1-23Fixed-Point Run-Time Library functions1-29Fixed-Point function limitations1-33Model State with Persistent variables and SysteObjects1-34Bit Shifting and bit rotation1-8Bit Slicing and Bit Concatenation1-41Guidelines for Efficient hdL code1-43MATLAB Design Requirements for HDL CodeGeneration1-44What is a matlab test bench?1-45MATLAB Test Bench Requirements and bestractices1-46MATLAB Test Bench requirements1-46MATLAB Test bench best practices1-46ContentsMATLAB Best Practices and Design Patterns forHDL Code generation2Model a counter for hdl code generation2-2MATLAB Counter2-2MATLAB Code for the counter2-3Best Practices in this Example2-4Model a state machine for HDL Code Generation2-5MATLAB State machinesMATLAB Code for the Mealy State MachineMATLAB Code for the moore state machine2-7Best practic2-9Generate hardware Instances For local functions2-10MATLAB Local functions2-10MATLAB Code for mlhdlc two counters. m2-10Implement RAM USing MATLAB Code2-13Implementation of RAM2-13Implement RAM Using a Persistent Array or Systemobject Properties2-13Implement RAM Using hdl. RAM2-14For-Loop best Practices for HDL Code generation2-16MATLAB Loops2-16Monotonically Increasing Loop Counters2-16Persistent Variables in Loops2-17Persistent Arrays in Loops2-17Fixed-Point Conversion3Floating-Point to Fixed-Point Conversion3-2Fixed-Point Type Conversion and Refinement3-16Working with Generated Fixed-Point Files3-26Specify Type Proposal Options3-33Log Data for Histogram3-37Automated Fixed-Point Conversion3-40License Requirements3-40Automated Fixed-Point Conversion Capabilities3-40Code Coverage3-42Proposing Data Types3-45Locking Proposed Data Types3-47Viewing functions3-47lew1ariables3-48Istogram ...3-54Function Replacements3-56Validating Types3-57g Numerics3-57Detecting Overflows3-57Custom plot functions3-59Visualize Differences Between Floating-Point and Fixed-Point results3-61Inspecting Data Using the Simulation Data Inspector 3-67What Is the Simulation Data Inspecto3-67Import Logged Data3-67Export Logged data3-67Group signals3-67Run options3-68Create Report3-68Comparison Options3-68Enabling Plotting Using the Simulation Data Inspector 3-68Save and Load simulation Data Inspector Sessions3-68Enable Plotting Using the Simulation Data Inspector 3-70From the UI3-70From the Command Line3-70Replacing Functions Using Lookup TableApproximations·3-72Replace a custom function with a lookup Table3-73From the UI3-73i ContentsFrom the Command line3-81Replace the exp Function with a Lookup Table3-84From the ui3-84From the Command line3-92Data Type Issues in Generated Code3-94Enable the highlight Option in a MaTLAB CoderProject3-94Enable the Highlight Option at the Command Line... 3-94Stowaway doubles3-94Stowaway singles3-94Expensive Fixed-Point operations3-94Code GenerationCreate and set Up Your Project4-2Create a New Project4-2Open an Existing ProjectAdd Files to the project4-4Primary Function Input Specification4-6When to Specify Input Properties4-6Why You must Specify Input Properties4-6Properties to Specify4-6Rules for Specifying Properties of Primary Inputs4-8Methods for Defining Properties of Primary Inputs4-8Basic hdl code generation with the workflowAdvisor4-10HDL Code Generation from System Objects4-14Generate Instantiable code for functions4-19How to generate Instantiable Code for Functions4-19Generate Code Inline for Specific Functions4-19Limitations for instantiable code generation forFunctions4-19Integrate Custom HDL Code Into MATLAB Design.. 4-21Define the hdl. Black Box System object4-21Use System object In MATLAB Design Function4-23Generate HDL Code4-23limitations for hdl. black box4-26Enable matLab function block generation4-27Requirements for MaTLAB Function Block Generation 4-27Enable matlab function block generation4-27Results of matlab function block generation4-27System Design with HDL Code Generation fromMATLAB and simulink4-28Generate Xilinx System Generator Black Box Block4-32Requirements for System Generator Black Box BlockGeneration4-32Enable System Generator black Box block GeResults of System Generator Black Box Bloc neration4-32Generation4-33Generate Xilinx System Generator for DsP black boxfrom MATLAB HDL Design4-34Generate HDL Code from MATLAB Code Using theCommand line interface4-40Specify the Clock Enable rate4-45Why specify the clock Enable rate?4-45How to Specify the clock Enable rate4-45Specify Test Bench Clock Enable Toggle rate4-47When to Specify Test Bench Clock Enable Toggle rate4-47How to Specify Test Bench Clock Enable Toggle rate4-47Generate an HDL Coding Standard report fromMATLAB4-49Using the hdl Workflow advisor4-49Using the Command Line4-51Generate an HDL Lint Tool script4-53How To generate an hdl lint Tool Script4-53ContentsGenerate a Board-Independent Ip core from MATLAB 4-55Generate a board-Independent Ip core4-55Requirements and Limitations for IP Core generation4-57Minimize clock enables4-58Using the GUi4-59Using the Command Line4-59Limitations4-59VerificationVerify Code with HDL Test Bench5-2Generate Test bench with file i/oWhen to Use file i/o In Test bench5-5How Test bench generation with file i/o works5-5Test Bench Data files5-5How to generate Test bench with file i/o5-6Limitations When Using File 1/0 In Test Bench5-6DeploymentGenerate Synthesis Scripts6-2Optimization7RAM Mapping7-2Map persistent Arrays and dsp. Delay to RAM7-3How To Enable RaM Mapping7-3RAM Mapping requirements for Persistent Arrays andSystem object PropertiesRAM Mapping Requirements for dsp. Delay Systemob7-6RAM Mapping Comparison for MATLAB Code7-8Pipelining7-9Port registers7-9Input and Output Pipeline registers7-9Variable pipelining7-9Register Inputs and Outputs7-10Insert Input and Output Pipeline registers7-11Distributed Pipelining7-12What is Distributed Pipelin7-12Benefits and Costs of Distributed pipelining7-12Selected Bibliograph7-12Pipeline matlab variables7-13Using the hdl Workflow Advisor7-13Using the Command Line Interface7-13Limitations of MatlAB Variable Pipelining7-13Optimize MatLAb loops7-15oop Streaming7-15Loop unrolling7-15How to Optimize maTLaB loops7-15Limitations for MaTLAB Loop Optimization7-16Constant Multiplier optimization7-17Specify constant multiplier optimization7-19Distributed Pipelining for Clock Speed Optimization7-20Map Matrices to Block RAMs to Reduce Area7-27Resource Sharing of Multipliers to Reduce Area7-32Loop streaming to Reduce Area7-41Contents

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • php文字游戏寻仙纪.zip
    php文字游戏可用版代码,美化了前端,自带数据库,开箱即完,带游戏编辑器工具,可以自定义游戏。这个跟后面的版本有些不一样,后面的版本我不能用,不知道怎么回事。这个版本保证可用,还带搭建教程
    2020-04-19下载
    积分:1
  • northwind的Mysql版本
    本northwind适用于Mysql版本,本人用的是Mysql57亲测可行,网上找了很多都不行,这是本人整理后的,亲测可行,简单易用
    2020-12-10下载
    积分:1
  • matlab RSSI 算法
    matlab RSSI 用于无线网络中的节点计算及仿真模拟
    2020-12-10下载
    积分:1
  • matlab仿真干涉条纹图
    使用matlab仿真干涉条纹图的简单程序。先产生512*512的全0矩阵,在设定周期,使光强变化。
    2020-11-29下载
    积分:1
  • Nonlinear Model Predictive Control: Theory and Algorithms
    非线性模型预测控制:理论和算法 图书 Nonlinear Model Predictive Control: Theory and Algorithms,Grüne Lars, Pannek Jürgen
    2020-12-11下载
    积分:1
  • 计算机视觉极线校正
    matlab代码实现了matlab平台下的极线校正算法 很有效 界面友好
    2020-12-01下载
    积分:1
  • 斑马ZEBRA ZPL指令打印所需SMT.ZEBRA.dll以及中文打印FNTHEX32.DLL
    该资源包含斑马打印帮助类ZebraPrinter的SMT.ZEBRA.DLL以及打印中文所需的FNTHEX32.DLL。
    2020-11-27下载
    积分:1
  • 简洁美观的毕业答辩PPT模板
    【实例简介】找到的最适合各类答辩的简洁、美观、干净的模板,分享给大家!
    2021-05-18 10:33:32下载
    积分:1
  • siemens 840d-sl高级手册
    siemens 840d-sl高级编程手册,系统编程介绍,特殊指令用法,示例前言S| NUMERIK文献SINUMERIK文档分为以下几个类别·一般文献用户文献制造商/维修文档其它信息访问链接Www.siemens.com/motioncontrolldocu可获取关于以下主题的信息:订购文档/查看印刷品一览进入下载文档的链接使用在线文档(查找搜索手册/信息)如果您对技术文档有疑问(例如:建议或修改),请发送一份电子邯件到下列地址documotioncontrol@siemens.com我的文档管理器(MDM)点击下面的链接,您可以在西门子文档内容的基础上创建自己的机床文档。www.siemens.com/mdm培训提供的培训课程有:www.siemenscom/sitrainS|TRAN-西门子自动化产品、系统以及解决方案的培训www.siemens.com/sinutrainSinu train-S| NUMERIK培训软件常见问题常见问题(FAQ)请点击“产品支持",然后点击右侧的“支持http:/support.automationsiemens.comSINUMERIKS| NUMERIK的信息请点击:工作准备部分编程手册09/2011,6Fc53982BP40-2RA0前www.siemens.com/sinumerik目标客户该手册供以下人员使用:编程人员设计人员使用利用该编程手册目标用户可以设计程序和软件界面、写入、测试和消除故障标准功能范畴在该编程说明中描述∫标准的功能范畴。机床制造商增添或者更改的功能,由机床制造商资料进行说明。控制系统有可能执行本文献中未描述的某些功能。但是这并不意味着在提供系统时必须带有这些功能,或者为其提供有关的维修服务。同样,因为只是概要,所以该文献不包括仝部类型产品的所有详细信息,也无法考虑到安装运行和维修中可能出现的各种情况技术支持各个国家的技术支持电话请访问以下网址http://www.siemens.com/automation/service&support结构与内容的相关信息编程手册“基本原理”和“工作准备”。关于NC编程的说明分列在两木手册中:1.基本原理编程手册‘基本原理”供机床专业操作供使用,需要冇相应的钻削、铣削和车削加工知识。这里也利用一些简单的编程举例,说明常见的指令和语句(符合D|N66025)2.工作准备部分编程手册“工作准备部分"供熟悉所有编程方法的工艺人员使用。 SINUMERκK控制系统可利用一种专用编程语言对复杂的工件程序(例如自由成形曲面,通道坐标,…)进行编程,并且可减轻工艺人员编程的负担工作准备部分编程于册,09/2011,6FC53982BP40-2RA0Nc语言的可用性本手册中所描述的全部NC话言都可用于 SINUMERIK840Ds。有关S| NUMERIK828D的可用性见表格“指令:在 SINUMERIK828D上的可用性[页796]工作准备部分编程于册,O9/2011,6FC5398-2BP40-2RA05前工作准备部分6编程于册,09/2011,6FC53982BP40-2RA0目录前言……1灵活的NC编程.17变量171.1.1变量的一般信息171.12系统变量1811.3预定义用户变量:计算参数(R)201.1.4预定义用户变量:链接变量221.1.5定义用户变量(DEF)241.16系统变量,用户变量和NC语言指令的重新定义( REDEF)291.1.7属性:初始化值.321.18属性:极限值(LL,UL)35119属性:物理单位(PHU)361110属性:存取权限(APR,APW,APRP,APWP,APRB,APWB)1.1.11可定义和可重新定义的属性一览441.1.12定义和初始化数组变量(DEF,SET,REP)451.1.13定义和初始化数组变量(DEF,SET,REP):其它信息491.1.14数据类型画画B1面面∴511.2间接编程531.2.1间接编程地址531.2.2间接编程G代码1画551.2.3间接编程位置属性(GP∴561.2.4间接编程零件程序行( EXECSTR|NG)59运算功能601.4比较运算和逻辑运算·.·····,,,,,,,,,631.5比较错误的精确度修正( TRUNC)…...……651.6参见“最大变量、最小变量和变量Ⅸ域( MINVAL, MAXVAL, BOUND67运算的优先级691.8可能有的类型转换19字符串运算711.91类型转换到字符串( AXSTR|NG)711.9.2从字符串( NUMBER,| SNUMBER, AXNAME)类型转换.721.93字符串的链接(
    2020-12-08下载
    积分:1
  • FIR低通滤波器+matlab
    实用的程序代码,用于adc采样之后的滤波
    2021-05-06下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载