This implements dragging and dropping instructions from the code component into the VLIW table component, ensuring it matches the corresponding functional unit.
Some improvements can be made:
Show basic blocks through coloring the VLIW table slots.
Drag & Drop VLIW operations within the same table.
Displaying informative notifications when trying to modify operations in the middle of execution, or when the functional unit would not accept the operation.
Removing instructions by dragging and dropping out of the table.
Closes https://github.com/etsiiull/SIMDE/issues/36.
This implements dragging and dropping instructions from the code component into the VLIW table component, ensuring it matches the corresponding functional unit.
Some improvements can be made: