-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #526 from odidev/questa_trino
Add Questa Advance Simulator and Trino files
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Questa advanced simulator | ||
vendor: Siemens | ||
category: HPC | ||
description: Questa Advanced Simulator is a powerful tool for hardware simulation and verification, enabling efficient design validation of complex digital systems. | ||
product_url: https://eda.sw.siemens.com/en-US/ic/questa/simulation/advanced-simulator/ | ||
works_on_arm: true | ||
release_date_on_arm: 2019/10/08 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://eda.sw.siemens.com/en-US/ic/questa/simulation/advanced-simulator/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
vendor_announcement: https://newsroom.sw.siemens.com/en-US/siemens-mentor-boosts-64-bit-arm-based-server-platform-arm-architecture-support-for-questa-simulation-tools/ | ||
official_docs: | ||
|
||
|
||
optional_hidden_info: | ||
other_info: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Trino | ||
category: Databases - Big-data | ||
description: Trino is a distributed SQL query engine that enables fast querying of large datasets across various data sources. | ||
download_url: https://trino.io/download | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 330 | ||
release_date: 2020/02/18 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://trino.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://trino.io/docs/current/installation.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://trino.io/docs/current/release/release-330.html#:~:text=Add%20experimental%20support%20for%20running%20on%20Linux%20aarch64%20(ARM64) | ||
release_notes__recommended_minimum: | ||
other_info: From [this issue](https://github.com/trinodb/trino/issues/2262), it is clear that AArch64 support has been added since release 330. | ||
|
||
--- |