Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jul 16, 2023
  2. Jul 01, 2023
    • Vauban's avatar
      Programming: Introduce PROG_EXPORT_PATH argument. · 96ce2c7c
      Vauban authored
      The PROG_EXPORT_PATH script argument should eventually replace
      FPE_EXPORT_PATH to specify the location of the generated programming
      files whether for FlashProExpress, programming through Linux or using
      DirectC.
      96ce2c7c
  3. Jun 11, 2023
  4. Jun 09, 2023
  5. Jun 04, 2023
  6. May 30, 2023
  7. May 24, 2023
  8. May 23, 2023
  9. May 14, 2023
  10. May 13, 2023
    • Vauban's avatar
      PCIe: Rename PCIe interrupt signal. · 511a7762
      Vauban authored
      - Clear confusionabout interrupt signal polarity by removing _N from
        PCIe interrupt signal name.
      - Tie MSS PCIe interrupt signal to ground when PCIe block not
        instantiated.
      511a7762
  11. May 01, 2023
  12. Apr 29, 2023
    • Vauban's avatar
      Timing: Enable timing verification. · d5f6f6ab
      Vauban authored
      - Add floor placement for CCC/PLL.
      - Add FPGA fabric interfaces clock groups.
      - Enable timing verification as part gateware build flow.
      d5f6f6ab
  13. Apr 02, 2023
  14. Mar 25, 2023
  15. Jan 29, 2023
  16. Jan 15, 2023
  17. Dec 31, 2022
  18. Dec 28, 2022
  19. Nov 27, 2022
  20. Nov 20, 2022
    • Vauban's avatar
      Cape: Add option to use GPIOs for all cape pins. · e1798df8
      Vauban authored
      e1798df8
    • Vauban's avatar
      MIPI CSI: Add board validation option. · a650e070
      Vauban authored
      Add the IO_BOARD_VALIDATION option to the MIPI_CSI_OPION build options.
      
      This option generates PWM signals on the MIPI CSI interface to check
      board connectivity. The PWM signals have a different increasing duty
      cycle from data to clock to control signasls on the interface.
      
      Please note this requires manual Verilog source code changes to CorePWM.
      file: components/Actel/DirectCore/corepwm/4.5.100/rtl/vlog/core/reg_if.v
      Lines 99 and 100 nedd to  be changed as follows:
        from:
               psh_enable_reg1  <= 0;
               psh_enable_reg2  <= 0;
      
        to:
               psh_enable_reg1  <= 8'b11111111;
               psh_enable_reg2  <= 8'b11111111;
      a650e070
    • Vauban's avatar
      Cape: Correct cape NONE option. · ef426ef6
      Vauban authored
      ef426ef6
  21. Nov 10, 2022
  22. Nov 08, 2022