Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange Lookup Configuration #218

Open
DavePearce opened this issue Jul 4, 2024 · 1 comment
Open

Strange Lookup Configuration #218

DavePearce opened this issue Jul 4, 2024 · 1 comment

Comments

@DavePearce
Copy link
Collaborator

The following seems somewhat non-sensical to me:

(module m1)
(defcolumns X Y Z)
(definterleaved (A) (X Y))
(deflookup l1 (X Y) (A Z))

Here, column A has a length multiplier of 2 whilst Z has a multiplier of 1. Therefore, it seems odd to me that we can pair them together for a lookup in this way.

@powerslider
Copy link
Contributor

@DavePearce this lookup can make sense, but I don't think we have lookups of this kind anywhere.
cc: @OlivierBBB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants