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

Deprecate riscv gcc #6

Merged
merged 2 commits into from
Jan 17, 2015
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
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "hw/tools/riscv-opcodes"]
path = hw/tools/riscv-opcodes
url = https://github.com/ucb-bar/riscv-opcodes.git
[submodule "hw/tools/riscv-gcc"]
path = hw/tools/riscv-gcc
url = https://github.com/ucb-bar/riscv-gcc
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,23 @@ As of november 2014 we are still building the hw infrastructure
necessary to run a software stack on top of. So here we present only
how to get started with hw-development.

1. Install dependencies
# Install packaged dependencies

yaourt -S sbt texlive-most

2. Enter the core directory
# Install (yet) un-packaged dependencies

Install the GNU toolchain for RISC-V from
https://github.com/ucb-bar/riscv-gnu-toolchain

# Enter the core directory

cd hw/core

3. Test your environment
# Test your environment

make alu.test

4. Peruse the issue-tracker to see if there is anything that interests
# Peruse the issue-tracker to see if there is anything that interests
you or create your own issue based on what you want to contribute
with. But most importantly; have fun!
1 change: 0 additions & 1 deletion hw/tools/riscv-gcc
Submodule riscv-gcc deleted from 0771b8