You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
748 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. ```
  2. sfc转换指令
  3. cfg_gen_sfc -device_name W25Q128Q -opcode 107 -sbit_start_address 0 -sbit generate_bitstream/Top.sbit
  4. ```
  5. ```
  6. V10:
  7. 1.修复当寄存器变化频率的时候,SPI读取数据错误的BUG
  8. V9:
  9. 1.修复PL无法2+倍频的BUG
  10. V7:
  11. 1.修复PLL的BUG
  12. V6:
  13. 1.光耦输入默认反向
  14. 2.修改内部触发默认滤波参数为0
  15. 3.光耦输入和TTL输入默认可调
  16. V5:
  17. 1.解决上电灯闪烁的问题
  18. 2.修改默认滤波参数为10
  19. 3.优化分频倍频逻辑,支持不稳定频率输入
  20. TODO:
  21. 寄存器变化频率的时候,SPI读取数据错误的BUG(PS:没有完全解决,暂时不知道问题在哪)
  22. ```