Skip to content

v0.6.5

Compare
Choose a tag to compare
@christiaanb christiaanb released this 17 Nov 14:16
· 4828 commits to master since this release
  • Fixes bugs:
    • Integer literals used as arguments not always properly annotated with their type.
    • Verilog: Name collision in verilog code #93
    • (System)Verilog: Integer literals missing "32'sd" prefix when used in assignments.
    • VHDL: Integer literals should only be capped to 32-bit when used in assignments.
    • Verilog: HO-primitives incorrect for nested vectors.