代码搜索结果
找到约 10,000 项符合
V 的代码
lpm_ram_v.v
module ram256x8 (data, address, we, inclock, outclock, q);
input [7:0]data;
input [7:0]address;
input we, inclock, outclock;
output [7:0]q;
lpm_ram_dq inst_1 (.q (q),
v2v.cc
/*
* Copyright (c) 2002 moe
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
* General Public License as p