Forum Discussion
Altera_Forum
Honored Contributor
13 years agohelp with .pof file!
Is there a way to figure out if two .pof files are the same??
1 Reply
- Altera_Forum
Honored Contributor
Start the NIOS II IDE shell (aka Cygwin terminal) and use diff. For example, here's what I did in a bemicro_sdk project build area
There is no output when the files are the same. Cheers, Dave$ diff -Naur --brief bemicro_sdk.pof bemicro_sdk.sof Files bemicro_sdk.pof and bemicro_sdk.sof differ $ cp bemicro_sdk.pof bemicro_sdk2.pof $ diff -Naur --brief bemicro_sdk.pof bemicro_sdk2.pof