Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi Mark,
--- Quote Start --- Is it possible to access I/O pins from a subordinate Verilog block, or does all I/O have to de done at the top level ? --- Quote End --- In simulation you can access signals anywhere within the design. However, for synthesis, the signals that route to pins have to be part of the top-level entity. However, with SignalTap II (Altera's logic analyzer) you can probe pretty much any signal within the design. For example, you can use Modelsim for design and simulation, and then SignalTap II to confirm your logic in hardware. Cheers, Dave