Skip to content

Fix Yosys Issues#252

Merged
hendrikmennen merged 1 commit into
mainfrom
fix/#246and#244
Jun 24, 2026
Merged

Fix Yosys Issues#252
hendrikmennen merged 1 commit into
mainfrom
fix/#246and#244

Conversation

@hendrikmennen

Copy link
Copy Markdown
Contributor

This pull request updates how the "Yosys Verbose" setting is handled in the YosysCompileSettingsViewModel, ensuring that the UI checkbox accurately reflects the intended meaning of the yosysQuietFlag property (i.e., checking "Verbose" means quiet mode is off). Additionally, it improves error handling in the Yosys synthesis process by logging error messages more clearly.

Yosys Verbose/Quiet Flag Handling:

  • Inverts the logic for the yosysQuietFlag property when initializing and saving the "Yosys Verbose" checkbox, so that the UI reflects the user's intent correctly (checked means verbose, unchecked means quiet) [1] [2] [3].

Error Handling Improvements:

  • Adds explicit logging for error messages that start with "Error:" during the Yosys synthesis process, making it easier to identify and debug errors.

@hendrikmennen hendrikmennen merged commit c1e730c into main Jun 24, 2026
1 check passed
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