Ignore:
Timestamp:
Dec 12, 2014, 4:52:48 PM (9 years ago)
Author:
cfuguet
Message:

reconf: generate the linux device tree when running simulation script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py

    r906 r907  
    4343    faultpath = os.path.join(outdir, "config/fault_config.h")
    4444    hardpath = os.path.join(outdir, "config/hard_config.h")
    45     xmlpath = os.path.join(outdir, "config/map.xml")
    46     arch.main(args.x, args.y, args.nprocs, hardpath, xmlpath)
     45    xmlpath = os.path.join(outdir, "config/giet.map.xml")
     46    dtspath = os.path.join(outdir, "config/linux.dts")
     47    arch.main(args.x, args.y, args.nprocs, hardpath, xmlpath, dtspath)
    4748    faultyprocs.generate(args.faultycore, faultpath)
    4849
Note: See TracChangeset for help on using the changeset viewer.