| Author |
Message |
r_p_sanna
Joined: 18 Oct 2004 Posts: 69
|
19 Mar 2006 18:38 creating pointers in verilog |
|
|
|
|
Hi,
is there a way i can create pointers or linked lists in verilog? i think vhdl allows creating a record which i believe is an equivalent of pointers in C. inputs are welcome.
|
|
| Back to top |
|
 |
stevepre
Joined: 10 May 2001 Posts: 92
|
20 Mar 2006 9:57 Re: creating pointers in verilog |
|
|
|
|
vhdl's record is not a pointer. It is just a data structure which combines other type of data types into one.
no. verilog does not provide this kind of ability, unless you are using system verilog.
|
|
| Back to top |
|
 |
Google AdSense

|
20 Mar 2006 9:57 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
yaseen1
Joined: 20 May 2006 Posts: 49
|
31 Jan 2007 23:00 Re: creating pointers in verilog |
|
|
|
|
| It is not possible to create linked lists in verilog .
|
|
| Back to top |
|
 |
aji_vlsi
Joined: 10 Sep 2004 Posts: 640 Helped: 72 Location: Bangalore, India
|
01 Feb 2007 5:36 Re: creating pointers in verilog |
|
|
|
|
| yaseen1 wrote: |
| It is not possible to create linked lists in verilog . |
Well, you *can* model linked list, though it is a nice 2-month internship project maybe. Agreed it is easier with VHDL and even more with SV.
Ajeetha, CVC
www.noveldv.com
|
|
| Back to top |
|
 |