System Generator入门笔记 [CPLD/FPGA] 发布时间:2010-04-08 23:02:09 System Generator是Xilinx公司进行数字信号处理开发的一种设计工具,它通过将Xilinx开发的一些模块嵌入到Simulink的库中,可以在Simulink中进行定点仿真,可是设置定点信号的类型,这样就可以比较定点仿真与浮点仿真的区别.并且可以生成HDL文件,或者网表,可以再ISE中进行调用.或者直接生成比特流下载文件.能够加快DSP系统的开发进度. 用Syst…
docker 入门(笔记) 一.Docker是什么? 官方原话: Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries. Docker Documentation: https://docs.docker.com/get-started/ 二.Docker应用场景: 在非常低的额外开销的情况下,打造一个…