User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Since I cannot post anywhere else, I'll try it here: I found a couple of problems using this software: * If you export EDIF from Orcad, this EDF might have newlines at each 80 characters; if you use this file as input to the pretty print, spaces that happen to occur where these newlines are entered will be 'swallowed', and so it will show up as syntax error in the pretty-printed EDF. * When I tested it, the program segfaulted; it was because ref->p for some reason was a null pointer in edif.y:1456 - the solution is to insert the line "if (ref->p == NULL) ref->p = &zplst;" right before line 1455 (which is "OutInst(cellRef, ref->s, ") .... Other than that - the program seems to work fine !!
  • Previous
  • You're on page 1
  • Next