ryukzak / nitta

BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Rework microarchitecture configuration files #263

Open ryukzak opened 9 months ago

ryukzak commented 9 months ago

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:

Features:

Also:

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