Mercurial > pygar
changeset 14:ec9205107560 pygar svn.15
[svn r15] added model for core
author | punk |
---|---|
date | Tue, 27 Apr 2010 09:13:34 -0400 |
parents | 6d461680c6d9 |
children | a1833d9f6e3d |
files | config/pm/Pygar/audio_core/audio_core_exe.apm |
diffstat | 1 files changed, 110 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/config/pm/Pygar/audio_core/audio_core_exe.apm Tue Apr 27 09:13:34 2010 -0400 1.3 @@ -0,0 +1,110 @@ 1.4 + 1.5 +[Global] 1.6 +SaveParameters=0 1.7 +Description= 1.8 +File=audio_core_exe 1.9 +Version=2.1 1.10 +Name=Audio Processor 1.11 +DefaultBenchmark=config/bm/bluespec/demos.cfx/benchmarks/null.cfg 1.12 +Type=HAsim 1.13 +Class=Asim::Model 1.14 +DefaultRunOpts= 1.15 + 1.16 +[Model] 1.17 +DefaultAttributes=hybrid simulation 1.18 +model=HW/SW Hybrid Project Foundation 1.19 + 1.20 +[FPGA Environment] 1.21 +File=config/pm/hasim/submodels/fpgaenv/fpgaenv-hybrid-exe.apm 1.22 +Packagehint=platforms 1.23 + 1.24 +[Soft Connections Hybrid Application Environment/Requires] 1.25 +platform_services=Platform Services 1.26 +soft_connections_lib=Soft Connections Library 1.27 +connected_application=audio pipeline with soft core 1.28 + 1.29 +[Hybrid Project Common Utilities] 1.30 +File=config/pm/hasim/submodels/common/project-common-default.apm 1.31 +Packagehint=hasim 1.32 + 1.33 +[Soft Connections Library] 1.34 +File=config/pm/hasim/submodels/common/soft-connections-lib.apm 1.35 +Packagehint=hasim 1.36 + 1.37 +[Platform Services] 1.38 +File=config/pm/hasim/submodels/platform-services/standard-platform-services.apm 1.39 +Packagehint=hasim 1.40 + 1.41 +[HW/SW Hybrid Project Foundation] 1.42 +File=modules/project/project-hybrid.awb 1.43 +Packagehint=platforms 1.44 + 1.45 +[Soft Connections Hybrid Application Environment] 1.46 +File=modules/application-env/hybrid/soft-connections/application-env-hybrid-soft-conn.awb 1.47 +Packagehint=platforms 1.48 + 1.49 +[HW/SW Hybrid Project Foundation/Requires] 1.50 +project_common=Hybrid Project Common Utilities 1.51 +fpgaenv=FPGA Environment 1.52 +application_env=Soft Connections Hybrid Application Environment 1.53 + 1.54 +[HW/SW Hybrid Project Foundation/Params] 1.55 +WAIT_FOR_HARDWARE=0 1.56 + 1.57 +[VMH hybrid memory] 1.58 +File=modules/hasim/functional-partition/memory-state/memory/hybrid/vmh/vmh-memory.awb 1.59 +Packagehint=hasim 1.60 + 1.61 +[Functional Partition Base Types] 1.62 +File=modules/hasim/functional-partition/base-types/funcp-base-types.awb 1.63 +Packagehint=hasim 1.64 + 1.65 +[3-Stage Audio Processor] 1.66 +File=modules/bluespec/mit-6.375/core/processor.awb 1.67 +Packagehint=mit-6.375 1.68 + 1.69 +[Blocking Data Cache] 1.70 +File=modules/bluespec/mit-6.375/lab4/data_cache.awb 1.71 +Packagehint=mit-6.375 1.72 + 1.73 +[Blocking Instruction Cache] 1.74 +File=modules/bluespec/mit-6.375/lab4/instruction_cache.awb 1.75 +Packagehint=mit-6.375 1.76 + 1.77 +[Default HAsim Common Library] 1.78 +File=config/pm/hasim/submodels/common/hasim_common.apm 1.79 +Packagehint=hasim 1.80 + 1.81 +[Simple Audio Processor Core] 1.82 +File=modules/bluespec/mit-6.375/core/audio_pipe_types.awb 1.83 +Packagehint=mit-6.375 1.84 + 1.85 +[Round-robin memory arbiter] 1.86 +File=modules/bluespec/mit-6.375/lab4/mem_arb.awb 1.87 +Packagehint=mit-6.375 1.88 + 1.89 +[Processor Library] 1.90 +File=modules/bluespec/mit-6.375/lab4/processor_library.awb 1.91 +Packagehint=mit-6.375 1.92 + 1.93 +[audio pipeline with soft core] 1.94 +File=modules/bluespec/mit-6.375/core/audio_core_pipe.awb 1.95 +Packagehint=mit-6.375 1.96 + 1.97 +[Audio Processor Core] 1.98 +File=modules/bluespec/mit-6.375/core/audio_core.awb 1.99 +Packagehint=mit-6.375 1.100 + 1.101 +[audio pipeline with soft core/Requires] 1.102 +hasim_common=Default HAsim Common Library 1.103 +funcp_simulated_memory=VMH hybrid memory 1.104 +core=Audio Processor Core 1.105 +funcp_base_types=Functional Partition Base Types 1.106 +audio_pipe_types=Simple Audio Processor Core 1.107 + 1.108 +[Audio Processor Core/Requires] 1.109 +processor_library=Processor Library 1.110 +processor=3-Stage Audio Processor 1.111 +data_cache=Blocking Data Cache 1.112 +instruction_cache=Blocking Instruction Cache 1.113 +mem_arb=Round-robin memory arbiter