annotate config/pm/Pygar/audio_core/audio_core_exe.apm @ 17:9d1f38722f5b pygar svn.18

[svn r18] changed config file to not use mit-6.375 anymore
author rlm
date Tue, 27 Apr 2010 22:55:55 -0400
parents ec9205107560
children 2adf0fb45061
rev   line source
punk@14 1
punk@14 2 [Global]
punk@14 3 SaveParameters=0
punk@14 4 Description=
punk@14 5 File=audio_core_exe
punk@14 6 Version=2.1
punk@14 7 Name=Audio Processor
punk@14 8 DefaultBenchmark=config/bm/bluespec/demos.cfx/benchmarks/null.cfg
punk@14 9 Type=HAsim
punk@14 10 Class=Asim::Model
punk@14 11 DefaultRunOpts=
punk@14 12
punk@14 13 [Model]
punk@14 14 DefaultAttributes=hybrid simulation
punk@14 15 model=HW/SW Hybrid Project Foundation
punk@14 16
punk@14 17 [FPGA Environment]
punk@14 18 File=config/pm/hasim/submodels/fpgaenv/fpgaenv-hybrid-exe.apm
punk@14 19 Packagehint=platforms
punk@14 20
punk@14 21 [Soft Connections Hybrid Application Environment/Requires]
punk@14 22 platform_services=Platform Services
punk@14 23 soft_connections_lib=Soft Connections Library
punk@14 24 connected_application=audio pipeline with soft core
punk@14 25
punk@14 26 [Hybrid Project Common Utilities]
punk@14 27 File=config/pm/hasim/submodels/common/project-common-default.apm
punk@14 28 Packagehint=hasim
punk@14 29
punk@14 30 [Soft Connections Library]
punk@14 31 File=config/pm/hasim/submodels/common/soft-connections-lib.apm
punk@14 32 Packagehint=hasim
punk@14 33
punk@14 34 [Platform Services]
punk@14 35 File=config/pm/hasim/submodels/platform-services/standard-platform-services.apm
punk@14 36 Packagehint=hasim
punk@14 37
punk@14 38 [HW/SW Hybrid Project Foundation]
punk@14 39 File=modules/project/project-hybrid.awb
punk@14 40 Packagehint=platforms
punk@14 41
punk@14 42 [Soft Connections Hybrid Application Environment]
punk@14 43 File=modules/application-env/hybrid/soft-connections/application-env-hybrid-soft-conn.awb
punk@14 44 Packagehint=platforms
punk@14 45
punk@14 46 [HW/SW Hybrid Project Foundation/Requires]
punk@14 47 project_common=Hybrid Project Common Utilities
punk@14 48 fpgaenv=FPGA Environment
punk@14 49 application_env=Soft Connections Hybrid Application Environment
punk@14 50
punk@14 51 [HW/SW Hybrid Project Foundation/Params]
punk@14 52 WAIT_FOR_HARDWARE=0
punk@14 53
punk@14 54 [VMH hybrid memory]
punk@14 55 File=modules/hasim/functional-partition/memory-state/memory/hybrid/vmh/vmh-memory.awb
punk@14 56 Packagehint=hasim
punk@14 57
punk@14 58 [Functional Partition Base Types]
punk@14 59 File=modules/hasim/functional-partition/base-types/funcp-base-types.awb
punk@14 60 Packagehint=hasim
punk@14 61
punk@14 62 [3-Stage Audio Processor]
rlm@17 63 File=modules/bluespec/Pygar/core/processor.awb
rlm@17 64 Packagehint=Pygar
punk@14 65
punk@14 66 [Blocking Data Cache]
rlm@17 67 File=modules/bluespec/Pygar/lab4/data_cache.awb
rlm@17 68 Packagehint=Pygar
punk@14 69
punk@14 70 [Blocking Instruction Cache]
rlm@17 71 File=modules/bluespec/Pygar/lab4/instruction_cache.awb
rlm@17 72 Packagehint=Pygar
punk@14 73
punk@14 74 [Default HAsim Common Library]
punk@14 75 File=config/pm/hasim/submodels/common/hasim_common.apm
punk@14 76 Packagehint=hasim
punk@14 77
punk@14 78 [Simple Audio Processor Core]
rlm@17 79 File=modules/bluespec/Pygar/core/audio_pipe_types.awb
rlm@17 80 Packagehint=Pygar
punk@14 81
punk@14 82 [Round-robin memory arbiter]
rlm@17 83 File=modules/bluespec/Pygar/lab4/mem_arb.awb
rlm@17 84 Packagehint=Pygar
punk@14 85
punk@14 86 [Processor Library]
rlm@17 87 File=modules/bluespec/Pygar/lab4/processor_library.awb
rlm@17 88 Packagehint=Pygar
punk@14 89
punk@14 90 [audio pipeline with soft core]
rlm@17 91 File=modules/bluespec/Pygar/core/audio_core_pipe.awb
rlm@17 92 Packagehint=Pygar
punk@14 93
punk@14 94 [Audio Processor Core]
rlm@17 95 File=modules/bluespec/Pygar/core/audio_core.awb
rlm@17 96 Packagehint=Pygar
punk@14 97
punk@14 98 [audio pipeline with soft core/Requires]
punk@14 99 hasim_common=Default HAsim Common Library
punk@14 100 funcp_simulated_memory=VMH hybrid memory
punk@14 101 core=Audio Processor Core
punk@14 102 funcp_base_types=Functional Partition Base Types
punk@14 103 audio_pipe_types=Simple Audio Processor Core
punk@14 104
punk@14 105 [Audio Processor Core/Requires]
punk@14 106 processor_library=Processor Library
punk@14 107 processor=3-Stage Audio Processor
punk@14 108 data_cache=Blocking Data Cache
punk@14 109 instruction_cache=Blocking Instruction Cache
punk@14 110 mem_arb=Round-robin memory arbiter