Skip to content

Commit

Permalink
Installation information under doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrf committed Dec 13, 2019
1 parent 875a966 commit 9342e23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
It parses RTL constructs and some TLM 2.0 constructs.

## Requirements

* [llvm/clang](https://releases.llvm.org/download.html)(version 7.0.0)
* [SystemC](http://systemc.org) version 2.3.3. Please see [SystemC Installation notes](https://github.com/anikau31/systemc-clang/blob/master/doc/systemc-install.mkd)
* c++14 is required. We are using some features that necessitate c++14. Down-porting it is also possible, but not supported.

## Installation
* [Linux](INSTALL-linux.md)
* [OSX](INSTALL-osx.md)

* [Linux](doc/INSTALL-linux.md)
* [OSX](doc/INSTALL-osx.md)

## Plugin Xlat

Expand All @@ -29,4 +31,4 @@ For other concerns and comments, please contact us directly.

## License

systemc-clang follows the same licensing as clang. Please look at [LICENSE]( https://git.uwaterloo.ca/caesr-pub/systemc-clang/LICENSE.md).
systemc-clang follows the same licensing as clang. Please look at [LICENSE](https://git.uwaterloo.ca/caesr-pub/systemc-clang/LICENSE.md).
File renamed without changes.
File renamed without changes.

0 comments on commit 9342e23

Please sign in to comment.