Fix slang errors and warnings in Koios benchmarks #3196
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve slang errors/warnings in the Koios benchmarks.
Description
The errors/warnings fell into the following buckets:
Related Issue
#3169
Motivation and Context
Eliminating slang errors allows these benchmarks to continue to be used in flows that make use of the yosys-slang plugin.
How Has This Been Tested?
Primary method of testing has been running slang directly at the command line. Quick research suggested there was not a single VTR regression test I could execute to try all four of these benchmarks in one push button; due to this and test runtime concerns I have deferred running VTR regression tests to validate that no synthesis results have changed.
From a synthesis standpoint, the risk of results changing due to these edits is very low.
Types of changes
Checklist: