Ignore:
Timestamp:
Sep 14, 2010, 2:30:25 PM (14 years ago)
Author:
choichil
Message:

Platform with DMA VHDL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/dsx/v1_1cluster_phys/v1_1cluster_phys.py

    r30 r92  
    55import soclib.component
    66import os
     7
     8import platform_handlers
    79
    810class Platform:
     
    9597    hard = Platform(ClusterV3, cpus, binaries = ["bin.soft"])
    9698    hard.simulator('.')
    97 #    hard.dts(os.path.basename(__file__)[:-2]+'dts')
    98 #    hard.dtb(os.path.basename(__file__)[:-2]+'dtb')
     99    hard.dts(os.path.basename(__file__)[:-2]+'dts')
     100    hard.dtb(os.path.basename(__file__)[:-2]+'dtb')
    99101
    100102if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.