전체 글35 Verilog/SystemVerilog Ctags 하드웨어 설계 회사는 보통 CentOS를 사용합니다. CentOS에 기본적으로 설치된 ctags 버전에서는 SystemVerilog 확장자인 *.sv에 대해서 ctags 파일을 생성하지 않습니다. 따라서 universal-ctags를 직접 빌드한 후 해당 파일을 사용하면 됩니다. github.com/universal-ctags/ctags universal-ctags/ctags A maintained ctags implementation. Contribute to universal-ctags/ctags development by creating an account on GitHub. github.com github 페이지를 참고하여 그대로 빌드하면 됩니다. 보통 회사에서는 /usr/local 등의 디렉토리.. 2021. 2. 25. Xilinx Block RAM wikidocs.net/115250 2021. 2. 16. macOS + Git 설치 macoS에서는 Homebrew라는 패키지 관리자가 있습니다. 다음 페이지를 참조하여 먼저 Homebrew를 설치합니다. brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh Homebrew가 설치되었다면 git은 다음과 같이 설치가 가능합니다. $ brew install git 2021. 2. 4. 주피터 노트북 여러 줄 출력 from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" 위와 같이 코드를 입력하면 됩니다. 2021. 2. 3. 이전 1 ··· 5 6 7 8 9 다음