-
IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则
asyn_fifo.veo 给出了例化该核方式(或者在 E...
IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则
asyn_fifo.veo 给出了例化该核方式(或者在 Edit->Language Template->COREGEN 中找到
verilog/VHDL 的例化方式)。asyn_fifo.v 是该核的行为模型,主要调用了 xilinx 行为模型库
的模块,仿真时该文件也要加入工程。-IP core generator generate ip after two documents more useful to us. Formation of a hypothetical nuclear asyn_fifo, asyn_fifo.veo were given cases of the methods (or Edit-
- 2022-02-25 02:49:20下载
- 积分:1
-
关于指针的专门详解。。有很强的参考价值,可对指针有进一步透彻的认知...
关于指针的专门详解。。有很强的参考价值,可对指针有进一步透彻的认知-Detailed guidelines on the specialized. . Have a strong reference value may be a further indicator of cognitive thorough
- 2022-03-21 09:01:58下载
- 积分:1
-
JAVA基础教程,对JAVA学习着很有用
JAVA基础教程,对JAVA学习着很有用-Java-based directory of Java is useful learning
- 2022-03-28 18:12:31下载
- 积分:1
-
VC绘图程序教程
VC绘图程序教程 -VC mapping procedures Tutorial
- 2022-09-27 16:30:04下载
- 积分:1
-
头文件示例
C header file example
- 2022-01-25 22:27:33下载
- 积分:1
-
c++200源代码
c++200源代码-c source code 200
- 2022-06-19 21:51:33下载
- 积分:1
-
一本介绍java 的好书~~~~~~~~~~~ 喜欢java的同志必看,虽然是英文,但是慢慢看拉...
一本介绍java 的好书~~~~~~~~~~~ 喜欢java的同志必看,虽然是英文,但是慢慢看拉-a briefing books java java ~~~~~~~~~~~ like the comrades Watchable, though English, but slowly can pull Albion
- 2022-04-24 06:15:59下载
- 积分:1
-
最大团问题的一种算法,包含了详细的C++源代码,请下载
最大团问题的一种算法,包含了详细的C++源代码,请下载-largest group of an algorithm contains a detailed C source code, download
- 2022-02-26 08:04:26下载
- 积分:1
-
MCS51系列单片机教程
从单片机的历史,到开发板的设计,单片机内部结构,汇编代码实验程序,开发部署全过程,非常详细,是单片机入门者或初级开发者的好向...
MCS51系列单片机教程
从单片机的历史,到开发板的设计,单片机内部结构,汇编代码实验程序,开发部署全过程,非常详细,是单片机入门者或初级开发者的好向导。-MCS51 series single-chip microcontroller tutorial from the history of the development board design, the internal structure of single-chip, code compiled experimental procedures, the development and deployment of the entire process, very detailed, single-chip entry is the primary developer or a good Wizard.
- 2023-05-21 06:40:04下载
- 积分:1
-
设计算法判断一个算术表达式的圆括号是否正确配对。 (提示:
对表达式进行扫描,凡遇到 ( 就进栈,遇 ) 就退掉栈顶的 ( ,表达式被扫描完毕,栈应为空。...
设计算法判断一个算术表达式的圆括号是否正确配对。 (提示:
对表达式进行扫描,凡遇到 ( 就进栈,遇 ) 就退掉栈顶的 ( ,表达式被扫描完毕,栈应为空。-Design algorithm to determine an arithmetic expression is correct matching parentheses. (Hint: regular expressions to scan for, in any case where (in the case into the stack, the event) on the Top-to return the (, expression was scanned, the stack should be empty.
- 2023-09-03 16:20:03下载
- 积分:1