本文是基于Windows自带Linux子系统(Ubuntu20.04)安装软件——ISE14.7的命令行启动步骤,安装参照博客.

1.命令行进入

1.进入Ubuntu子系统

1
wsl

2.打开可视化软件Xlaunch
本机配置好了直接打开config.xlaunch
3.打开ISE14.7

1
source /opt/Xilinx/14.7/ISE_DS/settings64.sh && ise

2.端口维修

查看虚拟机的本地端口:以太网适配器 vEthernet (WSL (Hyper-V firewall))IPV4

1
ipconfig

修改可视化软件端口

1
2
3
wsl
echo "export DISPLAY=172.26.32.1:0.0" >> ~/.bashrc
source ~/.bashrc