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

update description of the categories #87

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 24 additions & 23 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,38 @@ params:
"Boards": ""
"Conferences": ""
"Cores": ""
"Cores:Collection": "collections containing multiple IP cores"
"Cores:Library": "libraries containing multiple IP cores"
"Cores:Single": "single IP core"
"Cores:Collection": "Groups of individual IP cores"
"Cores:Library": "Strong-related set of IP cores"
"Cores:Single": "Single IP cores"
"Frameworks": ""
"Frameworks:Verification": "frameworks for verification"
"Frameworks:Verification": "Frameworks for verification"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other types of frameworks to be considered?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E.g. frameworks for "Internet of Things" including software and hardware modules that work together.

"Languages": ""
"Resources": ""
"Resources:Books": ""
"Resources:Social Media": ""
"Resources:Websites": ""
"Resources:Weekly": ""
"Resources:Wiki": ""
"Resources:Books": "Books"
"Resources:Social Media": "Social Media Network pages"
"Resources:Websites": "Websites"
"Resources:Weekly": "Weekly publications"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this "Weekly" category. @Paebbels?

"Resources:Wiki": "Wikis"
"Services": ""
"Services:Code Quality": ""
"Services:Continuous Documentation": ""
"Services:Continuous Integration": ""
"Services:Code Quality": "Code Quality services"
"Services:Continuous Documentation": "Continuous Documentation services"
"Services:Continuous Integration": "Continuous Integration services"
"Tools": ""
"Tools:Bitgen": ""
"Tools:Grammars": ""
"Tools:Bitgen": "Bitstream generation programs"
"Tools:Grammars": "Grammars"
"Tools:Managers": ""
"Tools:Package Managers": ""
"Tools:Parsers": ""
"Tools:PnRs": ""
"Tools:Programmers": ""
"Tools:Simulators": ""
"Tools:Synthesizers": ""
"Tools:Verification": ""
"Tools:Waveform Viewer": ""
"Tools:PnRs": "Place and Route programs"
"Tools:Programmers": "Programmers"
"Tools:Simulators": "Simulators"
"Tools:Synthesizers": "Synthesizers"
"Tools:Verification": "Verification"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure what to include here, having "Frameworks:Verification: and "Verification".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tools belong here, while libraries and scripts correspond to Verification or Frameworks:Verification. For example, Symbiyosys is a tool for formal verification, but it's useless without other tools for synthesis. A framework would include a synthesis tool, symbiyosys and helper libraries to be used all together.

"Tools:Waveform Viewer": "Waveform viewers"
"Verification": ""
"Verification:Models": "single verification models"
"Verification:Models:Interface": "verification model for Interfaces"
"Verification:Models:Memory": "verification model for Memories"
"Verification:Models": "Single verification models"
"Verification:Models:Interface": "Verification model for Interfaces"
"Verification:Models:Memory": "Verification model for Memories"

menu:
main:
Expand Down