Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFlattening Verilog Hierarchy for IP block creation
Guys, Wonder if someone could point me in the right direction. I would like to flatten my design hierarchy into 1 file so I can just encrypt that one file for making an IP block. With ove...
Altera_Forum
Honored Contributor
14 years agoclear text
keep in mind the core is no longer parameterizable or portable across families if you distribute with .qxp i would distribute the entire core as ampcrypt encrypted HDL (1 file with many modules or individual files with 1 module each - it's just a matter of preference) and provide simgen instructions/scripts for the user to generate a simulation model like Altera's IP actually, the best solution might be one of the encryption methods that's readable by both Quartus and simulators (like the Stratix V models)