-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove most
'length
/'range
constructs in Clash_Sized_Vector.json
Referencing `'length` and `'range' might cause problems when dealing with 'empty' vectors, such as a vector of units. Thus, this commit removes references to it, except in cases where it is used on ~RESULT, as we assume that a function result is not empty (as it should have been removed by Clash). This commit only affects VHDL, as we do not use these constructs for Verilog.
- Loading branch information
1 parent
09c550f
commit 0dfe342
Showing
1 changed file
with
6 additions
and
6 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