代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/17761/757689
pin ram_control.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
www.eeworm.com/read/17761/757691
qsf ram_control.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/17761/757693
psp ram_control.psp
www.eeworm.com/read/17761/757724
hif ram_control.hif
Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version
32
1637
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
ram_control
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
#
www.eeworm.com/read/17761/757736
pof ram_control.pof
www.eeworm.com/read/17761/757737
v ram_control.v
module ram_control(q,clk,rst);
input clk,rst;
output [3:0] q;
wire [3:0] q;
reg [3:0] data;
reg wren;
reg [3:0] wraddress;
reg [3:0] rdaddress;
reg [4:0] countwr;
reg [1:0] s
www.eeworm.com/read/17848/762346
vhd control_display.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity control_display is
Port (clk : in std_logic; -- 1khz;
start :
www.eeworm.com/read/17853/763124
c vga_control.c
/**************************************************************
程序说明 :VGA显示控制器测试
类 型 :Nios II
作 者 :
公 司 :杭州自由电子科技
:http://www.freefpga.com
电 话 :0
www.eeworm.com/read/17941/767725
v control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COM