-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(interface): import bootstrap and font awesome properly #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A personal recommendation: configure your text-editor / IDE to add newlines at the end of files. Running Prettier also corrects to this formatting style. Maybe it's a good idea to have pre-commit hooks that run project wise linters and formatters.
Feel free to share your thoughts on this and correct the aforementioned. Once it's done, LGTM and it's approved 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* fix(interface): Import bootstrap and font awesome properly * Remove dependency to queque for ROB * Remove dependency to Queue for the prefetch unit * Remove dependency to Queue for the Decoder * Remove Queue * Removed basic blocks and labes unused clases * Separate ROB unit to a class and change the way is displayed * [WIP] Separate Reserve Stations logic to a class * [WIP] Separate Reserve Stations logic to a class * finished separate Reserve Stations logic to a class * better visualization * moved decoder and prefetcher logic to a class * moved jump predictor to a class and change visualization * Refactor functional unit * Refactor code structure and paths * Remove unused code and refactor code structure * fixed machines config * use instruction UUID instead of per unit reference * fix cell color * highlight current PC on VLIW machine * minor fixes * fix(interface): import bootstrap and font awesome properly (#81) * fix(interface): Import bootstrap and font awesome properly * fixes * Removed useless constructors * Finally, style * fixes * Removed clean on units and implemented a better instruction copy * Integrated Memory.ts Co-authored-by: oxcabe <[email protected]> * fix --------- Co-authored-by: oxcabe <[email protected]>
No description provided.