CAN controller implementation using FPGA

Guest #4422129
Rate this post
useful
not useful
Hello, everyone.

First, i'm sorry. Because of, I cant speak english well.

I have some ploblem about my project.

I should design CAN controller using Verilog HDL in FPGA.

But, any web-site doesn't have that information.

I got the CAN verilog code in OpenCore.

But, I cant understand OpenCore code.

It explain only block diagram....

If you know about that.... help me please..

Thank you very much.
Guest #4422305
Rate this post
useful
not useful
Unfortunately CAN specs are ISO standard and not freely available (any 
more).
At Bosch you can still find some documents --> 
http://www.bosch-semiconductors.de/en/automotive_electronics/ip_modules/can_literature_2.html

What is exactly your problem? The CAN bus or Verilog?

If you shall design an CAN IP core, you should do that based on the 
specification not based on another implementation (with missing 
documentation and questionable quality).
The person that gave you the task should also provide access to the 
corresponding specification (ISO11898*).
Guest #4430263
Rate this post
useful
not useful
First, Thank you very much, your reply.

I have to make CAN controller using Verilog HDL Code. And, 
implementation in FPGA.

So, I downloaded the code in OpenCore and simulated using Xilinx ISE 
tool.
But, I cant find output and input... in simulation.. cant understand 
that code.

I need some code(CAN controller in Verilog) or CAN block example(Verilog 
code.. bit stuffing, CRC...etc)

If you know the solution about my ploblem, tell me please..

Thank you!
Guest #4449537
Rate this post
useful
not useful
Hello, Tim. Thank you your reply.

First, input and output mean just signal in verilog
(ex, CAN module (
   input [15:0] in,
   output reg [15:0] out
)...

I cant find that in Opencore codes.

Did you design the CAN controller in FPGA?
( using Opencore code or another method...)

I have a ZYNQ board for FPGA design.
If you implemented CAN controller in FPGA, Can you help me?

And, also Can I know your email address?

If i can know your email address, send ma a message to 
jeongminwoo7@naver.com.

Thank you very much, Tim.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now