- PPT.zip is a duplicate of https://github.com/AcceptedDoge/HDU-Computer-Organization
- 计组知识笔记是我个人做的笔记
- 考试说是只有两道题,但其实又多又难
- 安装后大概20GB多一点。含有大量的小文件所以个人建议装到VHDX里减少碎片
- 对中文的支持极差,代码我都是用VSC纯文本编辑好再copy过去的
- 官网上有支持win10的版本 https://www.xilinx.com/downloadNav/vivado-design-tools/archive-ise.html,但下载需要先注册;非win10专版需要修改某些文件后才能使用:
http://blog.csdn.net/u010725476/article/details/51878410
- Open the following directory: ...(安装目录):\Xilinx\14.7\ISE_DS\ISE\lib\nt64
- Find and rename libPortability.dll to libPortability.dll.orig
- Make a copy of libPortabilityNOSH.dll (copy and paste it to the same directory) and rename it libPortability.dll
- Copy libPortabilityNOSH.dll again, but this time navigate to C:\Xilinx\14.7\ISE_DS\common\lib\nt64 and paste it there
- In C:\Xilinx\14.7\ISE_DS\common\lib\nt64 Find and rename libPortability.dll to libPortability.dll.orig
- Rename libPortabilityNOSH.dll to libPortability.dll
见实验。