代码搜索:write_enable
找到约 99 项符合「write_enable」的源代码
代码结果 99
www.eeworm.com/read/229390/14341986
txt 5045的程序.txt
void byte_out(unsigned char d1)
{
unsigned char num;
X_SCK=0;
for (num=1;num
www.eeworm.com/read/215970/15031643
tf fifoctrl_cc_tb.tf
/**********************************************************************\
* *
* Module : fifoctlr_cc_tb.tf Last up
www.eeworm.com/read/356716/10222551
v pacoblaze_stack.v
/*
Copyright (C) 2004-2007 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. R
www.eeworm.com/read/356716/10222574
v pacoblaze_stack.v
/*
Copyright (C) 2004-2007 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. R
www.eeworm.com/read/439407/6932076
vhd cam_ramb4.vhd
--
-- Module: CAM_RAMB4
-- Design: CAM_Top
-- VHDL code: Hierarchical RTL
-- Instantiate INIT_RAMB4_S1_S16
-- Instantiate INIT_8_RAM16x1s
--
-- Synthesis Synopsys FPGA Express ver. 3.2
www.eeworm.com/read/326650/13125700
eqn adc_3.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/326650/13125820
eqn adc_3.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/256586/11984812
v pacoblaze_stack.v
/*
Copyright (C) 2004 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redist
www.eeworm.com/read/395759/8154816
v iiic.v
`timescale 1ns/10ps
module IIIC(sda_en
,sda_in
,sda_out
,scl
,reset
,chip_address
,chip_outdata
,chip_inputdata
,cpu_cs
,cpu_we
);
input scl;
inp
www.eeworm.com/read/173790/9635480
v i2c_slave_model.v
`timescale 1ns/10ps
module i2c_slave_model(sda_en,sda_in,sda_out,scl,reset,chip_address,chip_outdata,chip_inputdata,cpu_cs,cpu_we);
input scl;
input sda_in;
output sda_out;
output sda_en;
inpu