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 to write a complete verilog including library cells content using Synopsys Fusion Compiler?

unixdaemon

Newbie level 6
Joined
Feb 11, 2023
Messages
14
Helped
0
Reputation
0
Reaction score
1
Trophy points
1
Activity points
137
I have the x.nlib library directory with many HDL libraries linked there.

I can run the commands:
1. open_lib x.nlib
2. read_verilog my.v
3. write_verilog -include all -hierarchy all x.v

Library cells used in my.v that are present in HDL libraries do not appear in x.v, despite the "-include all -hierarchy all" flags.

How to make the Fusion Compiler to write all verilog for all cells, including ones that are referenced from the HDL libraries?
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top