30个版本 (10个重大更新)
新 0.12.0 | 2024年8月21日 |
---|---|
0.11.1 | 2024年7月3日 |
0.8.1 | 2024年3月14日 |
0.5.6 | 2023年10月19日 |
0.5.5 | 2023年3月5日 |
#298 在 硬件支持
每月445 次下载
3MB
70K SLoC
Veryl是一种现代硬件描述语言。
该项目处于语言设计的探索阶段。如果您有任何想法,请打开 问题。
文档快速链接
概述
Veryl是一种基于SystemVerilog的硬件描述语言,提供以下优势
优化语法
Veryl采用针对逻辑设计优化的语法,同时基于SystemVerilog专家熟悉的基本语法。这种优化包括保证可综合性和确保仿真结果之间的一致性,并为常见习语提供许多语法简化。这种方法使学习变得容易,提高了设计过程的可靠性和效率,并促进了代码编写。
互操作性
考虑到与SystemVerilog的互操作性而设计,Veryl允许与现有的SystemVerilog组件和项目平滑集成和部分替换。此外,从Veryl转换的SystemVerilog源代码具有高可读性,使得集成和调试无缝进行。
生产力
Veryl附带了一套丰富的开发支持工具,包括软件包管理器、构建工具、与VSCode、Vim、Emacs等主要编辑器兼容的实时检查器、自动完成和自动格式化。这些工具加速了开发过程,显著提高了生产力。
具有这些功能,Veryl为设计师提供了强大的支持,使他们能够高效、高效地进行高质量的硬件设计。
示例
Veryl | SystemVerilog |
---|---|
|
|
安装
见 文档。
使用
// Create a new project
veryl new [project name]
// Create a new project in an existing directory
veryl init [path]
// Format the current project
veryl fmt
// Analyze the current project
veryl check
// Build target codes corresponding to the current project
veryl build
// Build the document corresponding to the current project
veryl doc
有关详细信息,请参阅 文档。
许可证
根据您的选择,许可协议为以下之一
- Apache许可证第2版 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确说明,否则根据Apache-2.0许可证定义,您提交的任何有意包含在作品中的贡献,应双重许可如上所述,不附加任何其他条款或条件。
依赖项
~26–39MB
~525K SLoC