-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
real_type_t
as the data type for real
type signals
Currently a `vector_type_t` with the base type set to `IVL_VT_REAL` is used as the data type for real type signals. But there is also the `real_type_t` data type, which is used as the data type for function return types and class properties. Move signals also over to using `real_type_t`. This ensures consistent behavior between all sorts of constructs with a data type, makes sure that `vector_type_t` is only used for vector types. It also allows to eventually differentiate between `real` and `shortreal` at the elaboration stage. Currently this information is discarded by the parser. Signed-off-by: Lars-Peter Clausen <[email protected]>
- Loading branch information
1 parent
4d0f005
commit 1bf568d
Showing
4 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters