Giter Site home page Giter Site logo

Comments (3)

PRWald avatar PRWald commented on July 22, 2024

from systemrdl-compiler.

amykyta3 avatar amykyta3 commented on July 22, 2024

@PRWald is correct. The example shown in the spec is a little misleading since they do not properly instantiate the regfile declared as example. Declaring the regfile definition only makes the type available in the local namespace. Since the example does not create an instance of the component, it does not exist, and ends up violating one of the semantic checks (components cannot be empty)

A corrected example would create an instance of example as shown here:

addrmap top {
    regfile example {
        reg some_reg { field {} a; };
        some_reg a @0x0;
        some_reg b @0x4;
        some_reg c;
        some_reg d @0x10;
    };
    example example_inst @ 0x0;
};

I already have a running list of typos/oversights the RDL spec authors missed here: https://github.com/SystemRDL/systemrdl-compiler/blob/master/docs/implementation_notes/systemrdl_spec_issues.md
I'll add this one to the list.

from systemrdl-compiler.

hmohajeri avatar hmohajeri commented on July 22, 2024

Many thanks for the help and appreciate it. The code now works beautifully. Amykyta3, thanks for the errata link.

from systemrdl-compiler.

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.