Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Added: go get github.com/PRETgroup/easy-rv/rvc in the recipe for easy-rv-c
  • Loading branch information
arnejasaksham authored May 8, 2020
1 parent 9cb2724 commit 74f7b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ verilog_mon: $(PROJECT)_V

easy-rv-c: rvc/* rvdef/*
go get github.com/PRETgroup/stcompilerlib
go get github.com/PRETgroup/easy-rv/rvc
go build -o easy-rv-c -i ./rvc/main

easy-rv-parser: rvparser/* rvdef/*
Expand Down Expand Up @@ -81,4 +82,4 @@ clean_examples:
rm -f ./example/*/*.h
rm -f ./example/*/*.v
rm -f ./example/*/*.sv
rm -f ./example/*/*.xml
rm -f ./example/*/*.xml

0 comments on commit 74f7b91

Please sign in to comment.