代码搜索结果

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

tests.v

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

lwbbuschange.v

///////////////////////////////////////////////////////////////////// //// //// //// LWB rev 1.2 -- BUS CHANGE FOR TWO SRAMS

lwbsram.v

///////////////////////////////////////////////////////////////////// //// //// //// LWB rev 1.2 -- SRAM INTERFACE

lwbdecode.v

///////////////////////////////////////////////////////////////////// //// //// //// LWB rev 1.2 -- Memory Address Decode

execution.v

`timescale 1ns/10ps module execution(clk, reset, instruction_decode_bus, execution_bus, execution_destination); input clk; input reset; input[107:0] instruction_decode_bus; output[75:0] exe