vivado自带的编辑器非常难用,今天给大家分享工程中常用的notepad++的关联方法
打开Vivado,点击 Tools --- Settings --- Text Editor,右侧选择 Custom Editor
图1 选择General选项卡
设置路径:D:/MySoftware/Notepad++/notepad++.exe [file name] -n[line number],前面是Notepad++的安装路径,后面是 [file name] -n[line number],点击OK即可
图2 定制编辑器2
2、notepad++与ISE的关联
打开ISE软件,选择菜单栏“Edit——>Preferences…”,在弹出的对话框中,选择ISE General选项卡下的Editors,如图4所示。
图4 定制编辑器3
在Editor下选Custom,并在Command line syntax下输入“{notepad++安装目录/notepad++.exe} $1”,如图5所示。注意路径的反斜杠为“/”。点击“OK”完成notepad++与ISE的关联。
图5 定制编辑器4
本文暂时没有评论,来添加一个吧(●'◡'●)