Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Đồ họa - Thiết kế - Flash
ECE 551 Digital Design And Synthesis: Lecture 3
Đang chuẩn bị liên kết để tải về tài liệu:
ECE 551 Digital Design And Synthesis: Lecture 3
Ðức Long
61
45
ppt
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
ECE 551 Digital Design And Synthesis: Lecture 3 has many content: Simulator Mechanics, Testbench Basics (stimulus generation), Dataflow Verilog, Analog Simulation (Spice Engine), Event-Driven Simulation, Digital Simulation, Testbench Requirements, Output Test Info, Output Format Strings, Output Example, Do ModelSim Example Here, Dataflow Verilog,. | ECE 551 Digital Design And Synthesis Fall ‘09 Simulator Mechanics Testbench Basics (stimulus generation) Dataflow Verilog Administrative Matters Readings Text Chapter 6 (Dataflow Verilog, vector concatenation, operators) Synthesis Tutorial coming in couple of weeks HW2 assigned posted Analog Simulation (Spice Engine) Divide “time” into slices Update information in whole circuit at each slice Used by SPICE Allows detailed modeling of current and voltage Computationally intensive and slow Don’t need this level of detail for most digital logic simulation Digital Simulation Don’t even need to do that much work! 0 0 1 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 Could update just the full path on input change 0 0 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 Could update every signal on an input change Event-Driven Simulation When an input to the simulating circuit changes, put it on a “changed” list When the “changed” list is empty: Keep simulation results Advance simulation time to next stimulus (input) event Loop while the “changed” list isn’t empty: Remove a signal from the “changed” list For each sink of the signal Recompute its new output(s) For any output(s) that have changed value, add that signal to the “changed” list Simulation Update only if changed Some circuits are very large Updating every signal => very slow simulation Event-driven simulation is much faster! 0 0 1 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 Testbench Basics (stimulus generation) Need to verify your design “Design Under Test” (DUT) Use a “testbench” Special Verilog module with no ports Generates or routes inputs to the DUT For now we will monitor outputs via human interface Stimulus DUT Inputs Inputs Outputs Outputs DUT OR Testbench Testbench (Response) (Response) Simulation Example adder4bit (DUT) a[3:0] b[3:0] sum[3:0] c_out 4 4 c_in 4 adder4bit_tb Use a consistent naming convention for your test benches: I usually add _tb to the end of the unit name adder4bit (DUT) a[3:0] . | ECE 551 Digital Design And Synthesis Fall ‘09 Simulator Mechanics Testbench Basics (stimulus generation) Dataflow Verilog Administrative Matters Readings Text Chapter 6 (Dataflow Verilog, vector concatenation, operators) Synthesis Tutorial coming in couple of weeks HW2 assigned posted Analog Simulation (Spice Engine) Divide “time” into slices Update information in whole circuit at each slice Used by SPICE Allows detailed modeling of current and voltage Computationally intensive and slow Don’t need this level of detail for most digital logic simulation Digital Simulation Don’t even need to do that much work! 0 0 1 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 Could update just the full path on input change 0 0 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 Could update every signal on an input change Event-Driven Simulation When an input to the simulating circuit changes, put it on a “changed” list When the “changed” list is empty: Keep simulation results Advance simulation time to .
TÀI LIỆU LIÊN QUAN
ECE 551 Digital Design And Synthesis: Lecture 8
ECE 551 Digital Design And Synthesis: Lecture 9
ECE 551 Digital Design And Synthesis: Lecture 5
ECE 551 Digital Design And Synthesis: Lecture 2
ECE 551 Digital Design And Synthesis: Lecture 4
ECE 551 Digital Design And Synthesis: Lecture 3
ECE 551 Digital Design And Synthesis: Lecture 6
ECE 551 Digital Design And Synthesis: Lecture 10
ECE 551 Digital Design And Synthesis: Lecture 11
ECE 551 Digital Design And Synthesis: Lecture 7
Đã 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.