mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 06:50:09 +00:00
sv: support wand and wor of data types
This enables the usage of declarations of wand or wor with a base type of logic, integer, or a typename. Note that declarations of nets with 2-state base types is still permitted, in violation of the spec.
This commit is contained in:
parent
6b7267b849
commit
d6fe6d4fb6
4 changed files with 53 additions and 10 deletions
|
@ -56,7 +56,7 @@ Yosys 0.9 .. Yosys 0.9-dev
|
|||
- Added "portlist" command
|
||||
- Added "check -mapped"
|
||||
- Added "check -allow-tbuf"
|
||||
- Added "autoname" pass
|
||||
- Added "autoname" pass
|
||||
- Added "write_verilog -extmem"
|
||||
- Added "opt_mem" pass
|
||||
- Added "scratchpad" pass
|
||||
|
@ -94,6 +94,7 @@ Yosys 0.9 .. Yosys 0.9-dev
|
|||
- Added support for parsing the 'bind' construct
|
||||
- support declaration in procedural for initialization
|
||||
- support declaration in generate for initialization
|
||||
- Support wand and wor of data types
|
||||
|
||||
* Verific support
|
||||
- Added "verific -L"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue