TAILIEUCHUNG - Verilog synthesis methodology

Tham khảo tài liệu 'verilog synthesis methodology', công nghệ thông tin, phần cứng phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Verilog Synthesis Methodology Finbarr O Regan finbarr@ October 2001 Synthesis is a contraint driven process . the synthesis script needs timing constraints Follow the following methodology for best results 1. Draw a simple block diagram labelling all signals widths etc. 2. Draw a timing diagram with as much detail as possible 3. Code the HDL according to the synthesizable templates 4. Do a quick low effort compile- just to see if it is synthesizable before simulating. Compare this to the block diagram. Look at the inference report count the number of flip flops - is it the same as the number of flip flops in the code. check for latches - did you want them. If not latches are inferred in combinational procedures - the inferrence report tells you which combinational procedure and the name of the latch. Fully specify all variables in all cases to eliminate latches. Check the case statement inferrence. Was it full parallel Check any incomplete event list warnings Check to see if there are any combinational feedback loops typically only after a compile . Combinational feedback loops can be identified by the signal names in the timing loop. Check the schematic - any ports unconnected Check to see if Designware and Ambitware components have been built correctly. Are these the components that you wanted How many did you want Never ignore any warning that the synthesis tool flags. All warnings need to be understood and typically signed off. 5. Simulate and compare with the timing diagram If your design doesn t meet timing by more than 10 of the clock period then go back to the code. If you are within 10 of the clock period then try a different compile strategy. October 18 2001 1 Synthesizeable Templates Combinational Logic Using a reg -------------------------------- wire a b reg c always @ a or b c a b Using a wire -------------------------------- wire a b c assign c a b ỊỊ using a built in primitive without instance name if .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.