Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTime-based encryption in simulations?
Hi folks, I'm trying to think of a solution to make time-based simulation IP (verilog). We use vencrypt to protect the ip already. I was thinking about the possibility of using system call...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I'm trying to think of a solution to make time-based simulation IP (verilog). We use vencrypt to protect the ip already. --- Quote End --- A counter? Eg., 1hr at 100MHz = 38-bits counter. Load and enable the counter on configuration, and then 'stop' working when it hits zero. This can of course be defeated by reconfiguring the device every hour ... but so can the time on an OS. Cheers, Dave