代码搜索:ROMs
找到约 435 项符合「ROMs」的源代码
代码结果 435
www.eeworm.com/read/316872/3606030
c gconf.c
/* Hey EMACS -*- linux-c -*- */
/*
*
* Copyright (C) 2002-2003 Romain Lievin
* Released under the terms of the GNU GPL v2.0.
*
*/
#ifdef HAVE_CONFIG_H
# include
#end
www.eeworm.com/read/295117/3912367
c gconf.c
/* Hey EMACS -*- linux-c -*- */
/*
*
* Copyright (C) 2002-2003 Romain Lievin
* Released under the terms of the GNU GPL v2.0.
*
*/
#ifdef HAVE_CONFIG_H
# include
#end
www.eeworm.com/read/428548/1959071
c gconf.c
/* Hey EMACS -*- linux-c -*- */
/*
*
* Copyright (C) 2002-2003 Romain Lievin
* Released under the terms of the GNU GPL v2.0.
*
*/
#ifdef HAVE_CONFIG_H
# include
#end
www.eeworm.com/read/457738/7318344
cmd hex.cmd
rombios.out
-map hex.map
-a
-image
-zero
-memwidth 8
ROMS
{
FLASH: org = 0x90000000, len = 0x10000,romwidth = 8, files = {rombios.hex}
}
SECTIONS
{
.boot_load
.bios
.s
www.eeworm.com/read/305786/13761019
rpt lcd+定时做的流水灯.rpt
Report : LCD+定时做的流水灯
Date : 02-25-2008
Time : 14:00:15
Compiler : BASCOM-AVR LIBRARY V 1.11.8.5
Processor : M16
SRAM : 400 hex
EEPROM : 200 hex
ROMS
www.eeworm.com/read/196036/5105113
in config.in
#
# PARIDE configuration
#
comment 'Parallel IDE high-level drivers'
dep_tristate ' Parallel port IDE disks' CONFIG_PARIDE_PD $CONFIG_PARIDE
dep_tristate ' Parallel port ATAPI CD-ROMs' CONFIG_PARIDE
www.eeworm.com/read/349103/10851675
vhd wave-gen.vhd
package ROMS is
-- a 4x13 ROM called ROM that contains the waveform
constant ROM_WIDTH: INTEGER := 4;
subtype ROM_WORD is BIT_VECTOR (1 to ROM_WIDTH);
subtype ROM_RANGE is INTEGER range 0 to 1
www.eeworm.com/read/321332/13408787
bak boot.cmd.bak
DEC6713_BOOT.out
-a
-memwidth 8
-image
-map BOOT.map
ROMS
{
FLASH: org = 0x90000000, len = 0x0040000,romwidth = 8, files = {BOOT.hex}
}
SECTIONS
{
.boot_load /* : PADDR = 0
www.eeworm.com/read/482324/6622819
cmd xf_boot.cmd
xf.out
-t
-map xf.mxp
-o xf.t0
-memwidth 16
-romwidth 16
-boot
-bootorg 0080h
ROMS
{
PAGE 0:EPROM:origin=0x0080,length=0x0100
}
www.eeworm.com/read/149929/12330530
vhd waveform.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
USE work.roms.ALL;
ENTITY waveform IS
PORT(clock: IN std_logic;
waves: