Skip to content

Commit

Permalink
add nogui target to Makefile to run simulation without ISim GUI
Browse files Browse the repository at this point in the history
fallen committed Oct 22, 2012
1 parent 0b3710b commit 975b9ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@ PROJECT = soc.prj

all: simulation

nogui: soc ram.data
./soc

simulation: soc ram.data
./soc -gui -view soc.wcfg

0 comments on commit 975b9ff

Please sign in to comment.