can tasks instantiate modules

  • Thread starter parag_paul@hotmail.com
  • Start date
P

parag_paul@hotmail.com

Guest
hi all,
IN verilog, can we instantiate modules from tasks and functinos
 
On Wed, 14 Nov 2007 18:38:14 -0000,
"parag_paul@hotmail.com" wrote:

IN verilog, can we instantiate modules from tasks and functinos
No. What do you have in mind when you say this? It makes
no sense to me.
--
Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services

Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@MYCOMPANY.com
http://www.MYCOMPANY.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
 
On Nov 14, 11:17 am, Jonathan Bromley <jonathan.brom...@MYCOMPANY.com>
wrote:
On Wed, 14 Nov 2007 18:38:14 -0000,

"parag_p...@hotmail.com" wrote:
IN verilog, can we instantiate modules from tasks and functinos

No. What do you have in mind when you say this? It makes
no sense to me.
--
Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services

Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.brom...@MYCOMPANY.comhttp://www.MYCOMPANY.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
Sorry, I was just looking at some possible scenarios, I am trying to
implement some internal routines, where something like the one above
could kill me


But on the fly dynamic TB instantiation should be possible isnt it
 
On Wed, 14 Nov 2007 19:41:58 -0000,
<parag_paul@hotmail.com> wrote:

But on the fly dynamic TB instantiation should be possible isnt it
Only if you use SystemVerilog classes to implement the TB.
You absolutely CANNOT create module instances dynamically.
--
Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services

Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@MYCOMPANY.com
http://www.MYCOMPANY.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
 

Welcome to EDABoard.com

Sponsor

Back
Top