Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:runtime [2025/05/27 18:11] – [Attributes] rajitconfig:runtime [2025/05/27 18:12] (current) – [Verilog global signal prefix] rajit
Line 93: Line 93:
 </code> </code>
  
-===== Verilog global signal prefix ===== 
- 
-Since ACT can refer to global signals, this functionality may be needed when converting ACT files into Verilog netlists. Different systems may have different ways that a user can access signals  starting from the top-level in Verilog.  
- 
-<code> 
-begin act 
-  string global_signal_prefix "top." 
-end 
-</code> 
- 
-This specifies that a global signal ''foo'' can be accessed from Verilog using ''top.foo''