![]() |
|
|
|||||||
![]() |
VHDL - I like this access type example |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
It doesn't really do a whole lot.
entity e is end; architecture a of e is type ptr; type ptr is access ptr; begin process variable p : ptr; variable top : ptr; begin top := new ptr; p := top; for i in 1 to 100 loop p.all := new ptr; p := p.all; end loop; wait; end process; end; James Unterburger |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I cant access the MCP site | T3M4N | MCTS | 1 | 03-18-2008 06:21 PM |
| Pix 515E Access List issue | ally0000 | Hardware | 3 | 02-15-2008 01:34 PM |
| How To Access HTML elements in code behind??? | nedums_b | Software | 1 | 02-07-2008 07:15 PM |
| Pix 515E Access ist issue | ally0000 | Hardware | 0 | 01-12-2008 10:09 AM |
| Cannot access one URL | Elke | General Help Related Topics | 1 | 12-02-2006 11:36 AM |