Skip to content

Modify the yaml format#125

Merged
n0thingNoob merged 4 commits intomainfrom
architecture_spec
Sep 13, 2025
Merged

Modify the yaml format#125
n0thingNoob merged 4 commits intomainfrom
architecture_spec

Conversation

@n0thingNoob
Copy link
Copy Markdown
Collaborator

@n0thingNoob n0thingNoob commented Sep 11, 2025

The format has been revised. Whereas our YAML previously mapped one entry to one operation, it now adheres to the Entry → Instructions → Operations structure. Each core has only one entry for now (will be more entries in the future); each entry contains an ordered list of instructions. Every instruction is stamped by a timestep and contains one or more operations that execute in that timestep. Each operation specifies an opcode, src_operands, and dst_operands. For example:

YAML_format

@n0thingNoob n0thingNoob changed the title Modify the yaml and asm yaml Modify the yaml format Sep 11, 2025
Copy link
Copy Markdown
Contributor

@tancheng tancheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plz update your codegen README.md

@n0thingNoob
Copy link
Copy Markdown
Collaborator Author

Sorry, I made a mistake, please ignore this version [d72a9d9]

@n0thingNoob
Copy link
Copy Markdown
Collaborator Author

@tancheng, is there anything else I need to modify?

Copy link
Copy Markdown
Contributor

@tancheng tancheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the refinement~! Plz smash the "ready for review" button (iirc), otherwise i am not aware of it is ready or not, thanks~!

@n0thingNoob n0thingNoob merged commit 7f845d6 into main Sep 13, 2025
1 check passed
ShangkunLi pushed a commit that referenced this pull request Mar 12, 2026
ShangkunLi pushed a commit that referenced this pull request Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants