view 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
line wrap: on
line source

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