-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfft.fidex
119 lines (119 loc) · 4.38 KB
/
fft.fidex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project version="3">
<PrjInfo>
<title>fft</title>
<version>0.1</version>
<comment></comment>
</PrjInfo>
<sources>
<srcFiles>pBlaze_prog.psm</srcFiles>
</sources>
<ModProcessor>
<processor>Lattice Mico8 v3.x</processor>
</ModProcessor>
<XPBlze6>
<scrpdSize>256</scrpdSize>
<intVectorAddr>4095</intVectorAddr>
<clkFreq>100000000</clkFreq>
<memMap>
<pageSize>4096</pageSize>
</memMap>
</XPBlze6>
<AsmFe>
<defaultCharset>UTF-8</defaultCharset>
<behavior>
<charset>1</charset>
<equ>1</equ>
<set>1</set>
</behavior>
<target>
<vhdl>
<en>1</en>
<writeFileEventBut1>1</writeFileEventBut1>
<writeFileEventBut2>1</writeFileEventBut2>
<writeFileEventSave>0</writeFileEventSave>
<entityName>pBlaze_prog</entityName>
<templateFile>ROM_form.vhd</templateFile>
<outputFile>pBlaze_prog.vhd</outputFile>
</vhdl>
<verilog>
<en>0</en>
<writeFileEventBut1>1</writeFileEventBut1>
<writeFileEventBut2>1</writeFileEventBut2>
<writeFileEventSave>0</writeFileEventSave>
<entityName></entityName>
<templateFile></templateFile>
<outputFile></outputFile>
</verilog>
<hex>
<en>1</en>
<writeFileEventBut1>1</writeFileEventBut1>
<writeFileEventBut2>1</writeFileEventBut2>
<writeFileEventSave>0</writeFileEventSave>
<outputFile>pBlaze_prog.hex</outputFile>
</hex>
<mem>
<en>1</en>
<writeFileEventBut1>1</writeFileEventBut1>
<writeFileEventBut2>1</writeFileEventBut2>
<writeFileEventSave>0</writeFileEventSave>
<outputFile>pBlaze_prog.mem</outputFile>
<gapStuffingEn>1</gapStuffingEn>
</mem>
</target>
</AsmFe>
<Syscall>
<syscall0ExecEventBut1>0</syscall0ExecEventBut1>
<syscall0ExecEventBut2>0</syscall0ExecEventBut2>
<syscall0ExecEventSave>0</syscall0ExecEventSave>
<syscall0Exe></syscall0Exe>
<syscall0Arg></syscall0Arg>
<syscall0StoreRelToPrj>1</syscall0StoreRelToPrj>
<syscall0En>1</syscall0En>
<syscall0BlockingModeEn>1</syscall0BlockingModeEn>
<syscall0AbortIfNoSuccess>0</syscall0AbortIfNoSuccess>
<syscall0Comment></syscall0Comment>
<syscall0RetValOfSuccess>0</syscall0RetValOfSuccess>
<syscall1ExecEventBut1>0</syscall1ExecEventBut1>
<syscall1ExecEventBut2>0</syscall1ExecEventBut2>
<syscall1ExecEventSave>0</syscall1ExecEventSave>
<syscall1Exe></syscall1Exe>
<syscall1Arg></syscall1Arg>
<syscall1StoreRelToPrj>1</syscall1StoreRelToPrj>
<syscall1En>0</syscall1En>
<syscall1BlockingModeEn>1</syscall1BlockingModeEn>
<syscall1AbortIfNoSuccess>0</syscall1AbortIfNoSuccess>
<syscall1Comment></syscall1Comment>
<syscall1RetValOfSuccess>0</syscall1RetValOfSuccess>
<syscall2ExecEventBut1>0</syscall2ExecEventBut1>
<syscall2ExecEventBut2>0</syscall2ExecEventBut2>
<syscall2ExecEventSave>0</syscall2ExecEventSave>
<syscall2Exe></syscall2Exe>
<syscall2Arg></syscall2Arg>
<syscall2StoreRelToPrj>1</syscall2StoreRelToPrj>
<syscall2En>0</syscall2En>
<syscall2BlockingModeEn>1</syscall2BlockingModeEn>
<syscall2AbortIfNoSuccess>0</syscall2AbortIfNoSuccess>
<syscall2Comment></syscall2Comment>
<syscall2RetValOfSuccess>0</syscall2RetValOfSuccess>
</Syscall>
<ModEditor>
<tabIndent>4</tabIndent>
<openFiles>pBlaze_prog.psm</openFiles>
<lastFile></lastFile>
<lastCursorPos>0</lastCursorPos>
</ModEditor>
<ModHlp>
<openFiles></openFiles>
<currentFile></currentFile>
</ModHlp>
<LMico8v3x>
<scrpdSize>32</scrpdSize>
<clkFreq>80000000</clkFreq>
<instrClkCnt>2</instrClkCnt>
<regCount>32</regCount>
<memMap>
<pageSize>1024</pageSize>
</memMap>
</LMico8v3x>
</project>