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

Add slice & concat operators to query language #41

Open
Ben1152000 opened this issue Jun 20, 2022 · 2 comments
Open

Add slice & concat operators to query language #41

Ben1152000 opened this issue Jun 20, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers query language Related to improving the query language

Comments

@Ben1152000
Copy link
Owner

slice: wire[a:b]
concat: wire1 # wire2

@Ben1152000 Ben1152000 added enhancement New feature or request query language Related to improving the query language good first issue Good for newcomers labels Jun 20, 2022
@Ben1152000 Ben1152000 added this to the Fix before 1.0 release milestone Sep 20, 2022
@masfiyan
Copy link

masfiyan commented Mar 4, 2023

Hello Ben! I'm interested in contributing to this issue. Could you please let me know the specific file and line where the issue mentioned in this thread (#41) is located? It would be very helpful for me to start working on a solution. Thank you!

@karimali03
Copy link

karimali03 commented Feb 12, 2024

Hello, I'm Karim
I want to ask about concat , what is the definition of it ?
for ex: [wire1 # wire2 ] data of wire1 at time 0 is 4 (100) , data of wire2 at time 0 is 3 (11)
the result will be considered from binary or decimal repr. (43) or (10011) -> (19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers query language Related to improving the query language
Projects
None yet
Development

No branches or pull requests

3 participants