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.

19 lines
524 B

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. V9:
  7. 1.修复PL无法2+倍频的BUG
  8. V7:
  9. 1.修复PLL的BUG
  10. V6:
  11. 1.光耦输入默认反向
  12. 2.修改内部触发默认滤波参数为0
  13. 3.光耦输入和TTL输入默认可调
  14. V5:
  15. 1.解决上电灯闪烁的问题
  16. 2.修改默认滤波参数为10
  17. 3.优化分频倍频逻辑,支持不稳定频率输入
  18. ```