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

Rework microarchitecture configuration files #263

Open
ryukzak opened this issue Jan 21, 2024 · 0 comments
Open

Rework microarchitecture configuration files #263

ryukzak opened this issue Jan 21, 2024 · 0 comments
Assignees

Comments

@ryukzak
Copy link
Owner

ryukzak commented Jan 21, 2024

Currently we support TOML files with very strange format. Examples: https://github.com/ryukzak/nitta/blob/master/examples/microarch.toml

We need to migrate (we don't need backward compatibility) on something more readable format based on:

  • json
  • yaml
  • dhall (looks interesting and ok for experimental project, but may have problems with nice export)

Features:

  • read microarchitecture from file with:
    • multiple networks
    • automatic
  • write microarchitecture to file after / in progress of synthesis
  • represent it on the UI

Also:

The best starting point is rewrite current configuration in a new format.

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

No branches or pull requests

2 participants