|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Hi all,
I'm trying to generate a "Name Mapping File" for primetime px, starting from a sldb description of "DW_ram_rw_s_dff.v". For normal design with verilog source I don't have any problems but if I use a sldb description (dw_foundation.sldb), design compiler generate an empty "Name Mapping File".
For the simulation I used the verilog code provided by synopsys.
This is my piece of code to generate the Name Mapping File:
- saif_map -start
- ...
- sh vcd2saif -input ../sim/rtlvcd.dump -output ./rtlvcd.saif
- saif_map -review -create_map -source_instance test/u0 -input ./rtlvcd.saif
- saif_map -report
- saif_map -write_map ./aes_cipher_ptpxmap.tcl -type ptpx
复制代码
I attach my full script and the log.
syn.tcl.doc
tim_rtlvcd.tcl.doc
log_syn.doc
Do you have any idea how to solve the problem?
The presence of "Name Mapping File" affects a lot on the estimate of consumption?
Thanks for your help! |
|