Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
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
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.