1. 17 Jan, 2024 1 commit
  2. 16 Jan, 2024 1 commit
  3. 14 Sep, 2023 3 commits
  4. 04 Sep, 2023 2 commits
  5. 01 Sep, 2023 1 commit
  6. 28 Aug, 2023 1 commit
  7. 25 Aug, 2023 2 commits
  8. 23 Mar, 2023 2 commits
  9. 20 Mar, 2023 1 commit
  10. 15 Mar, 2023 2 commits
  11. 13 Mar, 2023 1 commit
  12. 10 Mar, 2023 7 commits
  13. 13 Jan, 2023 1 commit
  14. 12 Jan, 2023 1 commit
  15. 21 Nov, 2022 4 commits
  16. 23 Aug, 2022 2 commits
  17. 20 Jul, 2022 3 commits
  18. 27 Jun, 2022 5 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
    • David Belohrad's avatar
      quartus synthesis now supports -rise -fall global params · b1dfa12b
      David Belohrad authored
      Needed to setup certain global properties, as e.g.
      
      set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
      b1dfa12b