在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 2004|回复: 4

[求助] 请问怎么用liberty文件生成verilog文件?

[复制链接]
发表于 2022-4-28 11:35:10 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
似乎老版本library compiler可以用下面这个命令生成verilog
'write_lib -format verilog'
但2018版会报错说format只能选db
请问各位大佬verilog文件要怎么生成呢?想ptpx用
发表于 2022-4-28 14:39:27 | 显示全部楼层
如果你是缺db的话,lib可以生成db,用lc_shell  read_lib .lib  write_lib name -f db -o .db
 楼主| 发表于 2022-4-28 16:46:57 | 显示全部楼层


Lotusy 发表于 2022-4-28 14:39
如果你是缺db的话,lib可以生成db,用lc_shell  read_lib .lib  write_lib name -f db -o .db ...


db是有的,但是想生成verilog库。
发表于 2022-4-29 15:10:30 | 显示全部楼层
ncx:
Generating Verilog Files
Library Compiler generates a Verilog model from a .lib file and creates a cell.v Verilog file for each cell in the library. By default, Library Compiler creates the cell.v files in the user-defined library_name_verilog directory, under the current working directory. If the library_name_verilog directory already exists under the current working directory, the newly generated cell.v files overwrite the existing files in the directory, and Library Compiler issues a warning message.
Use the following commands to generate Verilog models:
1.To enable Verilog model generation, set the veriloglib_enable variable to true. By default, the variable is set to false, and a Verilog file is not generated.
set veriloglib_enable [true | false]
2.To create a Verilog file from a .lib file, run the write_lib command in lc_shell and specify the .lib library name as shown:
write_lib -format verilog library_name
 楼主| 发表于 2022-5-6 15:49:40 | 显示全部楼层


Lotusy 发表于 2022-4-29 15:10
ncx:
Generating Verilog Files
Library Compiler generates a Verilog model from a .lib file and creat ...


多谢回复,但我用的lc2018版本这样操作会报错
image.png
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

×

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-15 11:10 , Processed in 0.019741 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表