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

add custom cols feature #35

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

add custom cols feature #35

wants to merge 5 commits into from

Conversation

zkronos73
Copy link
Contributor

@zkronos73 zkronos73 commented Oct 25, 2024

Added feature for custom columns, an example:

public rom_root[4];

airtemplate Rom(int N = 2**13) {
    commit stage(0) public(rom_root) rom;
    col rom line;
    col rom flags;
    col op flags;
}

airgroup ZkProcessor  {
    Rom();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant