3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 03:31:24 +00:00

Add an index

This commit is contained in:
Eddie Hung 2019-09-19 20:04:44 -07:00
parent 1602516a8b
commit 8a94ce7aa5
2 changed files with 3 additions and 0 deletions

View file

@ -189,6 +189,7 @@ match add
index <SigBit> port(add, AB)[0] === sigH[0]
filter GetSize(port(add, AB)) <= GetSize(sigH)
filter port(add, AB) == sigH.extract(0, GetSize(port(add, AB)))
filter nusers(sigH.extract_end(GetSize(port(add, AB)))) <= 1
set addAB AB
optional
endmatch