Skip to content

Commit

Permalink
update overview and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
quekyj committed Feb 27, 2024
1 parent 918cc08 commit 9a74792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/configs/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"pattern": "^https://nbviewer.org/github/pcornier/1pCPU/blob/master/pCPU.ipynb$"
},
{
"pattern":"^https://stackoverflow.com"
}
]
}
3 changes: 1 addition & 2 deletions docs/_get-started/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Dart has an excellent package manager called "pub" (<https://pub.dev>). It is p

### The Challenge of Justifying Trying a New Language

<!-- markdownlint-disable -->[This StackOverflow answer](https://stackoverflow.com/questions/53007782/what-benefits-does-chisel-offer-over-classic-hardware-description-languages) about why it's worth trying Chisel (an alternative to ROHD) contains valuable insight into why it is difficult in general to justify a new language to someone who hasn't used it before:
<!-- markdownlint-enable -->
[This StackOverflow answer](https://stackoverflow.com/questions/53007782/what-benefits-does-chisel-offer-over-classic-hardware-description-languages) about why it's worth trying Chisel (an alternative to ROHD) contains valuable insight into why it is difficult in general to justify a new language to someone who hasn't used it before:

> Language *power* is notoriously difficult to objectively evaluate. Paul Graham describes this as the "Blub Paradox" in his ["Beating the Averages" essay](http://www.paulgraham.com/avg.html). Graham's thesis is that an engineer proficient in a less powerful language cannot evaluate the utility of a more powerful language.
Expand Down
6 changes: 1 addition & 5 deletions docs/_get-started/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ import 'package:rohd/rohd.dart';

There are complete API docs available at <https://intel.github.io/rohd/rohd/rohd-library.html>.

If you need some help, you can join the [Discord server](https://discord.com/invite/jubxF84yGw) or visit our [Discussions](https://github.com/intel/rohd/
<!-- markdownlint-disable -->
discussions) page. These are friendly places where you can ask questions, share ideas, or just discuss openly! You could also head to [StackOverflow.com](https://
<!-- markdownlint-enable -->
stackoverflow.com/) (use the tag `rohd`) to ask questions or look for answers.
If you need some help, you can join the [Discord server](https://discord.com/invite/jubxF84yGw) or visit our [Discussions](https://github.com/intel/rohd/discussions) page. These are friendly places where you can ask questions, share ideas, or just discuss openly! You could also head to [StackOverflow.com](https://stackoverflow.com/) (use the tag `rohd`) to ask questions or look for answers.

You also may be interested to join the [ROHD Forum](https://intel.github.io/rohd-website/forum/rohd-forum/) periodic meetings with other users and developers in the ROHD community. The meetings are open to anyone interested!

Expand Down

0 comments on commit 9a74792

Please sign in to comment.