1. 26 Apr, 2016 15 commits
  2. 25 Apr, 2016 5 commits
    • Will's avatar
      Simulation uses limited file set. · 30e12ff5
      Will authored
      No need to compile all sources if you know you don't need them to satify the dependencies.
      30e12ff5
    • Will's avatar
      Added action "Qsys hw tcl update". · c21b355c
      Will authored
      Overwrites the file list in an Altera Qsys component hardware TCL description file.
      c21b355c
    • Will's avatar
      Add method build_limited_file_set to module_pool. · 674cf56a
      Will authored
      Builds the limited set of files that is required to satisfy the dependencies of the top level entity/module. 
      674cf56a
    • Will's avatar
      Add a dummy tool called "notool". · 1edf144b
      Will authored
      For use when you don't need one - like when just listing files in dependency order.
      1edf144b
    • Will's avatar
      Fix make_dependency_sorted_list ordering function. · 4c27b771
      Will authored
      Previous implelmentaiton only worked for a single level tree of dependencies.
      This implementations recursively determines the number of levels below a dep_file and uses this value as the key to sort by. The 'dependendency level is cached in the dep_file object to reduce the number of recursive calls.
      Will not handle circular dependencies well.
      4c27b771
  3. 19 Apr, 2016 3 commits
  4. 14 Apr, 2016 1 commit
  5. 30 Mar, 2016 3 commits
  6. 25 Mar, 2016 1 commit
  7. 24 Mar, 2016 5 commits
  8. 23 Mar, 2016 6 commits
  9. 22 Mar, 2016 1 commit