-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLHD] Add extract field operations (#35)
* [LLHD] Add extract field operations * Add operations to statically and dynamically extract an element from a vector or tuple * They can also operate on signals by returning an alias signal to the specified element of the underlying type of the target signal, this means they don't perform any kind of probing like the llhd.prb instruction * Change names of operations, improve error message * llhd.extf -> llhd.extract_element * llhd.dextf -> llhd.dyn_extract_element * 2-space indent
- Loading branch information
Showing
3 changed files
with
491 additions
and
219 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.