Forum Discussion
Altera_Forum
Honored Contributor
17 years agoA .qxp is not encrypted, but it is a binary format(i.e. it's not clear text for the design). Users can look at the contents in the technology map viewer and chip planner(the RTL viewer will show the same thing as the technology map viewer since the .qxp is post-synthesis, so high-level ideas like muxes will really just be a sea of LUTs and FFs). Bottom line is that it's do-able, but it would be really difficult.
In the next release, coming out any day now, I believe there will be (.QXP as source), where you just give them the .qxp and it is read in directly. Right now you need to give them HDL(just a black-box wrapper).