SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

Implement Drag & Drop functionality for VLIW Code and Table components #51

Closed oxcabe closed 2 years ago

oxcabe commented 2 years ago

This should allow to move items from the Code component to the Table component in order to assign them in a correspondent Functional Unit.

This article on how to implement react-dnd might come in handy.

oxcabe commented 2 years ago

Closing since https://github.com/etsiiull/SIMDE/issues/36 exists.