代码搜索结果
找到约 7,641 项符合
V 的代码
control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COM
sdr_sdram.v
/******************************************************************************
*
* LOGIC CORE: SDR SDRAM Controller
* MODULE NAME: sdr_sdram()
* COMPANY: Northw
params.v
/******************************************************************************
*
* LOGIC CORE: SDR SDRAM Controller - Global Constants
* MODULE NAME: params()
* COMPANY:
sdr_data_path.v
/******************************************************************************
*
* LOGIC CORE: SDR Data Path Module
* MODULE NAME: sdr_data_path()
* COMPANY: No
command.v
/******************************************************************************
*
* LOGIC CORE: Command module
* MODULE NAME: command()
* COMPANY: Northwest Logi
sdram_test_tb.v
`timescale 1ns/1ns
module sdram_test_tb;
reg clk;
reg rst;
reg start_read;
initial begin
clk = 0;
rst = 0;
start_read = 0;
#100 rst = 1;
#1000 start_read = 1;
end
always #10 clk =
sdram_test_tb.v
`timescale 1ns/1ns
module sdram_test_tb;
reg clk;
reg rst;
reg start_read;
initial begin
clk = 0;
rst = 0;
start_read = 0;
#100 rst = 1;
#1000 start_read = 1;
end
always #10 clk =
control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COM
sdr_sdram.v
/******************************************************************************
*
* LOGIC CORE: SDR SDRAM Controller
* MODULE NAME: sdr_sdram()
* COMPANY: Northw
params.v
/******************************************************************************
*
* LOGIC CORE: SDR SDRAM Controller - Global Constants
* MODULE NAME: params()
* COMPANY: