annotate config/pm/Pygar/audio_core/audio_core_exe.apm @ 76:8bd0e4d37ad2 pygar svn.77 tip

[svn r77] I don't know why my last change didn't go through grumble grumble....
author rlm
date Wed, 12 May 2010 08:58:23 -0400
parents 4449e17a2237
children
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]
rlm@56 18 File=config/pm/Pygar/submodels/pygar-sim.apm
punk@14 19
punk@14 20 [Soft Connections Hybrid Application Environment/Requires]
punk@14 21 platform_services=Platform Services
punk@14 22 soft_connections_lib=Soft Connections Library
punk@14 23 connected_application=audio pipeline with soft core
punk@14 24
punk@14 25 [Hybrid Project Common Utilities]
punk@14 26 File=config/pm/hasim/submodels/common/project-common-default.apm
punk@14 27 Packagehint=hasim
punk@14 28
punk@14 29 [Soft Connections Library]
punk@14 30 File=config/pm/hasim/submodels/common/soft-connections-lib.apm
punk@14 31 Packagehint=hasim
punk@14 32
punk@14 33 [Platform Services]
punk@14 34 File=config/pm/hasim/submodels/platform-services/standard-platform-services.apm
punk@14 35 Packagehint=hasim
punk@14 36
punk@14 37 [HW/SW Hybrid Project Foundation]
punk@14 38 File=modules/project/project-hybrid.awb
punk@14 39 Packagehint=platforms
punk@14 40
punk@14 41 [Soft Connections Hybrid Application Environment]
punk@14 42 File=modules/application-env/hybrid/soft-connections/application-env-hybrid-soft-conn.awb
punk@14 43 Packagehint=platforms
punk@14 44
punk@14 45 [HW/SW Hybrid Project Foundation/Requires]
punk@14 46 project_common=Hybrid Project Common Utilities
punk@14 47 fpgaenv=FPGA Environment
punk@14 48 application_env=Soft Connections Hybrid Application Environment
punk@14 49
punk@14 50 [HW/SW Hybrid Project Foundation/Params]
punk@14 51 WAIT_FOR_HARDWARE=0
punk@14 52
punk@14 53 [VMH hybrid memory]
punk@14 54 File=modules/hasim/functional-partition/memory-state/memory/hybrid/vmh/vmh-memory.awb
punk@14 55 Packagehint=hasim
punk@14 56
punk@14 57 [Functional Partition Base Types]
punk@14 58 File=modules/hasim/functional-partition/base-types/funcp-base-types.awb
punk@14 59 Packagehint=hasim
punk@14 60
punk@14 61 [3-Stage Audio Processor]
rlm@17 62 File=modules/bluespec/Pygar/core/processor.awb
punk@14 63
punk@14 64 [Blocking Data Cache]
rlm@17 65 File=modules/bluespec/Pygar/lab4/data_cache.awb
punk@14 66
punk@14 67 [Blocking Instruction Cache]
rlm@17 68 File=modules/bluespec/Pygar/lab4/instruction_cache.awb
punk@14 69
punk@14 70 [Default HAsim Common Library]
punk@14 71 File=config/pm/hasim/submodels/common/hasim_common.apm
punk@14 72 Packagehint=hasim
punk@14 73
punk@14 74 [Round-robin memory arbiter]
rlm@17 75 File=modules/bluespec/Pygar/lab4/mem_arb.awb
punk@14 76
punk@14 77 [audio pipeline with soft core]
rlm@17 78 File=modules/bluespec/Pygar/core/audio_core_pipe.awb
punk@14 79
punk@14 80 [Audio Processor Core]
rlm@17 81 File=modules/bluespec/Pygar/core/audio_core.awb
punk@14 82
punk@14 83 [audio pipeline with soft core/Requires]
punk@14 84 hasim_common=Default HAsim Common Library
punk@14 85 funcp_simulated_memory=VMH hybrid memory
punk@14 86 core=Audio Processor Core
punk@14 87 funcp_base_types=Functional Partition Base Types
punk@30 88 audio_pipe_types=Simple Audio Processor Control Types
punk@33 89 path_types=Audio Path Types
punk@42 90 mixer=Mixer
punk@14 91
punk@14 92 [Audio Processor Core/Requires]
punk@30 93 processor_library=External Trace Processor Library
punk@14 94 processor=3-Stage Audio Processor
punk@14 95 data_cache=Blocking Data Cache
punk@14 96 instruction_cache=Blocking Instruction Cache
punk@14 97 mem_arb=Round-robin memory arbiter
punk@30 98
punk@30 99 [Simple Audio Processor Control Types]
punk@30 100 File=modules/bluespec/Pygar/core/audio_pipe_types.awb
punk@30 101
punk@30 102 [Trace Functions]
punk@30 103 File=modules/bluespec/Pygar/core/trace.awb
punk@30 104
punk@30 105 [External Trace Processor Library/Requires]
punk@30 106 trace=Trace Functions
punk@30 107
punk@30 108 [External Trace Processor Library]
punk@30 109 File=modules/bluespec/Pygar/lab4/audio_processor_library.awb
punk@33 110
punk@33 111 [Audio Path Types]
punk@33 112 File=modules/bluespec/Pygar/core/path_types.awb
punk@42 113
punk@42 114 [Mixer]
punk@42 115 File=modules/bluespec/Pygar/core/mixer.awb