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.

43 lines
1.1 KiB

2 years ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
2 years ago
  1. ```
  2. https://iflytop1.feishu.cn/docx/Fk3CdIRNZoal1XxCGgjc9q1Dn1f
  3. 固化
  4. https://iflytop1.feishu.cn/wiki/DyHLwd2pLicjXxkWNEvc7vI7n2b
  5. cfg_gen_sfc -device_name W25Q128Q -opcode 107 -sbit_start_address 0 -sbit ./generate_bitstream/Top.sbit
  6. ```
  7. ```
  8. 注意事项:
  9. 倍频和分频的前提建立在输入频率稳定的情况才有效的。如果输入频率在+-一定范围内变化,输出波形可能会出现异常
  10. ```
  11. ```
  12. 插件:
  13. Documenter - TerosHDL 0.1.4 documentation
  14. Verilog-HDL/SystemVerilog/Bluespec SystemVerilog
  15. ```
  16. ```
  17. v0.0.0.4
  18. 1. 修复timecode启动时前两帧重复的问题
  19. 2. 修复timecode输出时候子帧出现00的情况
  20. v1.0.5
  21. 1. 修复timecode识别出错的BUG(为什么能修复不知道)
  22. 2. 优化系统总线相关代码
  23. v1.0.6
  24. 1. 开机默认timecode不启动
  25. v1.0.7
  26. 1.失能掉系统延迟延时功能模块
  27. ```
  28. ```
  29. BUG:
  30. 系统延时功能模块的BUG
  31. 1. 输入信号没有经过滤波就给了延迟模块,延迟模块处理不了这种信号
  32. 2. 延迟模块只能延后一个脉冲信号
  33. ```