- Timestamp:
- Dec 11, 2014, 4:52:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/Makefile
r890 r904 1 1 TAGS := cscope.out 2 3 SOCLIB_CC_ARGS := 4 SOCLIB_CC_ARGS += "-b caba:reconf:vci_xicu" 2 5 3 6 all: simul.x … … 5 8 6 9 simul.x: top.cpp top.desc 7 soclib-cc -P-p top.desc -I. -o simul.x10 soclib-cc $(SOCLIB_CC_ARGS) -p top.desc -I. -o simul.x 8 11 9 12 $(TAGS): top.desc
Note: See TracChangeset
for help on using the changeset viewer.