Skip to content
Snippets Groups Projects
  1. Feb 24, 2025
    • Florian Feldbauer's avatar
      Small fix in generating TCL scripts · 66b3fda6
      Florian Feldbauer authored
      the original hdlmake writes lines like
      ```
      echo set_property "KEY" "VALUE" ...
      ```
      to the Makefile.
      Make will remove the quotes around `KEY` and `VALUE`, thus the generated tcl file will only contain
      ```
      set_property KEY VALUE ...
      ```
      
      Since we use single quotes around the corresponding line to preserve the leading blanks, the double quotes have to be removed
      otherwise option values which contain blanks (e.g.
      ```
        [ "xpm_libraries", "{XPM_CDC XPM_FIFO XPM_MEMORY}" ],
      ```
      )
      have to be treated differently in project and non-project workflows.
      3.4.4
      66b3fda6
  2. Jan 10, 2025
  3. Jan 07, 2025
  4. Jan 06, 2025
    • Florian Feldbauer's avatar
      Incremented version number · 9f1706ed
      Florian Feldbauer authored
      Forgot to increment version number with previous commit....
      3.4.2
      9f1706ed
    • Florian Feldbauer's avatar
      Bug fixes · dbb11b4c
      Florian Feldbauer authored
      Fixed a bug in (src/hdlmake_nonproj/tools/vivado.py).
      PAR target was loading `PROJECT_post_synth` but checkpoint is named `PROJECT_synth`.
      
      reworked gitlab ci to make use of gitlab's PyPi package registry.
      dbb11b4c
  5. Oct 29, 2024
  6. Oct 28, 2024
  7. Aug 08, 2024
  8. Aug 05, 2024
Loading