Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 10, 2022
  3. Nov 08, 2022
  4. Nov 07, 2022
  5. Oct 22, 2022
  6. Oct 08, 2022
  7. Oct 07, 2022
  8. Sep 06, 2022
  9. Sep 05, 2022
  10. Sep 04, 2022
  11. Sep 03, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Aug 29, 2022