clkdiv.vwf
上传用户:xuqufe
上传日期:2022-08-10
资源大小:2378k
文件大小:2k
源码类别:

VHDL/FPGA/Verilog

开发平台:

VHDL

  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) 1991-2007 Altera Corporation
  8. Your use of Altera Corporation's design tools, logic functions 
  9. and other software and tools, and its AMPP 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 Altera Program License 
  14. Subscription Agreement, Altera MegaCore Function License 
  15. Agreement, or other applicable license agreement, including, 
  16. without limitation, that your use is for the sole purpose of 
  17. programming logic devices manufactured by Altera and sold by 
  18. Altera or its authorized distributors.  Please refer to the 
  19. applicable agreement for further details.
  20. */
  21. HEADER
  22. {
  23. VERSION = 1;
  24. TIME_UNIT = ns;
  25. DATA_OFFSET = 0.0;
  26. DATA_DURATION = 1000000.0;
  27. SIMULATION_TIME = 0.0;
  28. GRID_PHASE = 0.0;
  29. GRID_PERIOD = 10.0;
  30. GRID_DUTY_CYCLE = 50;
  31. }
  32. SIGNAL("clkin")
  33. {
  34. VALUE_TYPE = NINE_LEVEL_BIT;
  35. SIGNAL_TYPE = SINGLE_BIT;
  36. WIDTH = 1;
  37. LSB_INDEX = -1;
  38. DIRECTION = INPUT;
  39. PARENT = "";
  40. }
  41. SIGNAL("clkout")
  42. {
  43. VALUE_TYPE = NINE_LEVEL_BIT;
  44. SIGNAL_TYPE = SINGLE_BIT;
  45. WIDTH = 1;
  46. LSB_INDEX = -1;
  47. DIRECTION = OUTPUT;
  48. PARENT = "";
  49. }
  50. TRANSITION_LIST("clkin")
  51. {
  52. NODE
  53. {
  54. REPEAT = 1;
  55. NODE
  56. {
  57. REPEAT = 50000;
  58. LEVEL 0 FOR 10.0;
  59. LEVEL 1 FOR 10.0;
  60. }
  61. }
  62. }
  63. TRANSITION_LIST("clkout")
  64. {
  65. NODE
  66. {
  67. REPEAT = 1;
  68. LEVEL X FOR 1000000.0;
  69. }
  70. }
  71. DISPLAY_LINE
  72. {
  73. CHANNEL = "clkin";
  74. EXPAND_STATUS = COLLAPSED;
  75. RADIX = Binary;
  76. TREE_INDEX = 0;
  77. TREE_LEVEL = 0;
  78. }
  79. DISPLAY_LINE
  80. {
  81. CHANNEL = "clkout";
  82. EXPAND_STATUS = COLLAPSED;
  83. RADIX = Binary;
  84. TREE_INDEX = 1;
  85. TREE_LEVEL = 0;
  86. }
  87. TIME_BAR
  88. {
  89. TIME = 12750;
  90. MASTER = TRUE;
  91. }
  92. ;