Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
018e5d58
Commit
018e5d58
authored
Nov 27, 2018
by
Carsten Heinz
Browse files
Start documentation for TaPaSCo Features
parent
45274e95
Pipeline
#699
passed with stage
in 9 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
documentation/tapasco-features.md
0 → 100644
View file @
018e5d58
Features in TaPaSCo
===================
TaPaSCo provides optional features to extend functionality of a composition.
As an example, the following is enabling the FanControl feature for the ZC706
platform.
```
tapasco compose [precision_counter x 1] @ 100 Mhz -p zc706 --features 'FanControl {enabled: true}'
```
## Platform independent features
#### Debug
Add an ILA core to the design. More information in the
[
debugging documentation
](
debugging.md
)
.
#### Microblaze
Features related to MicroBlaze PEs.
*
`debug`
: Attach Microblaze Debug Modules (MDM) to debug ports.
```
microblaze {
debug: true | false
}
```
## Zynq based platforms
### ZC706
#### FanControl
Reduces the speed of the cooling fan for reduced noise emissions.
```
FanControl {
enabled: true | false
}
```
### ZCU102
#### SFPPLUS
### Zedboard
#### OLED
## PCIe based platforms
#### Cache
Add a Xilinx System Cache to the memory subsystem.
```
Cache {
enabled: true | false
size: 32768 | 65536 | 131072 | 262144 | 524288
associativity: 2 | 4
}
```
### VC709
#### LED
#### ATS-PRI
### NetFPGA SUME
#### ATS-PRI
See
[
VC709
](
#VC709
)
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment