diff --git a/Jenkinsfile b/Jenkinsfile index 4e7f6c3c..73758d43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ @Library('releng-pipeline') _ hugo ( - appName: 'openhwfoundation.org', - productionDomain: 'openhwfoundation.org', + appName: 'openhwgroup.org', + productionDomain: 'www.openhwgroup.org', build: [ containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0', ], diff --git a/config.toml b/config.toml index 40f05409..7c9ab4e7 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://openhwfoundation.org/" +baseurl = "https://www.openhwgroup.org/" DefaultContentLanguage = "en" title = "" theme = "eclipsefdn-hugo-solstice-theme" @@ -8,37 +8,32 @@ disableKinds = ["taxonomyTerm"] themesDir = "node_modules/" [Params] - website_type = "Working Group" google_tag_manager = "GTM-5WLCZXC" - layout_style = "astro" - description = "OpenHW Foundation is an Eclipse Foundation Working Group driven by its members and individual contributors where hardware and software designers collaborate on open source cores, related IP, tools and software projects." + layout_style = "quicksilver" + description = "OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate on open source cores, related IP, tools and software projects." subtitle = "" - seo_title_suffix = " | OpenHW Foundation" + seo_title_suffix = " | OpenHW Group" keywords = ["open-source", "risc-v", "hardware", "software", "hw", "sw", "eclipse ide"] - logo = "/images/openhw-landscape.png" - logo_width = "200" + logo = "images/openhw-landscape.png" styles = "css/styles.css" favicon = "images/favicon.ico" # share_img = "" gcse = "" # subtheme = "" header_wrapper_class = "header-default-bg-img" - hide_call_for_action = true js = "js/solstice.js" featured_content_publish_target = "openhwgroup" - call_for_action_text = "Download" - call_for_action_url = "#" - call_for_action_icon = "" - jumbotron_class = "col-sm-20 col-sm-offset-2" - hide_footer_newsletter = true +# call_for_action_text = "" +# call_for_action_url = "" +# call_for_action_icon = "" [taxonomies] category = "categories" tag = "tags" [Author] - name = "OpenHW Foundation" - website = "https://openhwfoundation.org" + name = "OpenHW Group" + website = "https://www.openhwgroup.org" email = "info@openhwgroup.org" # facebook = "" twitter = "openhwgroup" @@ -53,81 +48,123 @@ themesDir = "node_modules/" plainIDAnchors = true hrefTargetBlank = true -# About Menu - [[menu.main]] - name = "About" - weight = 1 - identifier = "about" + name = "About Us" + url = "/about-us" + weight = 1 [[menu.main]] - name = "OpenHW Foundation" - url = "/about-us/" - weight = 1 - parent = "about" + name = "CORE-V DevKits" + url = "/core-v-devkits" + weight = 1 [[menu.main]] - name = "CORE-V RISC-V Cores" - url = "/about-us/core-v-risc-v-cores/" - weight = 2 - parent = "about" + name = "Projects" + url = "/projects" + weight = 2 [[menu.main]] - name = "CORE-V DevKits" - url = "/core-v-devkits/" - weight = 3 - parent = "about" - -# Membership Menu + name = "Membership" + url = "/membership" + weight = 3 [[menu.main]] - name = "Membership" - url = "/membership/" - weight = 2 - identifier = "membership" + name = "Working Groups" + url = "/working-groups" + weight = 4 [[menu.main]] - name = "Our Members" - url = "/membership/members/" - weight = 1 - parent = "membership" + name = "Resources" + url = "/" + weight = 5 [[menu.main]] - name = "Become a Member" - url = "/membership/become-a-member/" - weight = 2 - parent = "membership" + name = "Contact Us" + url = "/#contact-us" + weight = 6 +# Membership submenus [[menu.main]] - name = "Projects" - url = "/projects/" - weight = 3 - + name = "Member Benefits and Services" + url = "/membership#tab-benefits" + parent = "Membership" + weight = 1 [[menu.main]] - name = "Get Involved" - url = "/get-involved/" - weight = 4 - + name = "Membership Levels" + url = "/membership#tab-levels" + parent = "Membership" + weight = 2 [[menu.main]] - name = "Resources" - url = "/resources/" - weight = 5 - identifier = "resources" - + name = "Membership Fees" + url = "/membership#tab-fees" + parent = "Membership" + weight = 3 +[[menu.main]] + name = "Become a Member" + url = "/membership#tab-membership" + parent = "Membership" + weight = 4 [[menu.main]] - name = "Events" - url = "/events/" - parent = "resources" - weight = 1 + name = "Explore our Members" + url = "/membership/members" + parent = "Membership" + weight = 5 +# Working Groups submenus +[[menu.main]] + name = "Technical and Marketing Working Groups" + url = "/working-groups" + parent = "Working Groups" + weight = 1 +[[menu.main]] + name = "OpenHW Asia" + url = "/working-groups/openhw-asia" + parent = "Working Groups" + weight = 2 [[menu.main]] - name = "Blog" - url = "/resources/blog/" - parent = "resources" - weight = 2 + name = "OpenHW Europe" + url = "/working-groups/openhw-europe" + parent = "Working Groups" + weight = 3 +# Resources submenus +[[menu.main]] + name = "Create or Edit Eclipse Account" + url = "/register" + parent = "Resources" + weight = 1 +[[menu.main]] + name = "OpenHW Mattermost" + url = "https://mattermost.openhwgroup.org/all-users/channels/town-square" + parent = "Resources" + weight = 2 +[[menu.main]] + name = "OpenHW Project Dashboard" + url = "https://github.com/openhwgroup/programs/blob/master/dashboard/Dashboard_SpreadSheetFriendly.md" + parent = "Resources" + weight = 3 +[[menu.main]] + name = "OpenHW Project Descriptions" + url = "https://github.com/openhwgroup/programs/tree/master/Project-Descriptions-and-Plans" + parent = "Resources" + weight = 4 +[[menu.main]] + name = "OpenHW TV" + url = "/resources/openhwtv/" + parent = "Resources" + weight = 5 +[[menu.main]] + name = "OpenHW Blog" + url = "/resources/blog/" + parent = "Resources" + weight = 6 +[[menu.main]] + name = "OpenHW Calendar" + url = "/working-groups/#working-group-calls" + parent = "Resources" + weight = 7 [[menu.main]] - name = "OpenHW TV" - url = "/resources/openhwtv" - parent = "resources" - weight = 3 + name = "OpenHW Downloads" + url = "http://downloads.openhwgroup.org/" + parent = "Resources" + weight = 8 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index fc52d91e..6a23cebc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,20 +1,52 @@ --- title: "Home" seo_title: "OpenHW Group" -headline: "OpenHW Foundation" -custom_jumbotron: | - -custom_jumbotron_class: "col-xs-24" +headline: "OpenHW Group" hide_sidebar : true hide_page_title: true hide_breadcrumb: true +#subtitle: "" +#description: "" +tagline: "Proven processor IP" date: 2019-03-14T15:50:25-04:00 -links: [[href: "/about-us/", text: "Learn More"], [href: "/membership/become-a-member/", text: "Join Us"]] -show_featured_story: true +links: [[href: "/membership/members/", text: "Members"], [href: "https://share.hsforms.com/1XdNvwOBNRTONOVdZjwVleg4o9yd", text: "Join Our Mailing List"]] container: "container-fluid" --- -{{< pages/home >}} +{{< grid/div id="news" class="container margin-bottom-50" isMarkdown="false">}} + {{< grid/div class="row" isMarkdown="false">}} + {{< news >}} + {{< newsroom/news + id="news_lists" + includeList="true" + class="news-list" + publishTarget="openhwgroup" + count="3" >}} + {{}} + {{< grid/div class="col-sm-8 col-sm-offset-1 news-list" isMarkdown="false" >}} + {{< events >}} +

Events

+ {{< pinned_news disabled="true" >}} + {{< newsroom/events + id="event-list-container" + containerClass="news-items clearfix" + templateId="event-short-list" + templatePath="/js/templates/event-list-format.mustache" + upcoming="1" + class="news-items" + publishTarget="openhwgroup" + count="3" >}} + {{}} + {{}} + {{}} +{{}} + +{{< core-v-family >}} + +{{< member-partner >}} + +{{< testimonials >}} + +{{< about-us >}} + +{{< contact-us >}} diff --git a/content/about-us/_index.md b/content/about-us/_index.md index 7fe8d27d..99277385 100644 --- a/content/about-us/_index.md +++ b/content/about-us/_index.md @@ -1,23 +1,8 @@ --- -title: "About the OpenHW Foundation" -headline: "About the OpenHW Foundation" +title: "About Us" date: 2019-05-04T10:00:45-04:00 hide_sidebar: true -hide_page_title: true -layout: "single" --- +OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software. OpenHW provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices. -OpenHW Foundation is dedicated to developing, verifying, and delivering high -quality, open source RISC-V processor cores and related IP for commercial and -industrial applications. OpenHW Foundation is driving the advancement of open -source processor technology across cloud, mobile, IoT, AI, automotive, HPC, and -other domains. - -OpenHW Foundation supports transparent, industry-aligned development standards -for processors, supporting state-of-the-art system-on-chip (SoC) production. -OpenHW Foundation is supported by leading innovators. - -For more information on OpenHW Foundation’s mission, governance structure, and -steering and technical advisory committees, -[read the charter](https://www.eclipse.org/org/workinggroups/openhw-foundation-charter.php). - +{{< staff >}} \ No newline at end of file diff --git a/content/about-us/core-v-risc-v-cores/images/openhw-risc-v-portfolio.jpg b/content/about-us/core-v-risc-v-cores/images/openhw-risc-v-portfolio.jpg deleted file mode 100644 index 07cfdd26..00000000 Binary files a/content/about-us/core-v-risc-v-cores/images/openhw-risc-v-portfolio.jpg and /dev/null differ diff --git a/content/about-us/core-v-risc-v-cores/index.md b/content/about-us/core-v-risc-v-cores/index.md deleted file mode 100644 index 8d8ba050..00000000 --- a/content/about-us/core-v-risc-v-cores/index.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: "CORE-V Open Source RISC-V Cores" -headline: "" -custom_jumbotron: | -

CORE-V Open Source
RISC-V Cores

-custom_jumbotron_class: "col-xs-24" -date: 2025-01-09 -hide_page_title: true -hide_sidebar: true ---- - -The CORE-V series comprises a range of open source RISC-V cores, each equipped -with processor subsystem IP, tools, and software–and all designed to accelerate -innovation in electronic systems. Optimized for both silicon and FPGA -applications, these cores facilitate streamlined design processes, resulting in -manufacturable, production-ready system-on-chips (SoCs) that are built for high -performance and reliability. - -The CORE-V series offers a versatile range of RISC-V cores tailored to diverse -application requirements: - -- CVA6: High-performance 64/32-bit cores ideal for Linux-based systems and - safety-critical applications. -- CVW: CV-Wally a 64bit core based on a Textbook (fully architecture and design - consideration documentation) verified to industrial ready level -- CVE4: 32-bit embedded-class cores optimized for IoT, edge computing, and - consumer electronics. -- CVE2: Ultra-efficient processors for deeply embedded control applications. -- CVA6 Platform: A vendor-neutral validation platform for various FPGA - configurations, including AWS cloud solutions - -Each core is purpose-built to meet specific performance and efficiency -standards, driving innovation across embedded and high-performance computing. - -## Growing our Portfolio - -As the open hardware needs of the industry continue to evolve, we're committed -to staying at the forefront of innovation. Our roadmap outlines the new -projects we have planned and those currently in development, designed to -address emerging challenges and opportunities. By proactively shaping our -initiatives, we aim to deliver impactful solutions that drive progress across -the ecosystem. - -{{< figure class="text-center margin-top-40" imgClass="img-responsive margin-x-auto" src="./images/openhw-risc-v-portfolio.jpg" alt="A chart titled OpenHW RISC-V Portfolio. Legend contains three items: Ready, In Development, and Planning. The X axis represents Performance and the Y axis represents Area. From the least area and performance to most is as follows: CVE2 (in development), CVE4 (ready), CV32E40P (ready), CV32E40PX (planning), CV32E40S (in development), CV32E40X (in development), CVW (ready), Coherence (in development), CV32A65X (in development), CVA6 (ready), CV64A60AX (in development), CVP8 (planning)" >}} -{{< grid/div class="visible-xs visible-sm text-center" >}} -[View Full Size](./images/openhw-risc-v-portfolio.jpg) -{{}} diff --git a/content/about-us/transition-faq/index.md b/content/about-us/transition-faq/index.md index adf59901..e3c5c112 100644 --- a/content/about-us/transition-faq/index.md +++ b/content/about-us/transition-faq/index.md @@ -6,6 +6,7 @@ tags: ["openhw foundation", "transition", "working group", "frequently asked que headline: "FAQs" subtitle: "OpenHW joining the Eclipse Foundation" hide_page_title: true +container: "container margin-top-30" --- We’re thrilled to announce that OpenHW is officially joining the Eclipse diff --git a/content/core-v-devkits/_index.md b/content/core-v-devkits/_index.md index 1ed6a098..f134f844 100644 --- a/content/core-v-devkits/_index.md +++ b/content/core-v-devkits/_index.md @@ -1,41 +1,29 @@ --- title: "CORE-V DevKits" date: 2019-05-04T10:00:45-04:00 -headline: "CORE-V DevKits" hide_sidebar: true hide_page_title: true --- -Created by OpenHW members, CORE-V DevKits are tailored to facilitate the -evaluation and development of OpenHW system-on-chips (SoCs), offering essential -tools for innovation and testing. +# CORE-V DevKits + +Welcome to the OpenHW Group CORE-V DevKits page. + +CORE-V DevKits that support evaluation of and development for OpenHW SoCs are developed by the OpenHW Hardware Task Group and the OpenHW Software Task Group contributing members. + +Available CORE-V DevKits are listed below. -{{< grid/div class="row" isMarkdown="false" >}} - {{< grid/div class="col-sm-12" isMarkdown="true" >}} ## CORE-V MCU DevKit -The [CORE-V MCU DevKit](https://github.com/openhwgroup/core-v-mcu-devkit) -is a turnkey, open source development and prototyping platform for the -[CORE-V MCU SoC](https://github.com/openhwgroup/core-v-mcu). -The DevKit was built by OpenHW Members for OpenHW Members enables makers of IoT -and embedded systems to evaluate CORE-V MCU performance, connect seamlessly -with WiFi and IoT cloud services, and to build and test software using the -[CORE-V SDK](https://github.com/openhwgroup/core-v-sdk), offering a versatile -foundation for prototyping and development. - {{}} - {{< grid/div class="col-sm-12" isMarkdown="false" >}} - {{< figure - class="margin-bottom-60" - imgClass="img-responsive margin-x-auto" - width="400" - src="./images/core-v-mcu-devkit.png" - caption="CORE-V MCU DevKit" - >}} - {{}} - -{{}} - -### Features +![CORE-V MCU DevKit. Described in detail below.](/images/core-v-devkits/core-v-mcu-devkit-top.png) + +CORE-V MCU DevKit + +### Description + +The [CORE-V MCU DevKit](https://github.com/openhwgroup/core-v-mcu-devkit) is a turnkey, open-source development and prototyping platform for the [CORE-V MCU System on Chip](https://github.com/openhwgroup/core-v-mcu). The CORE-V MCU DevKit enables makers of IoT and embedded systems to evaluate the performance of the CORE-V MCU, to interconnect with WiFi and the IoT cloud, and to develop and test software using the [CORE-V SDK](https://github.com/openhwgroup/core-v-sdk). + +The CORE-V MCU DevKit includes these features - CORE-V MCU - CV32E40P processor core @@ -45,8 +33,7 @@ foundation for prototyping and development. - USB-C for terminal and onboard debug access - JTAG connector for external debug access - Espressif AWS IoT ExpressLink Module for AWS IoT cloud interconnect -- mikroBUS onboard socket, allowing access to a vast range of - [mikroBUS modules](https://www.mikroe.com/mikrobus) +- mikroBUS onboard socket, allowing access to a vast range of [mikroBUS modules](https://www.mikroe.com/mikrobus) - Himax HM01B0 Ultralow Power CMOS Image Sensor - I2C temperature sensor - Several LEDs @@ -54,42 +41,25 @@ foundation for prototyping and development. - Dimensions 75 mm x 100 mm - Power supply via USB-C or barrel connector (5V - 18V in) -### CORE-V MCU SDK (supports the CORE-V MCU DevKit) +The CORE-V MCU DevKit is supported by OpenHW Group’s open-source CORE-V MCU SDK. The SDK comprises the following features -- Eclipse-based IDE +- Eclipse based IDE - Debug support - FreeRTOS - CORE-V GNU GCC tool chain - Peripheral driver libraries - Example Code -The [CORE-V MCU SDK Quickstart Guide](https://github.com/openhwgroup/core-v-sdk/blob/main/README.md) -includes links and instructions to download and bring up the SDK on Linux and -Windows. A [DevKit User Manual](https://docs.openhwgroup.org/projects/core-v-mcu-devkit-user-manual/en/latest/) -is also available. - +The [CORE-V MCU SDK Quickstart Guide](https://github.com/openhwgroup/core-v-sdk/blob/main/README.md) includes links and instructions to download and bring up the SDK on Linux and Windows. The [DevKit User Manual](https://docs.openhwgroup.org/projects/core-v-mcu-devkit-user-manual/en/latest/) is available on Read the Docs. -{{< grid/div isMarkdown="false" >}} - {{< grid/div class="col-sm-12 margin-y-30" isMarkdown="true" >}} ## CORE-V MCU Emulation Platform -The [CORE-V MCU](https://github.com/openhwgroup/core-v-mcu) -emulation platform integrates the [CV32E40P Processor IP](https://github.com/openhwgroup/cv32e40p) -using the PULPissimo SoC from the [PULP Platform](https://pulp-platform.org/) -and the [Quicklogic ArticPro eFPGA](https://www.quicklogic.com/products/efpga/arcticpro/). -The CORE-V-MCU has been implemented on the Nexys A7 FPGA platform to support -evaluation of processor functionality and software development using the [CORE-V SDK](https://github.com/openhwgroup/core-v-sdk). - -To get started with the CORE-V-MCU, consult the [CORE-V-MCU Quick Start Guide](https://github.com/openhwgroup/core-v-mcu/blob/master/emulation/quickstart/README.md) -and the [CORE-V-SDK Quick Start Guide](https://github.com/openhwgroup/core-v-sdk/blob/main/README.md). - {{}} - {{< grid/div class="col-sm-12" isMarkdown="false" >}} - {{< figure - class="margin-bottom-60" - imgClass="img-responsive margin-x-auto" - width="400" - src="./images/digilent-nexsys-a7.png" - caption="Digilent Nexsys A7 board configured as CORE-V MCU Emulation Platform" - >}} - {{}} -{{}} +![Nexsys A7. Described in detail below.](/images/core-v-devkits/nexys-a7.jpg) + +Digilent Nexsys A7 board configured as CORE-V MCU Emulation platform + +### Description + +The [CORE-V MCU](https://github.com/openhwgroup/core-v-mcu) emulation platform integrates the [CV32E40P Processor IP](https://github.com/openhwgroup/cv32e40p) using the PULPissimo SoC from the [PULP Platform](https://pulp-platform.org/) and the [Quicklogic ArticPro eFPGA](https://www.quicklogic.com/products/efpga/arcticpro/). The CORE-V-MCU has been implemented on the Nexys A7 FPGA platform to support evaluation of processor functionality and software development using the [CORE-V SDK](https://github.com/openhwgroup/core-v-sdk). + +To get started with the CORE-V-MCU, consult the [CORE-V-MCU Quick Start Guide](https://github.com/openhwgroup/core-v-mcu/blob/master/emulation/quickstart/README.md) and the [CORE-V-SDK Quick Start Guide](https://github.com/openhwgroup/core-v-sdk/blob/main/README.md) diff --git a/content/core-v-devkits/images/core-v-mcu-devkit.png b/content/core-v-devkits/images/core-v-mcu-devkit.png deleted file mode 100644 index 455b4a56..00000000 Binary files a/content/core-v-devkits/images/core-v-mcu-devkit.png and /dev/null differ diff --git a/content/core-v-devkits/images/digilent-nexsys-a7.png b/content/core-v-devkits/images/digilent-nexsys-a7.png deleted file mode 100644 index d785945a..00000000 Binary files a/content/core-v-devkits/images/digilent-nexsys-a7.png and /dev/null differ diff --git a/content/events/_index.html b/content/events/_index.html deleted file mode 100644 index 26d85cf9..00000000 --- a/content/events/_index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Events" -date: 2019-05-04T10:00:45-04:00 -hide_sidebar: true -hide_page_title: true -layout: "single" ---- - -
-
-

Events

-
-
- Events from Members -
-
- -
-{{< newsroom/events - id="events_archive" - archive="true" - publishTarget="openhwgroup" - count="10" - templateId="event-list-with-description" - templatePath="js/templates/event-list-with-description.mustache" - paginate="true" ->}} -
diff --git a/content/events/_index.md b/content/events/_index.md new file mode 100644 index 00000000..9f097fc3 --- /dev/null +++ b/content/events/_index.md @@ -0,0 +1,19 @@ +--- +title: "Events" +date: 2019-05-04T10:00:45-04:00 +hide_sidebar: true +layout: "single" +--- + +{{< grid/div isMarkdown="false" >}} + Events from Members +{{}} + +{{< newsroom/events + id="events_archive" + archive="true" + publishTarget="openhwgroup" + count="10" + templateId="event-list-with-description" + templatePath="js/templates/event-list-with-description.mustache" + paginate="true" >}} \ No newline at end of file diff --git a/content/get-involved/index.md b/content/get-involved/index.md deleted file mode 100644 index 14bc5ef3..00000000 --- a/content/get-involved/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Get Involved" -headline: "Get Involved" -hide_page_title: true -hide_sidebar: true ---- - -{{< pages/get_involved >}} diff --git a/content/membership/_index.md b/content/membership/_index.md index 55413972..fb339ab2 100644 --- a/content/membership/_index.md +++ b/content/membership/_index.md @@ -6,6 +6,6 @@ date: 2019-12-01T15:50:25-04:00 layout: "single" hide_sidebar : true hide_page_title: true -redirect_url: "/membership/become-a-member/" --- +{{< membership >}} diff --git a/content/membership/become-a-member/index.md b/content/membership/become-a-member/index.md deleted file mode 100644 index e1477fe9..00000000 --- a/content/membership/become-a-member/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Become a Member" -headline: "Become a Member" -custom_jumbotron_class: "col-xs-24 featured-jumbotron-subtitle" -custom_jumbotron: | - Join industry leaders as we define and build the hardware of the future -links: [[href: "/membership/contact-us/", text: "Contact Us About Membership"], [href: "https://membership.eclipse.org/portal/ready-to-join", text: "My Organisation is Ready to Join Now"]] -container: "container-fluid" -hide_sidebar: true -hide_page_title: true ---- - -{{< pages/membership/become_a_member >}} - diff --git a/content/membership/contact-us/index.md b/content/membership/contact-us/index.md deleted file mode 100644 index 55d7a938..00000000 --- a/content/membership/contact-us/index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Contact Us" -headline: "Contact Us" -date: 2025-01-13T00:00:00 -hide_page_title: true ---- - -Is your organisation ready to become a member? [Join now](https://membership.eclipse.org/application/ready-to-join). - -If you have questions about membership in this working group or would like some -assistance with the application process, complete the form below. - -## Contact Us About Membership - -{{< hubspot_contact_form portalId="5413615" formId="719da833-774d-4962-8ef3-985acd8d4df6" >}} diff --git a/content/membership/members/_index.html b/content/membership/members/_index.html deleted file mode 100644 index 73e8d093..00000000 --- a/content/membership/members/_index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Our Members" -headline: "Our Members" -date: 2019-12-01T15:50:25-04:00 -hide_page_title: true -hide_sidebar: true -layout: "single" ---- - -
-

Attention

-

- The following are the members of the OpenHW Foundation. This list does not - include members of the original OpenHW Group that are in the process of - migrating their membership to the new OpenHW Foundation. As members complete - the migration process, their logos will be added here. -

-

- Please visit the Become a Member - page and contact us if you have questions or wish to complete the migration - for your company. -

-
- -

Strategic Members

-
- -

Participant Members

-
- -

Guest Members

-
diff --git a/content/membership/members/_index.md b/content/membership/members/_index.md new file mode 100644 index 00000000..77bd1ffd --- /dev/null +++ b/content/membership/members/_index.md @@ -0,0 +1,6 @@ +--- +title: "Explore our members" +date: 2019-12-01T15:50:25-04:00 +layout: single +--- +{{}} \ No newline at end of file diff --git a/content/news/2023-10-31.md b/content/news/2023-10-31.md index 3883a568..9465734a 100644 --- a/content/news/2023-10-31.md +++ b/content/news/2023-10-31.md @@ -6,6 +6,7 @@ summary: Please join OpenHW Group Staff and Members at the upcoming RISC-V Summi headline: Please join OpenHW Group Staff and Members at the upcoming RISC-V Summit tagline: "November 7 - 9, 2023 at the Santa Clara Convention Center, Santa Clara, CA" hide_page_title: true +container: container margin-top-40 --- OpenHW Group will participate at the Summit in Booth P1. Below please find a diff --git a/content/news/2023-11-07.md b/content/news/2023-11-07.md index 813334e5..4fcc179f 100644 --- a/content/news/2023-11-07.md +++ b/content/news/2023-11-07.md @@ -11,6 +11,7 @@ summary: >- headline: OpenHW Group Announces CORE-V CVA6 Platform Project for RISC-V Software Development & Testing subtitle: Platform Aims to Advance RISC-V Software Development Through Vendor-Neutral Open Collaboration hide_page_title: true +container: container margin-top-40 tags: ["RISC-V", "CVA6", "Platform Project", "FPGA", "Standard"] --- diff --git a/content/news/2023-12-01.md b/content/news/2023-12-01.md index 5c959de8..e1ded01a 100644 --- a/content/news/2023-12-01.md +++ b/content/news/2023-12-01.md @@ -6,7 +6,7 @@ date: 2023-12-01T01:10:00-00:00 hide_page_title: true categories: ["announcements"] keywords: ["Red Hat", "SOC Designs", "RISC-V", "join"] -container: "container" +container: "container margin-top-30" --- Dec 1, 2023 diff --git a/content/projects/_index.html b/content/projects/_index.html deleted file mode 100644 index 73ab6053..00000000 --- a/content/projects/_index.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Projects" -headline: "Projects" -hide_sidebar : true -hide_page_title: true -layout: "single" ---- - - diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 00000000..81206afd --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,7 @@ +--- +Title: "OpenHW Group Projects" +hide_sidebar : true +--- +For more information on joining an OpenHW Group project, please refer to the [registration page]({{< relref "/register" >}}). To view current members of the OpenHW Group, please refer to the [Explore our Members page]({{< relref "membership/members" >}}). + +{{< projects >}} \ No newline at end of file diff --git a/content/resources/_index.md b/content/resources/_index.md index 2cafbb04..9c2fdc48 100644 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -2,7 +2,5 @@ title: "Resources" date: 2020-07-08T10:00:45-04:00 layout: single -redirect_url: "/" -hide_page_title: true --- diff --git a/content/resources/blog/_index.md b/content/resources/blog/_index.md index 1ef74391..1b42f3df 100644 --- a/content/resources/blog/_index.md +++ b/content/resources/blog/_index.md @@ -1,10 +1,9 @@ --- title: "Blog" -seo_title: "OpenHW Blog" -headline: "OpenHW Blog" +seo_title: "OpenHW Group Blog" +headline: "OpenHW Group Blog" date: 2020-07-08T10:00:45-04:00 hide_page_title: true -cascade: - hide_sidebar: true --- +# \ No newline at end of file diff --git a/content/resources/blog/embedded-world/index.md b/content/resources/blog/embedded-world/index.md index 43adf5fb..a06901c3 100644 --- a/content/resources/blog/embedded-world/index.md +++ b/content/resources/blog/embedded-world/index.md @@ -8,6 +8,7 @@ summary: | Heading to Embedded World 2023? Stop by the OpenHW Group & Eclipse Foundation booth Hall 4 – 554. OpenHW Group will be highlighting their CORE-V Family of Open Source RISC-V Cores for High Volume Production SoCs. +container: container margin-top-40 --- Heading to Embedded World 2023? Stop by the OpenHW Group & Eclipse Foundation @@ -176,4 +177,4 @@ verification of future CORE-V cores for use in high-volume production SoCs. -{{}} +{{}} \ No newline at end of file diff --git a/content/resources/blog/hardware-verification-engineer-2024-09/index.md b/content/resources/blog/hardware-verification-engineer-2024-09/index.md index 9321b944..8387ba13 100644 --- a/content/resources/blog/hardware-verification-engineer-2024-09/index.md +++ b/content/resources/blog/hardware-verification-engineer-2024-09/index.md @@ -11,6 +11,7 @@ summary: | candidate will work to verify at industrial-grade open-source IPs based on RISC-V. hide_page_title: true +container: "container margin-top-40" --- ## Statement of Work for OpenHW Europe WG HW Verification Engineer diff --git a/content/resources/blog/hardware-verification-engineer/_index.md b/content/resources/blog/hardware-verification-engineer/_index.md index 6ba61189..9d11fb2b 100644 --- a/content/resources/blog/hardware-verification-engineer/_index.md +++ b/content/resources/blog/hardware-verification-engineer/_index.md @@ -13,6 +13,7 @@ summary: | Click here for more details! hide_page_title: true +container: container margin-top-40 --- {{< grid/div class="alert alert-info" isMarkdown="false" >}} @@ -69,4 +70,4 @@ We are looking for a Hardware Verification Engineer that extends the OpenHW Grou - Fluent in English (spoken and written) - You must be a resident of Italy, France, Spain, or Germany -**Contact David Schiavone at [davide@openhwgroup.org](mailto:davide@openhwgroup.org) if you have any questions or if you want to apply.** +**Contact David Schiavone at [davide@openhwgroup.org](mailto:davide@openhwgroup.org) if you have any questions or if you want to apply.** \ No newline at end of file diff --git a/content/resources/blog/openhw-group-seeking-ceo/index.md b/content/resources/blog/openhw-group-seeking-ceo/index.md index 0829e058..b0e0f6ee 100644 --- a/content/resources/blog/openhw-group-seeking-ceo/index.md +++ b/content/resources/blog/openhw-group-seeking-ceo/index.md @@ -9,6 +9,7 @@ summary: >- We are looking for an experienced Chief Executive Officer to develop, oversee and control all strategic and business aspects of the non-profit corporation. author: OpenHW Group +container: container --- ## OpenHW Group CEO Job Description diff --git a/content/resources/blog/security-for-all-openhw-group-leads-the-charge-towards-a-secure-future/index.md b/content/resources/blog/security-for-all-openhw-group-leads-the-charge-towards-a-secure-future/index.md index 643b2638..b1d922e0 100644 --- a/content/resources/blog/security-for-all-openhw-group-leads-the-charge-towards-a-secure-future/index.md +++ b/content/resources/blog/security-for-all-openhw-group-leads-the-charge-towards-a-secure-future/index.md @@ -8,6 +8,7 @@ categories: ["blogs"] summary: | Security has become a critical issue for the entire IoT supply chain in recent years, as the number of connected devices continues to grow and our reliance on them increases. author: Chris Jones, Director of Applications at Crypto Quantique +container: container margin-top-40 --- _Author: Chris Jones, Director of Applications at Crypto Quantique_ diff --git a/content/resources/blog/uvm-verification-of-openhw-groups-core-v-mcu-in-the-cloud-for-pennies-per-minute/index.md b/content/resources/blog/uvm-verification-of-openhw-groups-core-v-mcu-in-the-cloud-for-pennies-per-minute/index.md index 330542ef..d4f31f5f 100644 --- a/content/resources/blog/uvm-verification-of-openhw-groups-core-v-mcu-in-the-cloud-for-pennies-per-minute/index.md +++ b/content/resources/blog/uvm-verification-of-openhw-groups-core-v-mcu-in-the-cloud-for-pennies-per-minute/index.md @@ -11,6 +11,7 @@ summary: | addition, setting up a new UVM testbench is a complex task requiring specialist skill sets and the "time to first bug found" can be excessive. author: OpenHW Group +container: container margin-top-40 --- ## Introduction diff --git a/content/resources/openhwtv/_index.md b/content/resources/openhwtv/_index.md index e6ecbd54..0e9d13c1 100644 --- a/content/resources/openhwtv/_index.md +++ b/content/resources/openhwtv/_index.md @@ -1,11 +1,8 @@ --- title: "OpenHW TV" date: 2020-07-08T10:00:45-04:00 -headline: "OpenHW TV" -layout: "single" +layout: single hide_page_title: true -cascade: - hide_sidebar: true --- ## Latest Season {.margin-bottom-0} diff --git a/data/testimonials.yml b/data/testimonials.yml index 727d7ac2..9d70754e 100644 --- a/data/testimonials.yml +++ b/data/testimonials.yml @@ -1,33 +1,17 @@ items: - title: Rob Oshana, Chairman of the Board OpenHW Group and VP Software Engineering, NXP - text: | - The electronics industry is embracing open source processor technologies - at an unprecedented rate. At NXP we believe there’s a need to create a - deep ecosystem to support adoption of the RISC-V ISA. This includes - various components - middleware, stacks and tools - all aligned to move - the architecture forward. I’m pleased to work with OpenHW to help realise - this goal. + text: The electronics industry is embracing open-source processor technologies at an unprecedented rate. At NXP we believe there’s a need to create a deep ecosystem to support adoption of the RISC-V ISA. This includes various components - middleware, stacks and tools - all aligned to move the architecture forward. I’m pleased to serve as Chairman of the OpenHW Group board to help realise this goal. logo: /images/testimonials/nxp.jpg logo_width: 90 - title: Alessandro Piovaccari, Board Director of OpenHW Group and CTO of Silicon Labs - text: | - Within the next few years, most of the billions of SoCs in our smart, - connected world will contain many specialized cores to address various - tasks from subsystems supervision, to security and machine learning. I’m - delighted to join OpenHW because I believe the CORE-V Family of open - source RISC-V cores will be vital in providing robust and accessible - processors to address this need, which will ultimately help accelerate - innovation in the IoT. + text: Within the next few years, most of the billions of SoCs in our smart, connected world will contain many specialized cores to address various tasks from subsystems supervision, to security and machine learning. I’m delighted to join the board of the OpenHW Group because I believe the CORE-V Family of open-source RISC-V cores will be vital in providing robust and accessible processors to address this need, which will ultimately help accelerate innovation in the IoT. logo: /images/testimonials/silicon-labs.svg logo_width: 90 - title: Xiaoning Qi, Ph.D.,Board Director OpenHW Group and VP of Alibaba Group - text: | - Alibaba Group values open innovation that drives the internet technology - forward. I am honoured to join OpenHW and support the development of open - source processor technology driving IoT, AI, ML and server platforms. + text: Alibaba Group values open innovation that drives the internet technology forward. I am honoured to join the board of the OpenHW Group and support the development of open-source processor technology driving IoT, AI, ML and server platforms. logo: /images/testimonials/alibaba-group.png logo_width: 130 - diff --git a/js/main.js b/js/main.js index 472ba9b0..b1e4d514 100644 --- a/js/main.js +++ b/js/main.js @@ -11,4 +11,4 @@ * SPDX-License-Identifier: EPL-2.0 */ -import 'eclipsefdn-solstice-assets/js/astro'; +import 'eclipsefdn-solstice-assets'; diff --git a/js/templates/event-timeline.mustache b/js/templates/event-timeline.mustache deleted file mode 100644 index 342ff57f..00000000 --- a/js/templates/event-timeline.mustache +++ /dev/null @@ -1,16 +0,0 @@ -{{#events.length}} -
- {{#events}} - -

{{title}}

-

- {{date}} -

-
- {{/events}} -
-{{/events.length}} -{{^events.length}} -

No events at this time. Please check again later!

-{{/events.length}} - diff --git a/js/templates/news-cards.mustache b/js/templates/news-cards.mustache deleted file mode 100644 index 12f88fec..00000000 --- a/js/templates/news-cards.mustache +++ /dev/null @@ -1,23 +0,0 @@ -
- {{#news.length}} - {{#news}} - -
- {{title}} -
-
- {{date}} -
-
- {{body}} -
-
- {{/news}} - {{/news.length}} - {{^news.length}} -
-

No news at this time. Please check again later!

-
- {{/news.length}} -
- diff --git a/layouts/partials/footer_links/links.html b/layouts/partials/footer_links/links.html new file mode 100644 index 00000000..4470b275 --- /dev/null +++ b/layouts/partials/footer_links/links.html @@ -0,0 +1,49 @@ +
+
+
+ {{- with .Site.Params.logo }} + + + + {{ end }} +
+ + +
+ +
+
+
+ +
+
\ No newline at end of file diff --git a/layouts/partials/jumbotron.html b/layouts/partials/jumbotron.html new file mode 100644 index 00000000..d0e75284 --- /dev/null +++ b/layouts/partials/jumbotron.html @@ -0,0 +1,58 @@ + +{{ if isset .Page.Params "headline" }} +