Giter Club home page Giter Club logo

Comments (3)

kjetilkjeka avatar kjetilkjeka commented on July 24, 2024

When you write "contains information about PinCnf beeing an array" I assume you're talking about the dim options? Or are there other cases where this grouping should be done?

from svd2rust.

kjetilkjeka avatar kjetilkjeka commented on July 24, 2024

Ignore my previous comment, I wrote it before I looked into the project and how arrays are expanded.

Regarding the issue to have the RegisterBlock using arrays instead on unrolling. There are at least two ways to achieve this.

  1. Instead of expanding the array, make it into a rust array. Some problems regarding this solution

    • What do we do about svd arrays not starting from 0, or skipping elements (<dimIndex> 3-6 </dimIndex>)
    • What do we do about literal indexes? (<dimIndex> A, B, C, D </dimIndex>)
  2. After expanding unroll the fields into an array if they adhere to some criteria (same type, same name except ending, numbers start from 0, no holes, etc)

I guess no 2. is the way you're suggesting but isn't it better to simply not unroll when some criterions are satisfied instead of reversing the work already done?

The way that makes the most sense to me is to make an array if there are integral indexes starting from 0 and contains no holes?

Anyway, I'm in need of this feature and willing to implement it. If you think that is ok, I will need a "go on with 1" or "2 is better because of X" and I can create a PR and start the implementation.

from svd2rust.

kjetilkjeka avatar kjetilkjeka commented on July 24, 2024

One more remark:

Method 2 won't unroll registers if they're not grouped in SVD as they will create different register types. For an example, you can look at, https://docs.rs/s32k144/0.2.0/s32k144/can0/struct.RegisterBlock.html

So Method 1 and 2 will most likely be identical for the user.

from svd2rust.

Related Issues (20)

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.