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.

78 lines
1.4 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. ```
  2. 核心板引脚分配:
  3. define_attribute {p:rst_n} {PAP_IO_DIRECTION} {INPUT}
  4. define_attribute {p:rst_n} {PAP_IO_LOC} {U12}
  5. define_attribute {p:rst_n} {PAP_IO_VCCIO} {3.3}
  6. define_attribute {p:rst_n} {PAP_IO_STANDARD} {LVTTL33}
  7. define_attribute {p:sys_clk} {PAP_IO_DIRECTION} {INPUT}
  8. define_attribute {p:sys_clk} {PAP_IO_LOC} {B5}
  9. define_attribute {p:sys_clk} {PAP_IO_VCCIO} {3.3}
  10. define_attribute {p:sys_clk} {PAP_IO_STANDARD} {LVTTL33}
  11. ```
  12. ```
  13. TTL OUTPUT
  14. 1,2,3,4 丝印正确,正常输出
  15. ```
  16. ```
  17. SIGNAL_GENERATOR
  18. 启动方式:
  19. 1.寄存器控制启动
  20. 2.外部触发启动
  21. 3.TIMECODE触发启动
  22. 帧格式:
  23. TIMECODE:
  24. 25/30/...
  25. GENLOCK:
  26. ....
  27. 产生:
  28. 1.start_state_sig (高电平表示拍照进行中)
  29. 2.timecode_sig[64]
  30. 3.timecode_tirgger_sig[1]
  31. 4.genlock_sig[1] 帧信号,场信号
  32. 5.秒信号
  33. TTL_INPUT
  34. TIMECODE_INPUT
  35. TIMECODE_OUTPUT
  36. GENLOCK_INPUT
  37. ```
  38. ```
  39. 1. 修改启动方式
  40. 2. 修改TIMECODE启动时间戳
  41. ```
  42. ```
  43. TTL模块信号源输入
  44. 0:0
  45. 1:1
  46. 2:ttl_input1_raw
  47. 3:ttl_input1_division
  48. 4:ttl_input2_raw
  49. 5:ttl_input2_division
  50. 6:ttl_input3_raw
  51. 7:ttl_input3_division
  52. 8:genlock_frame_freq
  53. 9:timecode_trigger
  54. 10:work_state_signal
  55. 11:internal_frame_freq (genlock)
  56. 12:internal_sec_freq
  57. ```