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 support for new YAML datasheet format #68

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

mole99
Copy link
Member

@mole99 mole99 commented May 28, 2024

Make YAML the new default datasheet format, remove support for JSON format.

  • When searching for the datasheet, .yaml is preferred over .txt.
  • When saving a datasheet, .yaml is the default extension.

After loading a YAML datasheet the internal datastructure should be identical to the one loaded from a text file. Exception: In the "pins" section, Vmax and Vmin are now just a string instead of a list, e.g. dvdd - 0.3.

@mole99 mole99 merged commit f4143e5 into efabless:main Jun 3, 2024
15 checks passed
@mole99 mole99 deleted the yaml-datasheet branch June 3, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant