Skip to content

Yosys 0.15

Compare
Choose a tag to compare
@mmicko mmicko released this 04 Mar 10:52

Yosys 0.14 .. Yosys 0.15

  • Various

    • clk2fflogic: nice names for autogenerated signals
    • simulation include support for all flip-flop types.
    • Added AIGER witness file co-simulation.
  • Verilog

    • Fixed evaluation of constant functions with variables or arguments with
      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
  • New commands and options

    • Added glift command, used to create gate-level information flow tracking
      (GLIFT) models by the "constructive mapping" approach
  • Verific support

    • Ability to override default parser mode for verific -f command.