Skip to content

Commit

Permalink
enum_struct_union_packed_var_group and packed_array_var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Dec 3, 2023
1 parent 9118dc8 commit 907de82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode:cmake -*-
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)

project(UHDM VERSION 1.80)
project(UHDM VERSION 1.81)

# Detect build type, fallback to release and throw a warning if use didn't
# specify any
Expand Down
3 changes: 2 additions & 1 deletion model/enum_struct_union_packed_var_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
- obj_ref: struct_var
- obj_ref: union_var
- obj_ref: packed_array_var

# Non-standard, packed_array_var can have a logic_var as an element, it simplifies synlig code to handle packed array of logic array (Which should be logic var with multi-dimentional ranges per standard)
- obj_ref: logic_var

0 comments on commit 907de82

Please sign in to comment.