Skip to content
Snippets Groups Projects
  1. Mar 06, 2012
    • 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
  2. Feb 10, 2012
  3. Jan 21, 2012
  4. Aug 04, 2011
  5. Aug 03, 2011
  6. Aug 02, 2011
  7. Aug 01, 2011
  8. Jul 26, 2011
  9. Jul 15, 2011
  10. Jul 14, 2011
  11. Jun 29, 2011
  12. Jun 22, 2011
  13. Jun 21, 2011
  14. Jun 17, 2011
  15. Jun 16, 2011
  16. Jun 15, 2011
  17. Jun 10, 2011
  18. Jun 09, 2011
  19. Jun 07, 2011
  20. Jun 06, 2011
  21. Jun 01, 2011
  22. May 31, 2011
  23. May 30, 2011
  24. May 27, 2011
    • Paweł Szostek's avatar
      Fix remote synthesis folder · 5c1f0761
      Paweł Szostek authored
      A manifest variable 'syn_name' has been introduced
      instead of 'name'. This variables indicates the remote
      directory to be used. If it is not set in the manifest, its value
      is based on the syn_project variable.
      5c1f0761
    • Paweł Szostek's avatar
      Add automatic flow, interpret target and action variables · 0bea530d
      Paweł Szostek authored
      An automatic flow has been added. This means that when there no
      run arguments indicating what to do, hdlmake tries to guess
      the action on its own basing on the manifest.
      
      Manifest's target indicates what is the synthesis target
      (xilinx/altera). This influences what kind of project for synthesis
      is made (qpf, xise).
      
      Manifest's action indicates, if the manifest is used for synthesis,
      simulation or cannot be treated as a top manifest.
      0bea530d