1. 18 Dec, 2023 3 commits
  2. 14 Sep, 2023 3 commits
  3. 04 Sep, 2023 2 commits
  4. 01 Sep, 2023 1 commit
  5. 28 Aug, 2023 1 commit
  6. 25 Aug, 2023 2 commits
  7. 23 Mar, 2023 2 commits
  8. 20 Mar, 2023 1 commit
  9. 15 Mar, 2023 2 commits
  10. 13 Mar, 2023 1 commit
  11. 10 Mar, 2023 7 commits
  12. 13 Jan, 2023 1 commit
  13. 12 Jan, 2023 1 commit
  14. 21 Nov, 2022 4 commits
  15. 23 Aug, 2022 2 commits
  16. 20 Jul, 2022 3 commits
  17. 27 Jun, 2022 4 commits
    • Tristan Gingold's avatar
      10eed1d9
    • Tristan Gingold's avatar
      testsuite: adjust quartus baselines · 5976eff2
      Tristan Gingold authored
      5976eff2
    • Tristan Gingold's avatar
      19053fe3
    • David Belohrad's avatar
      Quartus target supports mode assignments in Manifest · 68f3baaf
      David Belohrad authored
      Following commmit implements to standard makefile argument
      "syn_properties" as well additional 3:
      
      - syn_instances -> set_global_instance
      - syn_location_assignments-> set_location_assignment
      - syn_instance_assignments -> set_instance_assignment
      
      The original foreseen only
      
      - syn_properties -> set_global_assignment
      
      Following brings possibility to specify in manifest in more detail for
      example logilock regions.
      
      In order to make the parameters compatible with quartus manifest
      properties 'to' and 'region_id' can be now preprended by tilde (~) to
      announce that the given value of the command shall be enclosed in
      quotes. This is needed as it differs from parameter to
      parameter. Example:
      
      following does not need any quotes:
      
      set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 3A
      
      but following does:
      
      set_instance_assignment -name LL_MEMBER_OF "bst_sync:i_bst_sync" -to
      "VfcHdApplication:i_VfcHdApplication|bran:i_bran|bst_sync:i_bst_sync"
      -section_id "bst_sync:i_bst_sync"
      68f3baaf