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
  • Loading branch information
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
Expand Up @@ -29,6 +29,9 @@ PROJECT = soc.prj

all: simulation

nogui: soc ram.data
./soc

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

Expand Down

0 comments on commit 975b9ff

Please sign in to comment.