Advertisement
aidanozo

Untitled

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