Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
config:generic [2025/05/27 18:11] – [Attributes] rajitconfig:generic [2025/05/27 18:12] (current) – [Attributes] rajit
Line 168: Line 168:
  
  
 +==== 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''