Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Intel doc: sof to svf generation #212

Closed
el-coder-sb opened this issue Apr 11, 2022 · 1 comment
Closed

Fix Intel doc: sof to svf generation #212

el-coder-sb opened this issue Apr 11, 2022 · 1 comment

Comments

@el-coder-sb
Copy link

el-coder-sb commented Apr 11, 2022

Hi,

at least for Quartus 20.1 running on Windows 10 the following fix is needed:

diff --git a/doc/vendors/intel.rst b/doc/vendors/intel.rst
index f8f0fcb..d693c10 100644
--- a/doc/vendors/intel.rst
+++ b/doc/vendors/intel.rst
@@ -21,7 +21,7 @@ SVF and RBF files are supported.
 
 .. code-block:: bash
 
-    quartus_cpf -c -q -g 3.3 -n 12.0MHz p project_name.sof project_name.svf
+    quartus_cpf -c -q 12.0MHz -g 3.3 -n p project_name.sof project_name.svf
 
 ``sof`` to ``rbf`` generation:
@trabucayre
Copy link
Owner

Doc page is now fixed!
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants