代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can_top_translate.nlf
Release 6.1i - netgen G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Reading design can_top.ngd ...
Flattening design ...
Flattening design completed.
Specializing design ...
Ad
can_top_translate.vhd
-- Xilinx Vhdl netlist produced by netgen application (version G.23)
-- Command : -intstyle ise -rpw 100 -tpw 0 -ar Structure -xon true -w -ofmt vhdl -sim can_top.ngd can_top_translate.vhd
-- I
can_register_syn.v
// synopsys translate_off
`include "timescale.v"
// synopsys translate_on
module can_register_syn
( data_in,
data_out,
we,
clk,
rst_sync
);
parameter WIDTH = 8; // default
can_top.cmd_log
xst -intstyle ise -ifn __projnav/can_top.xst -ofn can_top.syr
xst -intstyle ise -ifn __projnav/can_top.xst -ofn can_top.syr
ngdbuild -intstyle ise -dd e:\program\fpga_program\for_fpga\can\ise\canbus
can_top.xlate_nlf
Release 6.1i - netgen G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Reading design can_top.ngd ...
Flattening design ...
Flattening design completed.
Specializing design ...
Ad
2can_r.c
///////can 单消息接收程序////////////
////////2can_r.c///////////////
#include "candeal0.h"
void canini(){
clear_msg_objects();
init_msg_object_RX (0x04,2);//初始化发送
init_msg_object_TX (0x02,1);
EIE
2can_t.c
//////can 单消息发送程序////////////////
///////2can_t.c////////////////////////
#include "candeal0.h"
void canini(){
clear_msg_objects();
init_msg_object_RX (0x04,1);//初始化发送
init_msg_object_TX (0x0
mul_can_t.c
////////多消息can发送程序//////////
///////mul_can_t.c/////////////////
#include "candeal1.h"
#define LEN 8
void canini(){
clear_msg_objects();
init_msg_object_RX (0x04,1);//初始化发送
init_msg_object_T
mul_can_r.c
///////////多消息can接收程序////////////////
/////////mul_can_r.c///////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define NUMAPEND 0x0002
#define NUMBPEN