Giter VIP home page Giter VIP logo

can's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

can's Issues

Acceptance filter mask polarity

From what I've seen, the most common practice for acceptance filter masks is to use 0 for don't care, and 1 for match. It appears the match signals use the opposite, so I propose you invert all the acceptance_mask_i[j] signals when determining a match (lines 173 - 180 in can_acf.v for standard mode).

Does can bit stuff include crc?

Hi,
When I was looking at the can protocal,I was found a passage:
"When transmitting data frames and remote control frames, the data between the SOF and CRC segments, if the same level continues for 5 bits, in the next bit (the 6th bit), a level inverse to the first 5 bits is inserted."
I also checked other information. I confirm the can bit stuff is not include the part of crc.

But in can_bsp.v,the can bit stuff is include the part of crc.

assign bit_de_stuff_set = go_rx_id1 & (~go_error_frame);
assign bit_de_stuff_reset = go_rx_ack | go_error_frame | go_overload_frame;

Where is the program?

Chip Select in Wishbone Interface

While going through the test-bench came to see about one of the revisions, in which said about the cs_can_i pin from the top file is not used for running through the wishbone interface. Is it necessary to comment the initialisation and run the program. 2 errors were obtained. How to solve the issue.
1

Without making any changes in the testbench and top we obtain a result that continue foreever. With only transmitting data and dont receiving it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.