Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How can I convert .db to .v

Status
Not open for further replies.

alerta

Newbie level 4
Joined
Jul 25, 2005
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,339
When I used verdi to open a netlist .v,there is a lot of errors
i think maybe it's the problem that i didn't use the library
but i use the .db library,the problem still exist
so i want to covert the library .db to .v
how can i do this?
thanks
 

use DC and load the DB and then try to write out a netlist.. hope this works out

Regards
Shankar
 

You need the std-cell information, I think.
 

Hi,

i want to covert the library .db to .v


Say "test" is the name of your library and then load the below two commands in to your DC :

read_db test.db
write -format verilog -out test

Regards,
dcreddy
 

But you need,org all db about it
TRY
read test.db
write -format verilog -out test.v
 

I think ur problem is not to convert .db to .v
but to access ur .db library in a proper way
check ur target library command
 

hi,all
when i input
"read test.db
write -format verilog -out test.v "
in my DC command line,it doesn't work,and an error appears:
current design is not defined.
DC realize ur test.db a library file ,but not a design.
How to convert it ,pls tell me.

Thanks in advance.
sevid
 

after reading your all hdl files,
you should use "current_design" command to set your top module.

current_design your_top_module
 

Hi,

I think DC cont give the library information in verilog format.
I think if u try using the librariy compiler for the above requirement but i am not sure about that.

Regards.
Ramesh.S
 

hi, alerta
With the help of VSS,as far as i know,u can convert ur .db library file,used when u synthesizing ur design,to .hdl library file for ur simulation.
So justifiably,i think u can translate ur .db into .v with the help of VCS.
Regards
sevid
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top