Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
45 stars 12 forks source link

Add slice & concat operators to query language #41

Open Ben1152000 opened 2 years ago

Ben1152000 commented 2 years ago

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

masfiyan commented 1 year ago

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 commented 4 months ago

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)