Verilator를 WSL로 이동하고 싶습니다.

Verilator에 대해서는 이쪽
htps //w w.ゔ 리포오 l. 오 rg / p 로지 cts / ゔ ぇ ぁ r / u / t tro

WSL 설치



Microsoft store에서 설치. 우분투를 선택해보세요
VScode에서 사용할 수 있도록 설정
1. vscode에서 Cntl+Shift+X
2. Remote - WSL을 검색하고 Intall 버튼을 클릭합니다.
3. vscode 재부팅
4. Remote Explorer(왼쪽의 적색 라인)에 이미 Ubuntu가 등록시키고 있으므로, 접속한다(오른쪽의 적색 라인)

4. 연결되어 있으면 왼쪽 하단에 WSL : Ubuntu로 표시됩니다.


Verilator 설치



WSL 터미널 열기



vscode 메뉴 바 → Terminal → New Terminal로 터미널 열기

Verilator 사이트의 거리에서 실행



설치 절차는 여기
htps //w w.ゔ 리포오 l. 오 rg / p 로지 cts / ゔ ぇ 리 ぁ r / ぃ き / い s t ぃ g
$ sudo apt-get install git make autoconf g++ flex bison libfl2 libfl-dev
$ git clone https://git.veripool.org/git/verilator
$ cd verilator 
$ autoconf 
$ ./configure
$ make![1.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/564039/ef809440-b007-fffd-bea2-e52b84e6accd.png)

$ sudo make install 

좋은 웹페이지 즐겨찾기