代码搜索:system verilog

找到约 10,000 项符合「system verilog」的源代码

代码结果 10,000
www.eeworm.com/read/348714/10871469

s system_init.s

.module system_init.c .area text(rom, con, rel) .dbfile E:\刻录的\电子技术\项目\电池放电器\软件V2.0\system_init.c .dbfunc e init_devices _init_devices fV .even _init_devices:: sbiw R28,2 .dbline -1 .d
www.eeworm.com/read/348714/10871481

_c system_init._c

#include //和单片机类型相对应的头文件,选择Atmega8做实验; #include #include "discharge.h" #include #include "LCD_1602.h" void init_devices(void) { CLI(); //禁止所有中断 MCUCR = 0x00
www.eeworm.com/read/348714/10871515

o system_init.o

XL H 1 areas E global symbols M system_init.c S push_gset1 Ref0000 S push_gset2 Ref0000 S _LCD_init Ref0000 S pop_gset1 Ref0000 S pop_gset2 Ref0000 A text size 128 flags 0 dbfile E:\刻录的\电子技术\
www.eeworm.com/read/348714/10871537

lis system_init.lis

.module system_init.c .area text(rom, con, rel) 0000 .dbfile E:\刻录的\电子技术\项目\电池放电器\软件V2.0\system_init.c 0000 .db
www.eeworm.com/read/348705/10872935

txt widget_system.txt

Notes about the inner workings of the widget system of GTK+ =========================================================== This file contains some notes as to how the widget system does and should work.
www.eeworm.com/read/274230/10881456

c whole_system.c

/* file_name: whole_system.c * author: wangtiezhen miuliang @ Xidian University * description: */ typedef enum {bb, book, stu} _enum_type; int super_destory(void** root, _enum_type type) {
www.eeworm.com/read/418794/10896249

bak system.c.bak

#include "system.h" #define DISPOFF 8 #define LCDOFF 13 #define PORT_LCD *pdatc /*===========================================================*/ /*----- System
www.eeworm.com/read/418794/10896540

bak system.h.bak

// Function prototypes for core system functions in system.c #ifndef __SYSTEM_H #define __SYSTEM_H #include "stdint.h" #include "malloc.h" #include "s3c44b0x.h" #include "font.h" #include "
www.eeworm.com/read/273536/10911877

h asn_system.h

/*- * Copyright (c) 2003, 2004 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ /* * Miscellaneous system-dependent ty
www.eeworm.com/read/273025/10931258

s system_call.s

/* * linux/kernel/system_call.s * * (C) 1991 Linus Torvalds */ /* * system_call.s contains the system-call low-level handling routines. * This also contains the timer-interrupt handler, as