annotate config/pm/Pygar/audio_core/audio_core_exe.apm @ 33:2c8166d205d5 pygar svn.34

[svn r34] uses scratchpad, set up for audio through c
author punk
date Tue, 04 May 2010 10:13:53 -0400
parents 2adf0fb45061
children ced2ebd41347
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
punk@14 64
punk@14 65 [Blocking Data Cache]
rlm@17 66 File=modules/bluespec/Pygar/lab4/data_cache.awb
punk@14 67
punk@14 68 [Blocking Instruction Cache]
rlm@17 69 File=modules/bluespec/Pygar/lab4/instruction_cache.awb
punk@14 70
punk@14 71 [Default HAsim Common Library]
punk@14 72 File=config/pm/hasim/submodels/common/hasim_common.apm
punk@14 73 Packagehint=hasim
punk@14 74
punk@14 75 [Round-robin memory arbiter]
rlm@17 76 File=modules/bluespec/Pygar/lab4/mem_arb.awb
punk@14 77
punk@14 78 [audio pipeline with soft core]
rlm@17 79 File=modules/bluespec/Pygar/core/audio_core_pipe.awb
punk@14 80
punk@14 81 [Audio Processor Core]
rlm@17 82 File=modules/bluespec/Pygar/core/audio_core.awb
punk@14 83
punk@14 84 [audio pipeline with soft core/Requires]
punk@14 85 hasim_common=Default HAsim Common Library
punk@14 86 funcp_simulated_memory=VMH hybrid memory
punk@14 87 core=Audio Processor Core
punk@14 88 funcp_base_types=Functional Partition Base Types
punk@30 89 audio_pipe_types=Simple Audio Processor Control Types
punk@33 90 path_types=Audio Path Types
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