DPShadow

导航

随笔分类 -  小技巧

The file specified with the MODELSIM environment variable is not writeable!
摘要:突然临时想要用Vivado联合Modelsim做仿真验证东西,一波操作通过Vivado编译库后给我弹出个提示: “The file specified with the MODELSIM environment variable is not writeable!” WTF!!!,网上搜索了一波没有 阅读全文

posted @ 2022-04-19 02:09 DPShadow

Ubuntu下vim写代码中括号自动补全换行缩进方法
摘要:默认在Ubuntu下使用Vim写代码交互感不是特别好,尤其是习惯了Window 下各种IDE的格式自动补全功能,其实Vim也可以做到,具体实现方法如下。 1. 在终端输入:vim vim/etc/vim/vimrc 2. 在文件末添加:inoremap { {<ENTER>}<UP><RIGHT>< 阅读全文

posted @ 2020-07-11 17:11 DPShadow 阅读(1611) 评论(0) 推荐(0)