// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" module can_acf ( clk, rst, id, /* Mode register */ reset_mode, acce
http://www.codebf.com/read/8785/153131
// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" module can_fifo ( clk, rst, wr, data_in, addr, data_out, fifo_sele
http://www.codebf.com/read/8785/153134
// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" module can_top ( `ifdef CAN_WISHBONE_IF wb_clk_i, wb_rst_i, wb_dat_i,
http://www.codebf.com/read/8785/153137
// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" module can_btl ( clk, rst, rx, /* Mode register */ reset_mode, /* Bus
http://www.codebf.com/read/8785/153139
// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" module can_bsp ( clk, rst, sample_point, sampled_bit, sampled_bit_q, tx
http://www.codebf.com/read/8785/153144
// synopsys translate_off `include "timescale.v" // synopsys translate_on module can_register_asyn ( data_in, data_out, we, clk, rst ); parameter WIDTH = 8; // default parame
http://www.codebf.com/read/8785/153149
// synopsys translate_off `include "timescale.v" // synopsys translate_on `include "can_defines.v" `include "can_testbench_defines.v" module can_testbench(); parameter Tp = 1; paramet
http://www.codebf.com/read/8785/153167
/* Mode register */ `define CAN_MODE_RESET 1'h1 /* Reset mode */ /* Bit Timing 0 register value */ `define CAN_TIMING0_BRP 6'h1 /* Baud rate prescaler (2*
http://www.codebf.com/read/8785/153170
// synopsys translate_off `include "timescale.v" // synopsys translate_on module can_register_asyn_syn ( data_in, data_out, we, clk, rst, rst_sync ); parameter WIDTH = 8;
http://www.codebf.com/read/8785/153171
// synopsys translate_off `include "timescale.v" // synopsys translate_on module can_register ( data_in, data_out, we, clk ); parameter WIDTH = 8; // default parameter of the re
http://www.codebf.com/read/8785/153174
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机