Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. vlib work
  2.  
  3. vlog -timescale 1ns/1ns vga.v
  4.  
  5. vsim simulation
  6.  
  7.  
  8. log {/*}
  9. add wave {/*}
  10.  
  11. force {clock} 1 0, 0 5 -r 10
  12.  
  13. force {colour} 2#111
  14. force {reset_n} 1
  15.  
  16. force {data_in} 2#1110000
  17. force {load_x} 1
  18. run 30 ns
  19. force {load_x} 0
  20. run 30 ns
  21.  
  22. force {data_in} 2#0001111
  23. force {load_y} 1
  24. run 30 ns
  25. force {load_y} 0
  26. run 30 ns
  27.  
  28. run 300 ns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement