代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/18590/796278
xst can_top.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn can_top.prj
-ifmt mixed
-ofn can_top
-ofmt NGC
-p xc2s300e-6-pq208
-top can_top
-opt_mode Speed
-opt_level 1
-iuc NO
-lso can_top.lso
-
www.eeworm.com/read/18590/796279
xst can_fifo.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn can_fifo.prj
-ifmt mixed
-ofn can_fifo
-ofmt NGC
-p xc2s300e-6-pq208
-top can_fifo
-opt_mode Speed
-opt_level 1
-iuc NO
-lso can_fifo.ls
www.eeworm.com/read/18590/796288
v can_crc.v
// synopsys translate_off
`include "timescale.v"
// synopsys translate_on
module can_crc (clk, data, enable, initialize, crc);
parameter Tp = 1;
input clk;
input data;
www.eeworm.com/read/18590/796289
fdo can_testbench.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Tue Jan 11 10:15:14 中国标准时间 2005
##
vlib work
vlog can_register_asyn_syn.v
vlog can_register_asyn.v
vlog can_regi
www.eeworm.com/read/18590/796290
v can_defines.v
// Uncomment following line if you want to use WISHBONE interface. Otherwise
// 8051 interface is used.
// `define CAN_WISHBONE_IF
// Uncomment following line if you want to use CAN in Ac
www.eeworm.com/read/18590/796296
prj can_top.prj
verilog work can_register_asyn_syn.v
verilog work can_register_asyn.v
verilog work can_register.v
verilog work can_registers.v
verilog work can_btl.v
verilog work can_crc.v
verilog work can_acf.
www.eeworm.com/read/18590/796306
ngd can_top.ngd
www.eeworm.com/read/18628/797926
v can_registers.v
// synopsys translate_off
`include "timescale.v"
// synopsys translate_on
`include "can_defines.v"
module can_registers
(
clk,
rst,
cs,
we,
addr,
data_in,
data_out,
i
www.eeworm.com/read/18628/797927
prj can_registers.prj
verilog work can_register_asyn_syn.v
verilog work can_register_asyn.v
verilog work can_register.v
verilog work can_registers.v