1
0

clkMux.bsf 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /*
  2. WARNING: Do NOT edit the input and output ports in this file in a text
  3. editor if you plan to continue editing the block that represents it in
  4. the Block Editor! File corruption is VERY likely to occur.
  5. */
  6. /*
  7. Copyright (C) 2022 Intel Corporation. All rights reserved.
  8. Your use of Intel Corporation's design tools, logic functions
  9. and other software and tools, and any partner logic
  10. functions, and any output files from any of the foregoing
  11. (including device programming or simulation files), and any
  12. associated documentation or information are expressly subject
  13. to the terms and conditions of the Intel Program License
  14. Subscription Agreement, the Intel Quartus Prime License Agreement,
  15. the Intel FPGA IP License Agreement, or other applicable license
  16. agreement, including, without limitation, that your use is for
  17. the sole purpose of programming logic devices manufactured by
  18. Intel and sold by Intel or its authorized distributors. Please
  19. refer to the applicable agreement for further details, at
  20. https://fpgasoftware.intel.com/eula.
  21. */
  22. (header "symbol" (version "1.1"))
  23. (symbol
  24. (rect 0 0 288 136)
  25. (text "clkMux" (rect 124 -1 152 11)(font "Arial" (font_size 10)))
  26. (text "inst" (rect 8 120 20 132)(font "Arial" ))
  27. (port
  28. (pt 0 72)
  29. (input)
  30. (text "inclk1x" (rect 0 0 24 12)(font "Arial" (font_size 8)))
  31. (text "inclk1x" (rect 4 61 46 72)(font "Arial" (font_size 8)))
  32. (line (pt 0 72)(pt 96 72)(line_width 1))
  33. )
  34. (port
  35. (pt 0 88)
  36. (input)
  37. (text "inclk0x" (rect 0 0 25 12)(font "Arial" (font_size 8)))
  38. (text "inclk0x" (rect 4 77 46 88)(font "Arial" (font_size 8)))
  39. (line (pt 0 88)(pt 96 88)(line_width 1))
  40. )
  41. (port
  42. (pt 0 104)
  43. (input)
  44. (text "clkselect" (rect 0 0 33 12)(font "Arial" (font_size 8)))
  45. (text "clkselect" (rect 4 93 58 104)(font "Arial" (font_size 8)))
  46. (line (pt 0 104)(pt 96 104)(line_width 1))
  47. )
  48. (port
  49. (pt 288 72)
  50. (output)
  51. (text "outclk" (rect 0 0 22 12)(font "Arial" (font_size 8)))
  52. (text "outclk" (rect 258 61 294 72)(font "Arial" (font_size 8)))
  53. (line (pt 288 72)(pt 176 72)(line_width 1))
  54. )
  55. (drawing
  56. (text "altclkctrl_input" (rect 13 43 122 99)(font "Arial" (color 128 0 0)(font_size 9)))
  57. (text "inclk1x" (rect 101 67 244 144)(font "Arial" (color 0 0 0)))
  58. (text "inclk0x" (rect 101 83 244 176)(font "Arial" (color 0 0 0)))
  59. (text "clkselect" (rect 101 99 256 208)(font "Arial" (color 0 0 0)))
  60. (text "altclkctrl_output" (rect 177 43 456 99)(font "Arial" (color 128 0 0)(font_size 9)))
  61. (text "outclk" (rect 148 67 332 144)(font "Arial" (color 0 0 0)))
  62. (text " clkMux " (rect 255 120 558 250)(font "Arial" ))
  63. (line (pt 96 32)(pt 176 32)(line_width 1))
  64. (line (pt 176 32)(pt 176 120)(line_width 1))
  65. (line (pt 96 120)(pt 176 120)(line_width 1))
  66. (line (pt 96 32)(pt 96 120)(line_width 1))
  67. (line (pt 97 52)(pt 97 108)(line_width 1))
  68. (line (pt 98 52)(pt 98 108)(line_width 1))
  69. (line (pt 175 52)(pt 175 76)(line_width 1))
  70. (line (pt 174 52)(pt 174 76)(line_width 1))
  71. (line (pt 0 0)(pt 288 0)(line_width 1))
  72. (line (pt 288 0)(pt 288 136)(line_width 1))
  73. (line (pt 0 136)(pt 288 136)(line_width 1))
  74. (line (pt 0 0)(pt 0 136)(line_width 1))
  75. )
  76. )