代码搜索:RAM
找到约 10,000 项符合「RAM」的源代码
代码结果 10,000
www.eeworm.com/read/371730/9540259
v ram.v
`timescale 1ns/100ps
module RAM_BLOCK (
adr_i,
clk_i,
we_i,
data_i,
data_o
);
input [31:0] adr_i;
input [31:0] data_i;
output [31:0] data_o;
input clk_i;
input we_i;
//reg [31:0] m
www.eeworm.com/read/371442/9552987
obj ram.obj
www.eeworm.com/read/371442/9552999
c ram.c
#include "RAM.H"
#include "OSD.H"
unsigned char bdata flag1;
sbit NoSyncFlag = flag1^0;
sbit ForceToBack = flag1^1;
sbit ChangeKey = flag1^2;
sbit VideoMute = flag1^3;
sbit MessageShow
www.eeworm.com/read/371442/9553001
h ram.h
#ifndef _RAM_H_
#define _RAM_H_
#include "OSD.H"
typedef struct
{
unsigned char Menu;
unsigned char Page;
unsigned char Level;
unsigned char Ptr;
unsigned char Op;
}CONTROL_DEF;
www.eeworm.com/read/371442/9553089
lst ram.lst
C51 COMPILER V6.12 RAM 03/05/2008 14:11:11 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE RAM
OBJECT MODULE PLACED IN .\B
www.eeworm.com/read/371228/9561094
qsf ram.qsf
# Copyright (C) 1991-2007 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 outpu
www.eeworm.com/read/371228/9561111
bdf ram.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/371228/9561112
pof ram.pof
www.eeworm.com/read/371228/9561117
sof ram.sof
www.eeworm.com/read/371228/9561119
qws ram.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt