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