代码搜索:datapath
找到约 404 项符合「datapath」的源代码
代码结果 404
www.eeworm.com/read/321145/13411680
v datapath.v
/*`include "reg_pile.v"*/
/*`include "alu.v"*/
//`include "mem_data32.v"
//'include "instruction_32.v"
//`include "control.v"
/*`include "func_lib.v"*/
//`include "func_lib.v"
module datapath
www.eeworm.com/read/243253/6339214
v datapath.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company: ASIC CEBTER
// Engineer: Freedom
// Create Date: 11:25:24 09/24/2007
www.eeworm.com/read/494598/6378265
v datapath.v
/*
** DATAPATH
**
** VERSION 2
**
** This core adheres to GNU Public Licence
** Jeung Joon Lee *** www.cmosexod.com
** joon.lee@quantum.com
**
** JJL 12/12/98
** updated 3/16/2000
www.eeworm.com/read/491258/6438092
v datapath.v
module datapath (A,B,Zhout,Zlout,SOout,clk, reset,r,CW);
input [5:0] A,B;
input clk, reset;
input [5:0] CW;
output [5:0] Zhout,Zlout;
output r,SOout;
wire [5:0] m1out,Zhout,Zlout,addout;
wire
www.eeworm.com/read/406905/11432870
v datapath.v
`include "definitions.v"
module datapath(phi1_b, phi2_b, data_in_s1, lsb_addr_q1, msb_addr_s1,
cam_wen_q1, valid_in_s1, cam_reset_s1, found_match_v2,
addr_sel_s2, ram_
www.eeworm.com/read/406095/11449401
vhd datapath.vhd
-- ============================================================
-- File Name: datapath.vhd
-- ============================================================
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.A
www.eeworm.com/read/406095/11449407
vwf datapath.vwf
/*
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/342096/12041580
v datapath.v
module datapath(writepc,selldst,writemem,writeir,selload,selst,writereg,selalua,selalub,aluop,writezero,clk,rst,memin,memaddr,memwe,zero,n,v,c,opcode,dataout);
input writepc,selldst,writemem,writei
www.eeworm.com/read/254071/12165048
vhd datapath.vhd
USE WORK.ALL;
USE WORK.package_MicroAssemblyCode.ALL;
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
ENTITY dataPath IS
GENERIC (
Size : INTEGER := 8; -- # bits in word
ASize : INTEG