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
Phần cứng
Hardware Acceleration of EDA Algorithms- P8
Đang chuẩn bị liên kết để tải về tài liệu:
Hardware Acceleration of EDA Algorithms- P8
Việt Dương
71
20
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Hardware Acceleration of EDA Algorithms- P8: Single-threaded software applications have ceased to see significant gains in performance on a general-purpose CPU, even with further scaling in very large scale integration (VLSI) technology. This is a significant problem for electronic design automation (EDA) applications, since the design complexity of VLSI integrated circuits (ICs) is continuously growing. In this research monograph, we evaluate custom ICs, field-programmable gate arrays (FPGAs), and graphics processors as platforms for accelerating EDA algorithms, instead of the general-purpose singlethreaded CPU | 8.4 Our Approach 123 offered by GPUs our implementation of the gate evaluation thread uses a memory lookup-based logic simulation paradigm. Fault simulation of a logic netlist consists of multiple logic simulations of the netlist with faults injected on specific nets. In the next three subsections we discuss i GPU-based implementation of logic simulation at a gate ii fault injection at a gate and iii fault detection at a gate. Then we discuss iv the implementation of fault simulation for a circuit. This uses the implementations described in the first three subsections. 8.4.1 Logic Simulation at a Gate Logic simulation on the GPU is implemented using a lookup table LUT based approach. In this approach the truth tables of all gates in the library are stored in a LUT. The output of the simulation of a gate of type G is computed by looking up the LUT at the address corresponding to the sum of the gate offset of G Goff and the value of the gate inputs. 100010111111100001 NOR2 INV NAND3 AND2 offset offset offset offset Fig. 8.1 Truth tables stored in a lookup table Figure 8.1 shows the truth tables for a single NOR2 INV NAND3 and AND2 gate stored in a one-dimensional lookup table. Consider a gate g of type NAND3 with inputs A B and C and output O. For instance if ABC 110 O should be 1. In this case logic simulation is performed by reading the value stored in the LUT at the address NAND3off 6. Thus the value returned from the LUT will be the value of the output of the gate being simulated for the particular input value. LUT-based simulation is a fast technique even when used on a serial processor since any gate including complex gates can be evaluated by a single lookup. Since the LUT is typically small these lookups are usually cached. Further this technique is highly amenable to parallelization as will be shown in the sequel. Note that in our implementation each LUT enables the simulation of two identical gates with possibly different inputs simultaneously. In our .
TÀI LIỆU LIÊN QUAN
Hardware Acceleration of EDA Algorithms: Custom ICs, FPGAs and GPUs
Hardware Acceleration of EDA Algorithms- P1
Hardware Acceleration of EDA Algorithms- P2
Hardware Acceleration of EDA Algorithms- P3
Hardware Acceleration of EDA Algorithms- P4
Hardware Acceleration of EDA Algorithms- P5
Hardware Acceleration of EDA Algorithms- P6
Hardware Acceleration of EDA Algorithms- P7
Hardware Acceleration of EDA Algorithms- P8
Hardware Acceleration of EDA Algorithms- P9
Đã 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.