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.

Encounter RC Compiler - synthesize to vhdl file

Status
Not open for further replies.

sambhav007

Junior Member level 1
Joined
Jan 3, 2007
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,403
Hi,

I am using Encounter RC compiler to synthesize my verilog/vhdl files into gate-level netlists, using a standard cell library.

However, the logic synthesis process only creates a synthesized .v file (output file)
Is it possible to generate a .vhd synthesized file using RTL compiler?

Thanks,
Sambhav
 

this is an analog IC design forum, why post here? Most synthesizers generate (structural) verilog since most place and route tool only accept verilog, you can always use import>verilog to generate a schematic to review the result
 
Last edited:

Sorry for posting in the wrong forum. How do i move it to the correct forum?

By the way, the problem arises when I need to simulate the synthesized design (with gate delays).
I have a vhdl design and testbench (vhdl). And since after synthesis i get a verilog file, i cannot simulate that file using my vhdl testbench.
 

RTL compiler can only write out a design or subdesign in Verilog.

---------- Post added at 16:17 ---------- Previous post was at 16:12 ----------

What are you using for simulation? I use NCSim. With NCLaunch its no problem to compile a Verilog design with a VHDL testbench and use them together.
 

Same for questa/modelsim, there is no problem mixing the two (you still need to read the manual on how to do it exactly)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top