Altera_Forum
Honored Contributor
13 years agoexecutable file
Hi guys,
I am wondering does there exists an executable file in Quartus II project that can be ran independent of the Quartus software environment?Thanks.Hi guys,
I am wondering does there exists an executable file in Quartus II project that can be ran independent of the Quartus software environment?Thanks.There are lots of different stand-alone executables.
What feature were you looking to use? Cheers, DaveHi Dave,
I have done a project under Qaurtus II. Now I intend to let others to test it. So I am wondering is it possible to make the project as an executable file and then let others do some tests on it? Thanks.Hi Dave,
'executable' is similar as '.exe' file for C compiler. It allows others to run and test its functionality, but they cannot see the C code inside. I have no idea if there is a similar '.exe' file for Quartus, so I can let others to test it, but nobody could see the exact code and schematic inside. By the way, my project is implemented in schematic(basic gates). Thanks.Dave, thank you! I need to find a way to encrypt it.