代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/252441/6298472

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/491340/6438857

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/488200/6497982

c nr4hdr.c

/* Net/rom transport layer header conversion routines. */ #include "global.h" #include "mbuf.h" #include "nr4.h" /* Convert a net/rom transport header to host format structure. * Return -1 i
www.eeworm.com/read/488254/6499858

rpt alu.tan.rpt

Classic Timing Analyzer report for alu Sat May 16 15:41:56 2009 Quartus II Version 8.0 Build 231 07/10/2008 Service Pack 1 SJ Full Version --------------------- ; Table of Contents ; --------
www.eeworm.com/read/488254/6499859

bak alu.v.bak

`define plus 3'd0 `define minus 3'd1 `define band 3'd2 'define bor 3'd3 `define unegate 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg [7:0] out; input [2:0] opcode; input [7:0] a,b;
www.eeworm.com/read/488254/6499864

v alu_tb.v

`timescale 1ns/1ns module alutest; wire [7:0] out; reg [7:0] a,b; reg [2:0]opcode; parameter times=5; initial begin a={$random}%256; b={$random}%256; opcode=3'h0; repeat(times); be
www.eeworm.com/read/488254/6499871

v alu.v

`define plus 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define unegate 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg [7:0] out; input [2:0] opcode; input [7:0] a,b;
www.eeworm.com/read/488254/6499872

bak alu_tb.v.bak

`timescale 1ns/1ns module alutest; wire [7:0] out; reg [7:0] a,b; reg [2:0]opcode; parameter times=5; initial begin a={$random}%256; b={$random}%256; opcode=3'h0; repeat(times
www.eeworm.com/read/488254/6499900

wsf wed.wsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/486451/6532814

cpp dsasm_functions.cpp

#include "Disasm.h" // x86 Registers char *regs[3][9] = { { "al", "cl", "dl", "bl", "ah", "ch", "dh", "bh" }, // 8Bit { "ax", "cx", "dx", "bx", "sp", "bp", "si", "di" }, // 16Bit