代码搜索结果

找到约 10,000 项符合 V 的代码

simplememory.v

// SDRAM model (simple) source file // written by Chris Fester 4-2-00 `timescale 1ns/100ps // define a 32K size memory address bit range // `define MEM_WORDS 8192 // `define MEM_ADDR_BITS 13 `defin

memoryside.v

// Verilog source file for the MemoryASM // Written by Chris Fester 3-28-00 // This represents the "memory controller" side of the Memory Interface. It runs // with the assumption that it is being co

ctrl.v

module ctrl_eth ( wb_clk_i,wb_rst_i, wb_adr_o,wb_dat_i,wb_dat_o, wb_sel_o,wb_we_o, wb_stb_o,wb_cyc_o, wb_ack_i,led ); input wb_clk_i; input wb_rst_i; input wb_ack_i

define.v

`define CYCLONE `define CLK_DIV 1 `define ETH_eth `define SPI `define APP_ADDR_DEC_W 8 `define APP_ADDR_SRAM `APP_ADDR_DEC_W'h00 `define APP_ADDR_SD `APP_ADDR_DEC_W'h92

readwritesdblock.v

////////////////////////////////////////////////////////////////////// //// //// //// readWriteSDBlock.v ////

spictrl.v

////////////////////////////////////////////////////////////////////// //// //// //// spiCtrl.v

spitxrxdata.v

////////////////////////////////////////////////////////////////////// //// //// //// spiTxRxData.v

timescale.v

////////////////////////////////////////////////////////////////////// // timescale.v ////////////////////////////////////////////////////////////////////

sendcmd.v

////////////////////////////////////////////////////////////////////// //// //// //// sendCmd.v