How to write a complete verilog including library cells content using Synopsys Fusion Compiler?

Status
Not open for further replies.

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?
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…