본문 바로가기
SMALL

일/Tips19

Coding 글꼴 선택 개발자 폰트 사용 필요. 1) Consolas - Chome 설정 > 설정 > 글꼴 검색 > 글꼴맞춤설정 > 고정폭 글꼴 > Cosolas 사용 2) 네이버제공 무료 폰트 : 나눔고딕코딩 D2Coding 네이버 글꼴 모음 (naver.com) 네이버 글꼴 모음 네이버가 만든 150여종의 글꼴을 한번에 만나보세요 hangeul.naver.com - 코딩을 위한 font 설정 설명 : https://ux.stories.pe.kr/177 코딩을 위한 최적의 폰트 Naver D2Coding Font 한국의 개발자인 경우 코딩을 할때 한번쯤 고민했던 부분이 있을 것입니다. 오로지 영문으로만 코딩을 하는 경우 Consolas, Courier New 같은 영문 코딩폰트를 사용하면 되지만 한글이 섞여 버리면 글 ux... 2022. 12. 19.
AI Accelerator (가속기) 성능 비교 참조 칭화대 Lab에서 정리한 자료로 성능-파워 축을 base로 정리되어 있음. http://nicsefc.ee.tsinghua.edu.cn/projects/neural-network-accelerator/ NN Accelerator | NICS EFC Lab NICS Neural Network Accelerator Comparison Source datasheet is available here. For use in publications and presentations please cite this data collection as follows: K. Guo, W. Li, K. Zhong, Z. Zhu, S. Zeng, S. Han, Y. Xie, P. Debacker, M. Verhelst, Y. Wa.. 2021. 7. 2.
xilinx - logic level name 보기 logic level name 보기 : 1. Go to 'Synthesis Settings'. 2. Change the '-flatten_hierarchy' to none. 3. Re-Synthesize the design. (This will the ensure the full path is available) 4. Open the synthesized design. 5. In the Tools Tab, goto Timing->Check Timing. 6. Select only the 'loop' option and press ok. Resource 최적화 : http://www.xilinx.com/support/answers/9417.html 2021. 7. 1.
Tool 명령어 1. NVIDIA docker 유지하며 나가기 : ctrl +P+Q docker 실행: docker attach name(jhnamcont) docker 상태 : docker ps -a gpu사용현황 : nvidia-smi -e NVIDIA_VISIBLE_DEVICES=3 2.cmake cc file 추가 cc file code가 있는 위치에 CMakeLists.txt 에 해당 file add_executable target_link_libraries로 추가 3.IES lic 확인 : lic_check -tool ncsim lic상태확인 : lmstat -c 5280@logiclic01 -f Xelium_Single_Core lic 대기 : ncsim -licqueue 해당 레벨의 신호만 찍는다: $sh.. 2021. 7. 1.
LIST