Advertisement
aidanozo

Untitled

Oct 23rd, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module led7(
  2.     output wire [6:0] o_w_7seg,    
  3.     input  wire [3:0] i_w_in
  4. );
  5.  
  6.     // Implementarea noastra
  7.    
  8. endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement