1. 05 May, 2013 14 commits
  2. 04 May, 2013 1 commit
  3. 22 Feb, 2013 1 commit
  4. 21 Feb, 2013 3 commits
  5. 31 Oct, 2012 1 commit
  6. 26 Apr, 2012 3 commits
  7. 18 Apr, 2012 7 commits
  8. 02 Apr, 2012 3 commits
    • Paweł Szostek's avatar
      Merge branch 'include_dir_feature' · 13b0c2c0
      Paweł Szostek authored
      Conflicts:
      	hdlmake
      13b0c2c0
    • Paweł Szostek's avatar
      Enhance message printing · 28807c4b
      Paweł Szostek authored
      This patch introduces a serious enhancement
      in all messages printed by hdlmake.
      Messages are grouped in three categories:
      info, warning and error. All messages
      are prefixed with the catogory id.
      In addition, all messages printed by manifests
      are intercepted and printed with an additional
      comment
      28807c4b
    • Paweł Szostek's avatar
      Enhance message printing · 4c55d60d
      Paweł Szostek authored
      This patch introduces a serious enhancement
      in all messages printed by hdlmake.
      Messages are grouped in three categories:
      info, warning and error. All messages
      are prefixed with the catogory id.
      In addition, all messages printed by manifests
      are intercepted and printed with an additional
      comment
      4c55d60d
  9. 01 Apr, 2012 1 commit
    • Paweł Szostek's avatar
      Add include_dirs variable to manifests · fe792042
      Paweł Szostek authored
      In this patch a new feature was implemented. It
      is now possible to specify include_dirs which
       indicates where to look for includes for
      (at least for the time being) Verilog and SV
      files. This works as -I option in gcc.
      fe792042
  10. 06 Mar, 2012 3 commits
    • Paweł Szostek's avatar
      Fix bug in cleaning modules · 42b4ec49
      Paweł Szostek authored
      There was a quasi-bug that caused that
      hdlmake was trying to remove some submodules
      after thier parent modules were removed. This
      generated error messages. Now the modules are
      removed in reverse order compared to fetching
      42b4ec49
    • Paweł Szostek's avatar
      Fix wrong fetching · 7cdfaf05
      Paweł Szostek authored
      Until now it was sometimes necessary to run
      hdlmake multiple times in order to fetch specified
      modules. This bug is now fixed and a single
      run is needed.
      7cdfaf05
    • Paweł Szostek's avatar
      Fix bug with automatic flow · c10a7b63
      Paweł Szostek authored
      There was a bug fixed because of which hdl-make
      didn't work properly without specifying run
      parameters (there was no default action)
      c10a7b63
  11. 05 Mar, 2012 2 commits
  12. 03 Mar, 2012 1 commit
    • Paweł Szostek's avatar
      fix bug when generating synthesis makefiles · af74b53e
      Paweł Szostek authored
      A bug was fixed, when there was and error when trying to
      generate a makefile for synthesis with ISE, when there was
      no Modelsim installation. Hdlmake was trying to look
      for modelsim.ini in order to check which libraries were
      ``standard''.
      af74b53e