Skip to content

Commit 975b9ff

Browse files
committedOct 22, 2012
add nogui target to Makefile to run simulation without ISim GUI
1 parent 0b3710b commit 975b9ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ PROJECT = soc.prj
2929

3030
all: simulation
3131

32+
nogui: soc ram.data
33+
./soc
34+
3235
simulation: soc ram.data
3336
./soc -gui -view soc.wcfg
3437

0 commit comments

Comments
 (0)
Please sign in to comment.