verilog strength equivalent in vhdl

S

saqman_1947

I have a top level in vhdl (top_vhdl) that instantiates two verilog
module (a_verilog and b_verilog). I need to pass a signal from
"a_verilog"to "b_verilog" throuhg "top_vhdl". Problem is that this
signal can have any of the verilog signal strength "pull0, pull1,
weak0, weak1" while vhdl translates "pull0 and weak0" to "L" and
"pull1 and weak1" to "H".
Anyone knows how to go around it ??
Thanks
 
R

Ralf Hildebrandt

I have a top level in vhdl (top_vhdl) that instantiates two verilog
module (a_verilog and b_verilog). I need to pass a signal from
"a_verilog"to "b_verilog" throuhg "top_vhdl". Problem is that this
signal can have any of the verilog signal strength "pull0, pull1,
weak0, weak1" while vhdl translates "pull0 and weak0" to "L" and
"pull1 and weak1" to "H".
Anyone knows how to go around it ??

What about a Verilog container around that two Verilog modules?

Ralf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top