代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.hif
Version 7.2 Build 207 03/18/2008 Service Pack 3 SJ Full Version
18
1139
OFF
OFF
OFF
OFF
ON
ON
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- St
uart.vwf
/*
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
uart.h
#define UART_BPS0 19200
extern int32 uart_count;
extern uint8 Rbank,RavOk;
extern uint8 RBuff0[256],RBuff1[256];
extern uint32 rcv_num;
///*******************************************************
uart.h
#ifndef __UART_H_
#define __UART_H_
#define UART_CPU 4000000 /* 4MHz */
#define UART_BAUD_RATE 19200
#define UART_BAUD_SELECT (UART_CPU/(UART_BAUD_RATE*16l)-1)
#endif
uart.npl
JDF G
// Created by Project Navigator ver 1.0
PROJECT uart
DESIGN uart
DEVFAM spartan3
DEVFAMTIME 0
DEVICE xc3s200
DEVICETIME 0
DEVPKG pq208
DEVPKGTIME 0
DEVSPEED -4
DEVSPEEDTIME 0
DEVTOPL
uart.v
module uart(rx,tx,rxdata,txdata,ce,rxok,txok,sysclk,reset);
input sysclk,reset,txok;
input rx;
output tx,rxok;
output[7:0] rxdata;
output[3:0] ce;
input[7:0] txdata;
reg rxok;
//reg[7:0] dat