Advertisement
Benny1994

verilog testbench error

Sep 10th, 2023
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. `timescale 1ns/1ps
  2.     module buttontoled_tb(i_sw,o_led);
  3.      
  4.    
  5.         i_sw = ~i_sw;
  6.         #10
  7.        
  8.        
  9.     endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement