SMALL 일45 xilinx - Implementation time : Global iteration xilinx Implemetation 시, Global Iteration time 이 가장길다. Clock 단에 (* clock_buffer_type="BUFR" *) 을 주면, Implementation시, 감소 효과를 볼수 있다. BUFR = Regional Clock Buffer 기능. // BUFR : In order to incorporate this function into the design, // Verilog : the following instance declaration needs to be placed // instance : in the body of the design code. The instance name // declaration : (BUFR_inst) and/or th.. 2016. 5. 2. Centos - changing partitions no space on the device 문제 해결. df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 50G 35G 13G 75% / tmpfs 907M 0 907M 0% /dev/shm /dev/sde1 485M 125M 336M 28% /boot /dev/mapper/VolGroup-lv_home 130G 201M 124G 1% /home fuser -m /home (/home에 해당하는 경로) umount /home (해당경로) 아래 광고 click해주는 센스~ fsck -f /dev/mapper/VolGroup-lv_home (검사) lvresize -r -L100G /dev/mapper/VolGroup-l.. 2016. 4. 22. xilinx - Content-Addressable Memory ( CAM ) Xilinx : Content-Addressable Memory ( CAM ) / TCAM 문서 : XAPP1151 Source file : RTL ( Verilog / VHDL ) 2016. 4. 20. xilinx - quad port ram quad port ram : 참조 문서 : xapp228 기본적으로 2가지 방법 : 1. dual port bram 을 2배로 사용하여, 구성. 장점 : freq. 저하가 없다. 단점 : resource 를 2배로 사용. 2. xapp228 처럼, dual clock을 사용하여 구성. 장점 : resource 낭비가 없음. 단점 : freq. 가 문제가 될수 있음. RTL source : quad port ram ( Verilog ) 2016. 4. 20. 이전 1 ··· 7 8 9 10 11 12 다음 LIST