代码搜索:write_enable
找到约 99 项符合「write_enable」的源代码
代码结果 99
www.eeworm.com/read/273082/10928444
v sync_s.v
//////////////////////////////////////////////////////////////////////////////////////////////
//
// Verilog file generated by X-HDL - Revision 3.2.34 Oct. 7, 2003
// Wed Mar 10 16:54:51 2004
//
//
www.eeworm.com/read/439407/6932106
v tb_cam_ramb4.v
`timescale 1 ns/100 ps
`include "parameters.v"
module TB_CAM_RAMB4();
reg [7:0] DATA_IN;
reg [3:0] ADDR;
reg WRITE_ENABLE;
reg ERASE_WRITE;
reg WRITE_RAM;
reg CLK;
reg MATCH_ENABLE;
www.eeworm.com/read/328513/13023734
v sync_s.v
//////////////////////////////////////////////////////////////////////////////////////////////
//
// Verilog file generated by X-HDL - Revision 3.2.34 Oct. 7, 2003
// Wed Mar 10 16:54:51 2004
//
//
www.eeworm.com/read/258642/11849197
v register_file.v
module Register_File (Data_Out_1, Data_Out_2, Data_in, Read_Addr_1, Read_Addr_2,
Write_Addr, Write_Enable, Clock);
output [31: 0] Data_Out_1, Data_Out_2;
input [31: 0] Data_in;
input
www.eeworm.com/read/208858/15234070
vhd reg_bank.vhd
---------------------------------------------------------------------
-- TITLE: Register Bank
-- AUTHOR: Steve Rhoads (rhoadss@yahoo.com)
-- DATE CREATED: 2/2/01
-- FILENAME: reg_bank.vhd
-- PROJECT:
www.eeworm.com/read/168399/5447219
v video_ram.v
// XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS"
// SOLELY FOR USE IN DEVELOPING PROGRAMS AND SOLUTIONS FOR
// XILINX DEVICES. BY PROVIDING THIS DESIGN, CODE, OR INFORMA
www.eeworm.com/read/279090/10467002
v sfifo.v
`timescale 1ns/1ns
module sfifo(
clk,
rst,
data_in,
write,
read,
data_out,
empty,
full,
al_full,
half,
al_empty
);
// parameter definition
www.eeworm.com/read/273082/10928438
v top_vhd_t.v
//////////////////////////////////////////////////////////////////////////////////////////////
//
//
//
// Serial to Parallel Convertor
//
// This module takes multiple serial data streams, which are
www.eeworm.com/read/328513/13023724
v top_vhd_t.v
//////////////////////////////////////////////////////////////////////////////////////////////
//
//
//
// Serial to Parallel Convertor
//
// This module takes multiple serial data streams, which are
www.eeworm.com/read/240917/13187883
txt 在linux上开通ftp功能.txt
在linux上开通ftp功能的步骤:
1、选系统中的YAST控制中心,在网络服务菜单中选择网络服务(inetd)选项;
2、在网络服务配置中,找到ftp的服务程序,服务器为/usr/sbin/vsftpd,点击转变状态按钮,把服务程序的状态改为开;
3、在/etc目录下,打开vsftpd.conf文件,只留<mark>write_enable</mark>=YES、local_enable=YES、pam_ser ...