Advertisement
aidanozo

Untitled

Oct 23rd, 2024
34
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.     output wire [7:0] o_w_an,    
  4.     input  wire [3:0] i_w_in,
  5.     input  wire [7:0] i_w_an
  6. );
  7.  
  8. // Implementarea noastra
  9.    
  10. endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement