unixdaemon
Newbie level 6
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?
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?