-
在数字电路的设计中,时序设计是一个系统性能的主要标志,在高层次设计方法中,对时序控制的抽象度也相应提高,因此在设计中较难把握,但在理解RTL电路时序模型的基础上...
在数字电路的设计中,时序设计是一个系统性能的主要标志,在高层次设计方法中,对时序控制的抽象度也相应提高,因此在设计中较难把握,但在理解RTL电路时序模型的基础上,采用合理的设计方法在设计复杂数字系统是行之有效的,通过许多设计实例证明采用这种方式可以使电路的后仿真通过率大大提高,并且系统的工作频率可以达到一个较高水平-In digital circuit design, timing design is a main indicator of system performance in high-level design methods, control of timing was also a corresponding increase in the abstract, so more difficult to grasp in the design, but in understanding the RTL circuit timing model based on rational design methods used in the design of complex digital systems is a well-established through many design examples prove that this approach can make the circuit after the simulation significantly improve pass rates, and the system operating frequency can reach a high level
- 2022-02-10 11:37:28下载
- 积分:1
-
详细的嵌入式bootloader解释,很有用
详细的嵌入式bootloader解释,很有用-Embedded bootloader detailed explanation, very useful
- 2023-02-27 10:15:03下载
- 积分:1
-
SkyEye的PXA270开发板开发板,为270源代码,改变…
skyeye for pxa270 ,针对270开发板的skyeye 源代码,更改了目标板的名字等-skyeye for pxa270, for the 270 development board skyeye source code, change the name of the target board, etc.
- 2022-02-04 12:57:48下载
- 积分:1
-
stc51单片机 数码管电子时钟(内部定时器)
stc51单片机 数码管电子时钟
使用内部定时器
外接元件为4个独立按键
K1 = P1^4;
K2 = P1^5;
K3 = P1^6;
K4 = P1^7;
和8段数码管
a = P0^0
b = P0^1
c = P0^2
d = P0^3
e = P0^4
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-04 05:35:03下载
- 积分:1
-
multiple real
实时多重作业操作系统内核(RTMK)。简单实时多重作业操作系统内核源程序。RTMK支持消息和事件,专供希望自己书写实时操作系统的程序员作为参考。-multiple real-time operating system kernel operations (RTMK). A simple real-time operating system kernel multiple source operations. RTMK support news and events for professionals want to write real-time operating system programmer"s reference.
- 2023-07-18 09:55:03下载
- 积分:1
-
SD卡mega16驱动程序
应用背景使用ATMEL单片机MEGA16来驱动VS1003芯片,并拨放SD 卡中的歌曲,MAGE16实现了对SD卡驱动,FAT32的驱动。关键技术
MAGA16单片机
SD卡驱动
VS1003驱动
PS2驱动
FAT32驱动
- 2022-02-05 00:16:21下载
- 积分:1
-
Enviroment setup for u
Enviroment setup for u-boot with omap3530
- 2022-02-25 08:43:55下载
- 积分:1
-
嵌入式图形处理系统,emgui嵌入式图形处理系统,
嵌入式图形处理系统,emgui嵌入式图形处理系统,-embedded graphics system, emgui embedded graphics system,
- 2022-03-16 10:58:59下载
- 积分:1
-
三星44b0 LED测试程序,主要用来测试硬件功能。
三星44b0 LED测试程序,主要用来测试硬件功能。-Samsung 44b0 LED test procedure is mainly used to test the hardware functionality.
- 2022-10-23 19:35:08下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1