Skip to content
Snippets Groups Projects
  1. May 05, 2013
  2. May 04, 2013
  3. Feb 22, 2013
  4. Feb 21, 2013
  5. Oct 31, 2012
  6. Apr 26, 2012
  7. Apr 18, 2012
  8. Apr 02, 2012
    • 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. Apr 01, 2012
    • 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. Mar 06, 2012
    • 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. Mar 05, 2012
    • Paweł Szostek's avatar
      fix bug in Verilog dependency solver · e22890c6
      Paweł Szostek authored
      There was a bug that caused wrong dependency
      solving for Verilog files. As reasult, there were
      misleading error messages printed (like
      Cannot find include for file src/lm32_shifter.v: l)
      e22890c6