1. 27 Jun, 2022 7 commits
    • 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
    • David Belohrad's avatar
      2018b09f
    • David Belohrad's avatar
      added more altera library components to detect · 2e325039
      David Belohrad authored
      lib components are ignored during dependency search
      2e325039
    • David Belohrad's avatar
      grammar correction · 4df0e77d
      David Belohrad authored
      4df0e77d
    • David Belohrad's avatar
      additional files erased when make clean/mrproper in quartus · 654f3e76
      David Belohrad authored
      in addition to original CLEAN_TARGETS this commits as well:
      
      - a5_pin_model_dump.txt
      - *.sld
      
      to be erased when 'make clean' is issued
      654f3e76
    • David Belohrad's avatar
      english - typo · 29ce51c3
      David Belohrad authored
      29ce51c3
  2. 24 Jun, 2022 2 commits
  3. 22 Jun, 2022 3 commits
  4. 05 Apr, 2022 1 commit
  5. 30 Mar, 2022 1 commit
  6. 29 Mar, 2022 20 commits
  7. 25 Mar, 2022 2 commits
  8. 14 Mar, 2022 1 commit
  9. 10 Mar, 2022 2 commits
  10. 09 Mar, 2022 1 commit