Hello,
Below my problem:
1. I have schematic aaa.dsn with corresponding aaa.ael file:
As You can see the fourth parameter is NULL.
2.I export to iff file from schematic.
3.I import the same file and what I get in aaa.ael file:
The fourth parameter in create_item() is changed to 0 (previous NULL).
It is very important difference for verilog simulation.
Question:
What parameters shall I add/remove/change in iff file to get this ael file after import with correct previous parameter NULL (not zero)?
I tried to change every parameter in iff file but nothing works.
Thank You for help.
Below my problem:
1. I have schematic aaa.dsn with corresponding aaa.ael file:
As You can see the fourth parameter is NULL.
2.I export to iff file from schematic.
3.I import the same file and what I get in aaa.ael file:
The fourth parameter in create_item() is changed to 0 (previous NULL).
It is very important difference for verilog simulation.
Question:
What parameters shall I add/remove/change in iff file to get this ael file after import with correct previous parameter NULL (not zero)?
I tried to change every parameter in iff file but nothing works.
Thank You for help.