Skip to content

Commit

Permalink
rohd-hcl web link fix (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Aug 6, 2024
1 parent 54f13f5 commit b8c019c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ There are some installation requirements to be able to run it locally.
3. Install dependencies

```bash
cd docs/
bundle install
```

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ul li, ol li {
font-family: $monospace;
font-size: 0.6rem;
line-height: 1.8;
}
}
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ feature_row:
- image_path: assets/images/adobestock-196076777.jpeg
alt: "Flexible & Extensible"
title: "Flexible & Extensible"
excerpt: "<p>Achieve the dream of hardware abstraction via composition of building blocks with ROHD. ROHD comes with built-in abstractions for procedural behavior, finite state machines, pipelining, and more.</p><p>Use interfaces and unrestricted software to accelerate integration tasks. Dynamically create and connect module ports.</p><p>Kick-start development and use <a href='https://github.com/intel/rohd-vf'>ROHD-HCL</a> for pre-validated components for your design and testbench.</p>"
excerpt: "<p>Achieve the dream of hardware abstraction via composition of building blocks with ROHD. ROHD comes with built-in abstractions for procedural behavior, finite state machines, pipelining, and more.</p><p>Use interfaces and unrestricted software to accelerate integration tasks. Dynamically create and connect module ports.</p><p>Kick-start development and use <a href='https://github.com/intel/rohd-hcl'>ROHD-HCL</a> for pre-validated components for your design and testbench.</p>"

feature_row2:
- image_path: assets/images/rohdvfdiagram1.png
Expand Down

0 comments on commit b8c019c

Please sign in to comment.