Changeset 553 for soft/giet_vm/Makefile
- Timestamp:
- Apr 5, 2015, 12:31:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r536 r553 10 10 # Parameters definition 11 11 ARCH ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob 12 X_SIZE ?= 113 Y_SIZE ?= 114 NB_PROCS ?= 615 NB_TTYS ?= 112 X_SIZE ?= 4 13 Y_SIZE ?= 4 14 NB_PROCS ?= 4 15 NB_TTYS ?= 5 16 16 FBF_WIDTH ?= 128 17 IOC_TYPE ?= HBA 17 18 APP ?= classif 18 19 … … 230 231 --tty=$(NB_TTYS) \ 231 232 --fbf=$(FBF_WIDTH) \ 233 --ioc=$(IOC_TYPE) \ 232 234 --giet=. \ 233 235 --$(APP) \
Note: See TracChangeset
for help on using the changeset viewer.