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

rohd-hcl web link fix #70

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
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
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
Loading