lvds.v 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. // megafunction wizard: %ALTIOBUF%
  2. // GENERATION: STANDARD
  3. // VERSION: WM1.0
  4. // MODULE: altiobuf_out
  5. // ============================================================
  6. // File Name: lvds.v
  7. // Megafunction Name(s):
  8. // altiobuf_out
  9. //
  10. // Simulation Library Files(s):
  11. //
  12. // ============================================================
  13. // ************************************************************
  14. // THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
  15. //
  16. // 21.1.1 Build 850 06/23/2022 SJ Lite Edition
  17. // ************************************************************
  18. //Copyright (C) 2022 Intel Corporation. All rights reserved.
  19. //Your use of Intel Corporation's design tools, logic functions
  20. //and other software and tools, and any partner logic
  21. //functions, and any output files from any of the foregoing
  22. //(including device programming or simulation files), and any
  23. //associated documentation or information are expressly subject
  24. //to the terms and conditions of the Intel Program License
  25. //Subscription Agreement, the Intel Quartus Prime License Agreement,
  26. //the Intel FPGA IP License Agreement, or other applicable license
  27. //agreement, including, without limitation, that your use is for
  28. //the sole purpose of programming logic devices manufactured by
  29. //Intel and sold by Intel or its authorized distributors. Please
  30. //refer to the applicable agreement for further details, at
  31. //https://fpgasoftware.intel.com/eula.
  32. //altiobuf_out CBX_AUTO_BLACKBOX="ALL" DEVICE_FAMILY="Cyclone IV E" ENABLE_BUS_HOLD="FALSE" LEFT_SHIFT_SERIES_TERMINATION_CONTROL="FALSE" NUMBER_OF_CHANNELS=4 OPEN_DRAIN_OUTPUT="FALSE" PSEUDO_DIFFERENTIAL_MODE="FALSE" USE_DIFFERENTIAL_MODE="TRUE" USE_OE="FALSE" USE_TERMINATION_CONTROL="FALSE" datain dataout dataout_b
  33. //VERSION_BEGIN 21.1 cbx_altiobuf_out 2022:06:23:22:02:32:SJ cbx_mgl 2022:06:23:22:26:17:SJ cbx_stratixiii 2022:06:23:22:02:32:SJ cbx_stratixv 2022:06:23:22:02:32:SJ VERSION_END
  34. // synthesis VERILOG_INPUT_VERSION VERILOG_2001
  35. // altera message_off 10463
  36. //synthesis_resources = cycloneive_io_obuf 4
  37. //synopsys translate_off
  38. `timescale 1 ps / 1 ps
  39. //synopsys translate_on
  40. module lvds_iobuf_out_fst
  41. (
  42. datain,
  43. dataout,
  44. dataout_b) ;
  45. input [3:0] datain;
  46. output [3:0] dataout;
  47. output [3:0] dataout_b;
  48. wire [3:0] wire_obufa_i;
  49. wire [3:0] wire_obufa_o;
  50. wire [3:0] wire_obufa_obar;
  51. wire [3:0] wire_obufa_oe;
  52. wire [3:0] oe_w;
  53. cycloneive_io_obuf obufa_0
  54. (
  55. .i(wire_obufa_i[0:0]),
  56. .o(wire_obufa_o[0:0]),
  57. .obar(wire_obufa_obar[0:0]),
  58. .oe(wire_obufa_oe[0:0])
  59. `ifndef FORMAL_VERIFICATION
  60. // synopsys translate_off
  61. `endif
  62. ,
  63. .seriesterminationcontrol({16{1'b0}})
  64. `ifndef FORMAL_VERIFICATION
  65. // synopsys translate_on
  66. `endif
  67. // synopsys translate_off
  68. ,
  69. .devoe(1'b1)
  70. // synopsys translate_on
  71. );
  72. defparam
  73. obufa_0.bus_hold = "false",
  74. obufa_0.open_drain_output = "false",
  75. obufa_0.lpm_type = "cycloneive_io_obuf";
  76. cycloneive_io_obuf obufa_1
  77. (
  78. .i(wire_obufa_i[1:1]),
  79. .o(wire_obufa_o[1:1]),
  80. .obar(wire_obufa_obar[1:1]),
  81. .oe(wire_obufa_oe[1:1])
  82. `ifndef FORMAL_VERIFICATION
  83. // synopsys translate_off
  84. `endif
  85. ,
  86. .seriesterminationcontrol({16{1'b0}})
  87. `ifndef FORMAL_VERIFICATION
  88. // synopsys translate_on
  89. `endif
  90. // synopsys translate_off
  91. ,
  92. .devoe(1'b1)
  93. // synopsys translate_on
  94. );
  95. defparam
  96. obufa_1.bus_hold = "false",
  97. obufa_1.open_drain_output = "false",
  98. obufa_1.lpm_type = "cycloneive_io_obuf";
  99. cycloneive_io_obuf obufa_2
  100. (
  101. .i(wire_obufa_i[2:2]),
  102. .o(wire_obufa_o[2:2]),
  103. .obar(wire_obufa_obar[2:2]),
  104. .oe(wire_obufa_oe[2:2])
  105. `ifndef FORMAL_VERIFICATION
  106. // synopsys translate_off
  107. `endif
  108. ,
  109. .seriesterminationcontrol({16{1'b0}})
  110. `ifndef FORMAL_VERIFICATION
  111. // synopsys translate_on
  112. `endif
  113. // synopsys translate_off
  114. ,
  115. .devoe(1'b1)
  116. // synopsys translate_on
  117. );
  118. defparam
  119. obufa_2.bus_hold = "false",
  120. obufa_2.open_drain_output = "false",
  121. obufa_2.lpm_type = "cycloneive_io_obuf";
  122. cycloneive_io_obuf obufa_3
  123. (
  124. .i(wire_obufa_i[3:3]),
  125. .o(wire_obufa_o[3:3]),
  126. .obar(wire_obufa_obar[3:3]),
  127. .oe(wire_obufa_oe[3:3])
  128. `ifndef FORMAL_VERIFICATION
  129. // synopsys translate_off
  130. `endif
  131. ,
  132. .seriesterminationcontrol({16{1'b0}})
  133. `ifndef FORMAL_VERIFICATION
  134. // synopsys translate_on
  135. `endif
  136. // synopsys translate_off
  137. ,
  138. .devoe(1'b1)
  139. // synopsys translate_on
  140. );
  141. defparam
  142. obufa_3.bus_hold = "false",
  143. obufa_3.open_drain_output = "false",
  144. obufa_3.lpm_type = "cycloneive_io_obuf";
  145. assign
  146. wire_obufa_i = datain,
  147. wire_obufa_oe = oe_w;
  148. assign
  149. dataout = wire_obufa_o,
  150. dataout_b = wire_obufa_obar,
  151. oe_w = {4{1'b1}};
  152. endmodule //lvds_iobuf_out_fst
  153. //VALID FILE
  154. // synopsys translate_off
  155. `timescale 1 ps / 1 ps
  156. // synopsys translate_on
  157. module lvds (
  158. datain,
  159. dataout,
  160. dataout_b);
  161. input [3:0] datain;
  162. output [3:0] dataout;
  163. output [3:0] dataout_b;
  164. wire [3:0] sub_wire0;
  165. wire [3:0] sub_wire1;
  166. wire [3:0] dataout = sub_wire0[3:0];
  167. wire [3:0] dataout_b = sub_wire1[3:0];
  168. lvds_iobuf_out_fst lvds_iobuf_out_fst_component (
  169. .datain (datain),
  170. .dataout (sub_wire0),
  171. .dataout_b (sub_wire1));
  172. endmodule
  173. // ============================================================
  174. // CNX file retrieval info
  175. // ============================================================
  176. // Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone IV E"
  177. // Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
  178. // Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
  179. // Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone IV E"
  180. // Retrieval info: CONSTANT: enable_bus_hold STRING "FALSE"
  181. // Retrieval info: CONSTANT: left_shift_series_termination_control STRING "FALSE"
  182. // Retrieval info: CONSTANT: number_of_channels NUMERIC "4"
  183. // Retrieval info: CONSTANT: open_drain_output STRING "FALSE"
  184. // Retrieval info: CONSTANT: pseudo_differential_mode STRING "FALSE"
  185. // Retrieval info: CONSTANT: use_differential_mode STRING "TRUE"
  186. // Retrieval info: CONSTANT: use_oe STRING "FALSE"
  187. // Retrieval info: CONSTANT: use_termination_control STRING "FALSE"
  188. // Retrieval info: USED_PORT: datain 0 0 4 0 INPUT NODEFVAL "datain[3..0]"
  189. // Retrieval info: USED_PORT: dataout 0 0 4 0 OUTPUT NODEFVAL "dataout[3..0]"
  190. // Retrieval info: USED_PORT: dataout_b 0 0 4 0 OUTPUT NODEFVAL "dataout_b[3..0]"
  191. // Retrieval info: CONNECT: @datain 0 0 4 0 datain 0 0 4 0
  192. // Retrieval info: CONNECT: dataout 0 0 4 0 @dataout 0 0 4 0
  193. // Retrieval info: CONNECT: dataout_b 0 0 4 0 @dataout_b 0 0 4 0
  194. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds.v TRUE
  195. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds.inc FALSE
  196. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds.cmp FALSE
  197. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds.bsf FALSE
  198. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds_inst.v FALSE
  199. // Retrieval info: GEN_FILE: TYPE_NORMAL lvds_bb.v TRUE