3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

verilog: support for time scale delay values

This commit is contained in:
Zachary Snow 2022-02-11 22:57:31 +01:00 committed by Zachary Snow
parent 68c67c40ec
commit 15a4e900b2
4 changed files with 42 additions and 4 deletions

View file

@ -10,6 +10,7 @@ Yosys 0.14 .. Yosys 0.14-dev
reversed dimensions
- Fixed elaboration of dynamic range assignments where the vector is
reversed or is not zero-indexed
- Added frontend support for time scale delay values (e.g., `#1ns`)
* SystemVerilog
- Added support for accessing whole sub-structures in expressions