摘要: 注意:Quartus工程可以拷贝到新的目录下直接打开使用,但是包含Eclipse工程的不可以。 Step1: 拷贝现有工程到新目录 Step2: 打卡Quartus II 工程文件 Step3: 打开Eclipse工具,切换Eclipse工程路径到新的路径下 Step4: 删除Eclipse工程界面 阅读全文
posted @ 2020-05-22 17:04 LucasChan 阅读(711) 评论(0) 推荐(0)
摘要: clc,clear %定义一个符号变量t syms t %写入要拟合数据 x=[0;1;3;10;30;100;300;1000;3000;5000;7000;10000]; y=[0;0.003915; 0.01044; 0.01184; 0.03737; 0.14699; 0.41946; 1. 阅读全文
posted @ 2019-10-17 10:26 LucasChan 阅读(11686) 评论(1) 推荐(1)
摘要: Chapter 2 Getting started with atlas 1. Atlas 两种工作模式 interactive mode 和 batch mode 1.1 交互模式 deckbuid -as 使用Atlas作为默认的仿真器 deckbuild -as <input filename 阅读全文
posted @ 2019-08-08 08:49 LucasChan 阅读(1155) 评论(0) 推荐(0)