본문 바로가기
SMALL

45

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.
linux 명령어 정리 linux : 1. display @@.png : image 보기 터미널에서 Screenshot 사용법 import image.png 실행하면, 십자모양 나옴.드래그. 2. find . -name “*.v” | xargs grep -l ccc 파일내의 ccc 검색 grep -inrw “찾는 문자열” ./ -i : ignore case -n : print line number -r : recursive (equivalent to -d) -w : word만 grep -rnw ‘경로’ -e ‘이름’ // ‘경로’ 안에있은 file중에 ‘이름’이 있는 것 찾기 3. ssh user@10.96.103.164 -X 접속하기 scp -r user@10.100.100.100:/user/파일경로 . 4.vimdiff a.. 2021. 7. 1.
LIST