diff --git a/content/opensource_packages/kicad.md b/content/opensource_packages/kicad.md new file mode 100644 index 00000000..3e5076f6 --- /dev/null +++ b/content/opensource_packages/kicad.md @@ -0,0 +1,31 @@ +--- +name: Kicad +category: EDA +description: KiCad is an open-source, cross-platform EDA suite for designing electronic circuit schematics and printed circuit boards (PCBs), offering integrated tools for layout, simulation, 3D visualization, and manufacturing file inspection. +download_url: https://www.kicad.org/download/linux/ +works_on_arm: true +supported_minimum_version: + version_number: 0.20131208+bzr4024-1ubuntu2 + release_date: 2014/10/09 + + +optional_info: + homepage_url: https://www.kicad.org/ + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://www.kicad.org/download/details/ubuntu/ + arm_content: + partner_content: + arm_recommended_minimum_version: + version_number: + release_date: + reference_content: + rationale: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: The release notes for the initial Linux/Arm64 support isn't available. Kicad can be installed via apt. The minimum version that can be installed on the Neoverse-N1 based Ubuntu Trusty VM is 0.20131208+bzr4024-1ubuntu2. Please see [this](https://launchpad.net/ubuntu/trusty/arm64/kicad/). For Ubuntu Bionic, the minimum version for Kicad is 4.0.7. Please see [this](https://launchpad.net/ubuntu/bionic/arm64/kicad/). + +--- diff --git a/content/opensource_packages/verilator.md b/content/opensource_packages/verilator.md new file mode 100644 index 00000000..3cb45d55 --- /dev/null +++ b/content/opensource_packages/verilator.md @@ -0,0 +1,31 @@ +--- +name: Verilator +category: EDA +description: Verilator is an open-source high-performance Verilog/SystemVerilog simulator that translates HDL code into C++ or SystemC for fast, cycle-accurate simulation, linting, and verification. +download_url: https://github.com/verilator/verilator/tags +works_on_arm: true +supported_minimum_version: + version_number: 3.856 + release_date: 2014/03/12 + + +optional_info: + homepage_url: https://www.veripool.org/verilator/ + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://verilator.org/guide/latest/install.html#git-install + arm_content: + partner_content: + arm_recommended_minimum_version: + version_number: + release_date: + reference_content: + rationale: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: The release notes for the initial Linux/Arm64 support isn't available. Verilator can be installed via apt. The minimum version that can be installed on the Neoverse-N1 based Ubuntu Trusty VM is 3.856, and version 3.874 is available as minimum on Ubuntu Xenial. Please see [this](https://launchpad.net/ubuntu/trusty/arm64/verilator). + +---