k0b0's record.

Computer Engineering, Arts and Books

2018-03-22から1日間の記事一覧

Introduction to SystemVerilog. Nbit NAND Gate by generate, for loop

Nbit NAND Gate by generate, for loop Describe N bit NAND gate with generate and for loop. Sample code(nandN.sv) /* nandN.sv */ module nandN #(parameter width = 8) (input logic [width-1:0] a, output logic y); genvar i; logic [width-1:0] x; …

Professors Hennessy and Professor Patterson received the Turing Award.

PIONEERS OF MODERN COMPUTER ARCHITECTURE RECEIVE ACM A.M. TURING AWARD Pioneers in computer architecture, Professor Hennessy and Professor Patterson received the Turing Award. In my school days I was impressed with the textbooks written by…