Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cpuif properties #81

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RasmusGOlsen
Copy link

@RasmusGOlsen RasmusGOlsen commented Jan 8, 2024

I added user-defined properties for specifying the CPU interface. The properties are cpuif and addrwidth. The command line still has the highest priority for backward compatibility.

Example.

addrmap top {
    cpuif = "axi4-lite";
    addrwidth = 4;

    reg {
        . . .
    }
};

resolves #77

@RasmusGOlsen RasmusGOlsen changed the title Cpuif properties #77 Cpuif properties Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

User defined property for specifying cpuif
1 participant