SMALL Xilinx8 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. 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. xilinx tcl command all resource utilization : report_utilizaiton -hierarchical -file path compile simulation library : compile_simlib -simulator ies -library all -family all -directory project_name.cache/compile_simlib disable warning messages : set_msg_config -suppress -id {[Synth 8-312]} 2016. 4. 8. 이전 1 2 다음 LIST