Ignore:
Timestamp:
Mar 19, 2015, 5:08:34 PM (9 years ago)
Author:
cfuguet
Message:

Introduce a SocLib? platform implementing the FPGA mono cluster platform

  • This mono cluster platform is the one used for NetBSD and Linux on TSAR demonstrators.
  • It is based on the LETI platform but it contains an internal ROM and all the DSPIN routers have been removed.
File:
1 edited

Legend:

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

    r940 r957  
    1 #!/usr/bin/env python
     1#!/usr/bin/env python2
    22# @date   22 September, 2014
    33# @author cfuguet <cesar.fuguet-tortolero@lip6.fr>
     
    199199
    200200    parser.add_argument(
    201         '--disk-image', '-di', dest='diskimage', default="./file.dmg",
     201        '--disk-image', '-di', dest='diskimage', default="/dev/null",
    202202        help='relative or absolute path to the external firmware')
    203203
Note: See TracChangeset for help on using the changeset viewer.