Advertisement
aidanozo

Untitled

Oct 16th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module my_module;
  2.     `define MY_NUMBER 10  // Definirea în interiorul modulului
  3.  
  4.     initial begin
  5.         $display(`MY_NUMBER);  // Afișează 10
  6.     end
  7. endmodule
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement