1. 190dbbe vpr: Record breadth-first router deprecation in change log by kmurray · 6 years ago master
  2. f265da9 flow: Add murax & picosoc Symbiflow benchmarks to nightly regressions by kmurray · 6 years ago
  3. 0a8dcf1 flow: Update titan benchmarks version by kmurray · 6 years ago
  4. a2c37c9 flow: Automatically run upgrade_arch.py on titan architectures by kmurray · 6 years ago
  5. 2854baa flow: Pretty print upgraded architectures by default by kmurray · 6 years ago
  6. 7b3a490 vpr: Remove unused INTRA_CLUSTER_EDGE RR node type by kmurray · 6 years ago
  7. e826f57 infra: Update Travis Status Icon URL by kmurray · 6 years ago
  8. 68877d9 vpr: Fix congestion costs for non-configurably connected nodes by kmurray · 6 years ago
  9. fc2651c vpr: Clarify comments related to switch internal capacitance delay calc by kmurray · 6 years ago
  10. 83fdb15 vpr: Fix get_rr_cong_cost() for non-configurable node sets by kmurray · 6 years ago
  11. 4da293d fasm: Fix variable shadow warnings by kmurray · 6 years ago
  12. f8940f9 vpr: Fix variable shadow warnings by kmurray · 6 years ago
  13. e40bcd3 Add missing C_internal to is_valid_route_tree. by Keith Rothman · 6 years ago
  14. a459b13 infra: Switch default Titan benchmark mirror to google by kmurray · 6 years ago
  15. 4a16cd6 Clear cache of critical path and sTNS/sWNS. by Keith Rothman · 6 years ago
  16. 885327f infra: Add support for downloading Titan benchmarks from a mirror by kmurray · 6 years ago
  17. 74dc865 docs: added `route_diag` documentation by Alessandro Comodi · 6 years ago
  18. 01ff7e1 docs: Rework the readme file in the vtr_flow directory. by Tim 'mithro' Ansell · 6 years ago
  19. 6c8608c fix typo by Dusty DeWeese · 6 years ago
  20. 20b7b0b doc: Add cross-ref to timing modelling tutorial for is_clock port attribute by kmurray · 6 years ago
  21. f0134b3 doc: Add timing modelling tutorial cross-reference to timing constraint by kmurray · 6 years ago
  22. 2c8f144 doc: Improve VPR file option cross-references by kmurray · 6 years ago
  23. 06eba4d doc: Reference default timing constraints in vpr --sdc_file description by kmurray · 6 years ago
  24. e3ba502 doc: Document how to propagation clocks through black box primitives by kmurray · 6 years ago
  25. 4a559a2 flow: Update regression test golden results by kmurray · 6 years ago
  26. 1096750 vpr: Fix formatting by kmurray · 6 years ago
  27. f8857a3 flow: Add regression test for netlist clock buffers by kmurray · 6 years ago
  28. 6bcd5a4 libtatum: Updating libs/EXTERNAL/libtatum/ (external git subtree from https://github.com/kmurray/tatum.git master) by kmurray · 6 years ago
  29. f7bc161 Squashed 'libs/EXTERNAL/libtatum/' changes from ee66714ea..751112a2c by kmurray · 6 years ago
  30. 440e6b1 vpr: Allow creation of clock to output pin edges in the timing graph by kmurray · 6 years ago
  31. bed3849 vpr: Fix segfault when reporting errors with no timing graph by kmurray · 6 years ago
  32. 4d1052d vpr: Improve control over clock tracing by kmurray · 6 years ago
  33. 502be5a archfpga: Improve error reporting for tile/block pin mismatches by kmurray · 6 years ago
  34. 5007035 vpr: Add support for tracing clock nets through general logic by kmurray · 6 years ago
  35. 67b66d3 build: Suppress compilation warnings from capnproto headers by kmurray · 6 years ago
  36. a8ea267 build: Fix compilation warnings from ABC by kmurray · 6 years ago
  37. 0f8dc1f build: Disable compilation warnings when building capnproto by kmurray · 6 years ago
  38. f98a99f Allow "_" in placeholder keys. by Keith Rothman · 6 years ago
  39. fdaa0b8 Add back bool simply to avoid merge conflicts. by Keith Rothman · 6 years ago
  40. 526fdf8 Moved func. declaration to the .h file by Maciej Kurc · 6 years ago
  41. e5087c3 Added support for placeholders with empty values through specifying "NULL" as value. by Maciej Kurc · 6 years ago
  42. 980fa5a Integration. by Maciej Kurc · 6 years ago
  43. cc4407e Completed tests for genfasm. by Maciej Kurc · 6 years ago
  44. eadfcf0 Modified test architecture for fasm tests. by Maciej Kurc · 6 years ago
  45. cf36422 Added unit tests for placeholder substitution functions. by Maciej Kurc · 6 years ago
  46. 3456100 Fixed fasm output for top-level blocks without prefixes. by Maciej Kurc · 6 years ago
  47. b8e95b3 Added support for placeholder tags in fasm features. by Maciej Kurc · 6 years ago
  48. 24b985a vpr: pass t_placer_opts in binary_search_place_and_route by reference by Richard Ren · 6 years ago
  49. 4066c79 Add comments on Matrix capnp and NdMatrix functions. by Keith Rothman · 6 years ago
  50. 5317abd Initial place matrix serialization/deserialization support. by Keith Rothman · 6 years ago
  51. 30fe417 Update comments on pruning functions. by Keith Rothman · 6 years ago
  52. d2b02f8 Only prune non-configurable nodes at end of routing. by Keith Rothman · 6 years ago
  53. 666d120 Fix sorting of merge nodes. by Keith Rothman · 6 years ago
  54. a837777 Fix non-configurable node set algorithm. by Keith Rothman · 6 years ago
  55. 624c843 Handle re-pruning due to partial prune. by Keith Rothman · 6 years ago
  56. 80f8fa7 Remove unused local variable. by Keith Rothman · 6 years ago
  57. 7573a0f Track non-configurable edge usage to enable pruning. by Keith Rothman · 6 years ago
  58. 3039c4c vpr: Add RRGraph class and checking infrastructure by tangxifan · 6 years ago
  59. f204e58 vtrutil: Add mutators to vtr::Point and vtr::Rect by kmurray · 6 years ago
  60. 82bb28d Free remained portname's memory (#1012) by Seyed Alireza Damghani · 6 years ago
  61. 8744db3 vpr: Remove extra semicolon by kmurray · 6 years ago
  62. 65e7ee5 vpr: Clarify breadth-first router deprecation message by kmurray · 6 years ago
  63. 6aa66a7 vpr: Don't disallow the timing-driven router with global RR graphs by kmurray · 6 years ago
  64. 36d9fa3 vpr: Use demand-based base costs for global routing graphs by kmurray · 6 years ago
  65. 8ad847b vpr: Include RR node capacity in description by kmurray · 6 years ago
  66. 40804e6 vpr: Add support for demand-based length scaled base costs by kmurray · 6 years ago
  67. 72c052e build: Improve status/help message if graphics libraries are missing by kmurray · 6 years ago
  68. 7aff128 Simulation mem leak - create hard block mappings (#997) by Seyed Alireza Damghani · 6 years ago
  69. ce5b915 Simulation mem leak - last element of names array (#995) by Seyed Alireza Damghani · 6 years ago
  70. 393978e Typo and formatting fixes to --save_graphics by vaughnbetz · 6 years ago
  71. b29a589 Documented --save_graphics option by vaughnbetz · 6 years ago
  72. 25e5df9 Added libgtk-3-dev to apt-get command by vaughnbetz · 6 years ago
  73. 9f7c067 Fix bug in add_subtree_to_route_tree that can result in double free. by Keith Rothman · 6 years ago
  74. b8ee6af Avoid global routing messing up FASM generation by Ang Li · 6 years ago
  75. a97cada simulation mem leak - latch names array in create latch (#996) by Seyed Alireza Damghani · 6 years ago
  76. 2df20a2 Merge pull request #1001 from CAS-Atlantic/simulation_mem_leak_stage_num_children by jeanlego · 6 years ago
  77. 2d385cc Merge pull request #1000 from CAS-Atlantic/simulation_mem_leak_pin_numbers_lines by jeanlego · 6 years ago
  78. 4bb087c Merge pull request #999 from CAS-Atlantic/simulation_mem_leak_model_name by jeanlego · 6 years ago
  79. 51c5513 Merge branch 'master' of https://github.com/verilog-to-routing/vtr-verilog-to-routing by MohamedElgammal · 6 years ago
  80. d8abff8 Adding valgrind suppression file and updating run_vtr_flow.pl to parse this file by MohamedElgammal · 6 years ago
  81. 2bb59ed Add tile filtering option for placer delay matrix sampling. by Keith Rothman · 6 years ago
  82. 8d73e27 num_children in stage struct hasn't been freed before by Seyed Alireza Damghani · 6 years ago
  83. 8d8980d pin_numbers in lines structure hasn't been freed before by Seyed Alireza Damghani · 6 years ago
  84. aee82b2 model->name hasn't been freed when the free_hard_block function called by Seyed Alireza Damghani · 6 years ago
  85. 512b9a6 Add debug logging if there is a non-finite value from the lookahead. by Keith Rothman · 6 years ago
  86. 4dac4a9 vpr: Remove forced_pause from VprContext by kmurray · 6 years ago
  87. ccc9003 vpr: Add pause button to GUI by kmurray · 6 years ago
  88. 14ba47f vpr: Rename 'Search RR Node' button to 'Search' by kmurray · 6 years ago
  89. f1ee85d vpr: Enable graphics animation using ezgl by kmurray · 6 years ago
  90. 1fd353a vpr: Update VPR graphics to work with ezgl updates by kmurray · 6 years ago
  91. 5cc185a libezgl: Updating libs/EXTERNAL/libezgl/ (external git subtree from https://github.com/mariobadr/ezgl.git master) by kmurray · 6 years ago
  92. 2c6498b Squashed 'libs/EXTERNAL/libezgl/' changes from e6f62b3a4..71a234aa1 by kmurray · 6 years ago
  93. c47e2bd doc: Fix some documentation warnings by kmurray · 6 years ago
  94. ab3bd2c doc: Add deprecation warning about breadth_first router to docs by kmurray · 6 years ago
  95. 2d732ef doc: Add proper 404 page by kmurray · 6 years ago
  96. 499c6a4 doc: Use configuration file to configure ReadTheDocs by kmurray · 6 years ago
  97. 36e8cdd vpr: Add deprecation warning to breadth-first router by kmurray · 6 years ago
  98. 64e9a82 Prime lookahead cache when routing with a fixed width. by Keith Rothman · 6 years ago
  99. b40a143 Refactor lookahead caching to hide cache key's. by Keith Rothman · 6 years ago
  100. b14d798 Remove unused arugment from create_rr_graph. by Keith Rothman · 6 years ago