代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

can_registers.xst

set -tmpdir . elaborate -ifn can_registers.prj -ifmt mixed

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 -

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

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;

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

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

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.