Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. nextpnr-ecp5 -- Next Generation Place and Route (git sha1 4c73061)
  2.  
  3. General options:
  4. -h [ --help ] show help
  5. -v [ --verbose ] verbose output
  6. -q [ --quiet ] quiet mode, only errors and warnings displayed
  7. -l [ --log ] arg log file, all log messages are written to this
  8. file regardless of -q
  9. --debug debug output
  10. -f [ --force ] keep running after errors
  11. --gui start gui
  12. --run arg python file to execute instead of default flow
  13. --pre-pack arg python file to run before packing
  14. --pre-place arg python file to run before placement
  15. --pre-route arg python file to run before routing
  16. --post-route arg python file to run after routing
  17. --json arg JSON design file to ingest
  18. --seed arg seed value for random number generator
  19. -r [ --randomize-seed ] randomize seed value for random number generator
  20. --slack_redist_iter arg number of iterations between slack redistribution
  21. --cstrweight arg placer weighting for relative constraint
  22. satisfaction
  23. --pack-only pack design only without placement or routing
  24. --ignore-loops ignore combinational loops in timing analysis
  25. -V [ --version ] show version
  26. --test check architecture database integrity
  27. --freq arg set target frequency for design in MHz
  28. --no-tmdriv disable timing-driven placement
  29. --save arg project file to write
  30. --load arg project file to read
  31.  
  32. Architecture specific options:
  33. --25k set device type to LFE5U-25F
  34. --45k set device type to LFE5U-45F
  35. --85k set device type to LFE5U-85F
  36. --um-25k set device type to LFE5UM-25F
  37. --um-45k set device type to LFE5UM-45F
  38. --um-85k set device type to LFE5UM-85F
  39. --um5g-25k set device type to LFE5UM5G-25F
  40. --um5g-45k set device type to LFE5UM5G-45F
  41. --um5g-85k set device type to LFE5UM5G-85F
  42. --package arg select device package (defaults to CABGA381)
  43. --speed arg select device speedgrade (6, 7 or 8)
  44. --basecfg arg base chip configuration in Trellis text format
  45. (deprecated)
  46. --override-basecfg arg base chip configuration in Trellis text format
  47. --textcfg arg textual configuration in Trellis format to write
  48. --lpf arg LPF pin constraint file(s)
  49. --lpf-allow-unconstrained don't require LPF file(s) to constrain all IO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement