Skip to content

Commit fc634dd

Browse files
committed
Update docs to fix typos
This fixes some typos on docs
1 parent b26989d commit fc634dd

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/About.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ CYNQ is an alternative framework to code applications for Xilinx FPGAs with the
99

1010
This project is completely Open Source thanks to:
1111

12-
* Ministero dell'Università e della Ricerca
12+
* Ministero dell'Università e della Ricerca: Fellowship
1313
* University of Trieste
1414
* Costa Rica Institute of Technology
15-
* eXact Lab
16-
* RidgeRun LLC
15+
* eXact Lab: Partial fellowship
16+
* RidgeRun LLC: Tooling and FPGA boards
1717

18-
Our goal is to keep it Open Source, accesible and powerful. Collaboration and improvements are very welcome.
18+
Our goal is to keep it Open Source, accessible and powerful. Collaboration and improvements are very welcome.
1919

2020
The current maintainers are:
2121

docs/Foundations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To develop on Xilinx FPGAs, there are a couple of workflows:
77
1. Legacy HLS -> Vivado workflow
88
2. Vitis Kernel workflow (newest)
99

10-
The first workflow is general and works in most of the use cases, independently if the FPGA is intended for Cloud, Edge or instrumental use (like Spartan and Artix). The key artifact is a bitstream (.bit) used for configuring the FPGA, requiring only Vitis/Vivado HLS and Vivado Design Suite.
10+
The first workflow is general and works in most use cases, independently of the FPGA is intended for Cloud, Edge or instrumental use (like Spartan and Artix). The key artifact is a bitstream (.bit) used for configuring the FPGA, requiring only Vitis/Vivado HLS and Vivado Design Suite.
1111

12-
The second workflow is most specific for acceleration. It is used in modern MPSoCs and cloud-grade FPGAs. The key artifact is a binary (.xclbin) that is produced by a long chain of: Vitis HLS, Vivado Design Suite, Petalinux and Vitis. As you may notice, it's more tedious and require more tooling, consuming more storage in the development machine.
12+
The second workflow is most specific for acceleration. It is used in modern MPSoCs and cloud-grade FPGAs. The key artifact is a binary (.xclbin) that is produced by a long chain of: Vitis HLS, Vivado Design Suite, Petalinux and Vitis. As you may notice, it's more tedious and requires more tooling, consuming more storage in the development machine.
1313

1414
PYNQ, particularly, has been characterised by its simplicity, only requiring the bitstream to work. It has also proved to be effective in a wide variety of boards, namely ZYNQ MPSoC and Alveo cards. In contrast, the new workflow requires more expertise in the tooling but produces better applications in terms of performance. However, the former one sacrifices a lot of the simplicity.
1515

@@ -29,7 +29,7 @@ Within our plans, we want to:
2929
* Complete the support for XRT interoperability.
3030
* Provide a library with math kernels.
3131

32-
This first release is a huge advance towards simplicity and we expect that many users look at CYNQ as the chance that they were waiting for to get started into the FPGA world, as seen in PYNQ.
32+
This first release is a huge advance towards simplicity and we expect that many users look at CYNQ as the chance that they were waiting for to get started in the FPGA world, as seen in PYNQ.
3333

3434
## How does CYNQ work?
3535

docs/html/md__media_lleon95_data_Personal_cynq_docs_About.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@
104104
</ul>
105105
<p>This project is completely Open Source thanks to:</p>
106106
<ul>
107-
<li>Ministero dell'Università e della Ricerca</li>
107+
<li>Ministero dell'Università e della Ricerca: Fellowship</li>
108108
<li>University of Trieste</li>
109109
<li>Costa Rica Institute of Technology</li>
110-
<li>eXact Lab</li>
111-
<li>RidgeRun LLC</li>
110+
<li>eXact Lab: Partial fellowship</li>
111+
<li>RidgeRun LLC: Tooling and FPGA boards</li>
112112
</ul>
113-
<p>Our goal is to keep it Open Source, accesible and powerful. Collaboration and improvements are very welcome.</p>
113+
<p>Our goal is to keep it Open Source, accessible and powerful. Collaboration and improvements are very welcome.</p>
114114
<p>The current maintainers are:</p>
115115
<ul>
116116
<li>Luis G. Leon Vega <a href="#" onclick="location.href='mai'+'lto:'+'lui'+'s.'+'leo'+'n@'+'iee'+'e.'+'org'; return false;">luis.<span style="display: none;">.nosp@m.</span>leon<span style="display: none;">.nosp@m.</span>@ieee<span style="display: none;">.nosp@m.</span>.org</a></li>

docs/html/md__media_lleon95_data_Personal_cynq_docs_Foundations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
<li>Legacy HLS -&gt; Vivado workflow</li>
102102
<li>Vitis Kernel workflow (newest)</li>
103103
</ol>
104-
<p>The first workflow is general and works in most of the use cases, independently if the FPGA is intended for Cloud, Edge or instrumental use (like Spartan and Artix). The key artifact is a bitstream (.bit) used for configuring the FPGA, requiring only Vitis/Vivado HLS and Vivado Design Suite.</p>
105-
<p>The second workflow is most specific for acceleration. It is used in modern MPSoCs and cloud-grade FPGAs. The key artifact is a binary (.xclbin) that is produced by a long chain of: Vitis HLS, Vivado Design Suite, Petalinux and Vitis. As you may notice, it's more tedious and require more tooling, consuming more storage in the development machine.</p>
104+
<p>The first workflow is general and works in most use cases, independently of the FPGA is intended for Cloud, Edge or instrumental use (like Spartan and Artix). The key artifact is a bitstream (.bit) used for configuring the FPGA, requiring only Vitis/Vivado HLS and Vivado Design Suite.</p>
105+
<p>The second workflow is most specific for acceleration. It is used in modern MPSoCs and cloud-grade FPGAs. The key artifact is a binary (.xclbin) that is produced by a long chain of: Vitis HLS, Vivado Design Suite, Petalinux and Vitis. As you may notice, it's more tedious and requires more tooling, consuming more storage in the development machine.</p>
106106
<p>PYNQ, particularly, has been characterised by its simplicity, only requiring the bitstream to work. It has also proved to be effective in a wide variety of boards, namely ZYNQ MPSoC and Alveo cards. In contrast, the new workflow requires more expertise in the tooling but produces better applications in terms of performance. However, the former one sacrifices a lot of the simplicity.</p>
107107
<h2>Our Proposal</h2>
108108
<p>Looking at that, we want to propose a new library based on PYNQ to allow users to code efficient C++ application while keeping the simplicity of PYNQ, allowing even more features like:</p>
@@ -119,7 +119,7 @@ <h2>Our Proposal</h2>
119119
<li>Complete the support for XRT interoperability.</li>
120120
<li>Provide a library with math kernels.</li>
121121
</ul>
122-
<p>This first release is a huge advance towards simplicity and we expect that many users look at CYNQ as the chance that they were waiting for to get started into the FPGA world, as seen in PYNQ.</p>
122+
<p>This first release is a huge advance towards simplicity and we expect that many users look at CYNQ as the chance that they were waiting for to get started in the FPGA world, as seen in PYNQ.</p>
123123
<h2>How does CYNQ work?</h2>
124124
<p>An application is mounted on top of an abstract interface to make the API feel agnostic. In this case, CYNQ is composed of four major components:</p>
125125
<ul>

0 commit comments

Comments
 (0)