반응형 SMALL 전체 글65 [bug_report] inferring latches for variable "<name>" vivado synthesis 시, inferring latch(es) for variable "" 과 같은 warning이 발생할때, 해결방법. 기본적으로 coding style에 문제 가 있음 추천 할만한 해결방법으로 altera가 잘 설명해놓음. 참조 : http://quartushelp.altera.com/14.0/mergedProjects/msgs/msgs/wvrfx2_l2_veri_always_id_holds_value.htm CAUSE: In an always construct at the specified location in a Verilog Design File (.v), you updated the valu.. 2016. 10. 21. xilinx - ultrascale timing / constraint / implementation 참조. ug949 - 문서 참조. 1. I/O path 무시 command : config_timing_analysis -ignore_io_paths yes 2. 1xclk & 2xclk (sync.) 사용 : clock uncertainty 제거할 필요가 있음. BUFG_DIV 사용 권장. 2016. 10. 19. fio file generation & split > vi gen_file [global]bs=4kiodepth=8size=10mdirect=1buffer_compress_percentage=0 #0~100 압축률.directory=./.filename=test [job1] > fio gen_file test file 생성. > split --bytes=4096 --additional-suffix=뒷단에붙을이름 test 4K단위로 쪼개어진, 총 10MB의 file들이 생성. 2016. 8. 18. fio 설치 & 사용방법. fio 설치 > # yum install gcc -y# yum install libaio-devel -ydownload http://freecode.com/projects/fio# wget -O /var/usr/fio-2.1.10.tar.gz http://freecode.com/urls/3aa21b8c106cab742bf1f20d60629e3f# tar xf fio-2.1.10.tar.gz# cd fio-2.1.10# ./configure# make(make install)fio 사용법 > http://linux.die.net/man/1/fio - 출처 Namefio - flexible I/O tester Synopsisfio [options] [jobfile]... Descriptionfio is a .. 2016. 8. 17. 이전 1 ··· 9 10 11 12 13 14 15 ··· 17 다음 반응형 SMALL