代码搜索结果

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

ramr.v

/******************************************************************************* * This file is owned and controlled by Xilinx and must be used * * solely for design, simulation,

rami.v

/******************************************************************************* * This file is owned and controlled by Xilinx and must be used * * solely for design, simulation,

ifft.v

module FFT_Pro(clk20M,clk60M,rst_n,inEn,dataInR,dataInI,outEn,dataOutR,dataOutI,bitIndex); input clk20M; input clk60M; input rst_n; input inEn; input [7:0]dataInR; input [7:0]dataInI; ou

dataromi.v

/******************************************************************************* * This file is owned and controlled by Xilinx and must be used * * solely for design, simulation,

dataromr.v

/******************************************************************************* * This file is owned and controlled by Xilinx and must be used * * solely for design, simulation,

tests.v

task show_errors; begin $display("\n"); $display(" +--------------------+"); $display(" | Total ERRORS: %0d |", error_cnt); $display(" +----------