Skip to content

Commit

Permalink
chore: deploy to GitHub Pages manually
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcabe committed Mar 14, 2024
1 parent a373d27 commit cfaeabd
Show file tree
Hide file tree
Showing 27 changed files with 621 additions and 3,496 deletions.
Empty file removed .nojekyll
Empty file.
Binary file added assets/fa-brands-400-3a8924cd.woff2
Binary file not shown.
Binary file added assets/fa-brands-400-5656d596.ttf
Binary file not shown.
Binary file added assets/fa-regular-400-2bccecf0.woff2
Binary file not shown.
Binary file added assets/fa-regular-400-5d02dc9b.ttf
Binary file not shown.
Binary file added assets/fa-solid-900-9fc85f3a.woff2
Binary file not shown.
Binary file added assets/fa-solid-900-fbbf06d7.ttf
Binary file not shown.
Binary file added assets/fa-v4compatibility-09663a36.ttf
Binary file not shown.
Binary file added assets/fa-v4compatibility-4d4a2d7f.woff2
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/index-11a5cba1.css

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions assets/index-fdf0fda4.js

Large diffs are not rendered by default.

60 changes: 0 additions & 60 deletions bundle.js

This file was deleted.

20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
<!doctype html><script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script><head><title>SIMDE</title><meta charset="UTF-8"><link href="main.6f688be2.css" rel="stylesheet"></head><body><div id="app"></div><script type="text/javascript" src="bundle.js"></script></body>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SIMDE</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<script type="module" crossorigin src="https://simde-ull.github.io/SIMDE/assets/index-fdf0fda4.js"></script>
<link rel="stylesheet" href="https://simde-ull.github.io/SIMDE/assets/index-11a5cba1.css">
</head>
<body>
<noscript>
<p>JavaScript is required to run this application.</p>
</noscript>
<div id="app"></div>


</html>
239 changes: 239 additions & 0 deletions locales/en-US/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
{
"fileBar": {
"file": {
"name": "File",
"load": "Load",
"downloadMemory": "Download Memory(JSON)",
"downloadContent": "Download content Memory - Registers",
"downloadCode": "Download Code",
"downloadStats": "Download stats events(JSON)"
},
"view": {
"name": "View",
"basicBlocks": "Basic blocks"
},
"config": {
"name": "Options",
"superescalar": "Configure Superescalar Machine",
"vliw": "Configure VLIW Machine",
"options": "Options",
"content": "Load content Memory - Registers"
},
"execute": {
"name": "Execute",
"init": "Start",
"pause": "Pause",
"stop": "Stop",
"back": "Back",
"forward": "Forward"
},
"experimentation": {
"name": "Experimentation",
"batch": "Batch Execution"
},
"help": {
"name": "Help",
"docs": "Docs",
"about": "About"
}
},
"accessBar": {
"cycle": "Cycle",
"speed": "Speed",
"superescalar": "Superescalar",
"memReg": "Memory - Registers",
"stats": "Stats",
"vliw": "VLIW"
},
"authorModal": {
"title": "About",
"originalAuthor": "Original author",
"newAuthor": "Adapted by",
"coAuthor": "Collaborators"
},
"loadModal": {
"title": "Load Code",
"load": "Load"
},
"loadContentModal": {
"title": "Load content Memory - Registers",
"load": "Load"
},
"intervalModal": {
"intervalMessage": "Select the elements that you would like to show. You can use numbers and intervals separated by commas. Ex: 1,4,6-8...",
"errors": {
"noEmptyInput": "Form field required",
"inputOutOfRange": "There is a value exceeding the maximum visible range",
"noInputNumber": "Only number fields are accepted"
}
},
"superescalarModal": {
"name": "Configuration",
"warning": "Al cambiar la configuración se reiniciará ejecución",
"latency": "Latency",
"quantity": "Quantity",
"Integer+": "Integer Sum",
"Integerx": "Integer Mult",
"Floating+": "Floating Sum",
"Floatingx": "Floating Mult",
"Memory": "Memory",
"Jump": "Jump",
"cacheFail": "Cache Fail",
"issue": "Issue",
"default": "Default Values"
},
"vliwModal": {
"name": "VLIW Configuration",
"warning": "Al cambiar la configuración se reiniciará ejecución",
"latency": "Latency",
"quantity": "Quantity",
"Integer+": "Integer Sum",
"Integerx": "Integer Mult",
"Floating+": "Floating Sum",
"Floatingx": "Floating Mult",
"Memory": "Memory",
"Jump": "Jump",
"cacheFail": "Cache Fail",
"issue": "Issue",
"default": "Default Values"
},
"optionsModal": {
"title": "Options",
"cacheFail": "% Cache fail"
},
"commonButtons": {
"close": "Close",
"save": "Save",
"accept": "Accept",
"launch": "Launch",
"uploadFromFile": "Upload Superescalar from file",
"uploadVliwFromFile": "Upload VLIW from file"
},
"Code": "Code",
"Jump table": "Jump table",
"Prefetch": "Prefetch",
"Decoder": "Decoder",
"Reserve Stations": "Reserve Stations",
"Integer +": "Integer Sum",
"Integer x": "Integer Mult",
"Floating +": "Floating Sum",
"Floating x": "Integer Mult",
"Memory": "Memory",
"Jump": "Jump",
"UF": "U. F.",
"+Entera": "Integer+",
"xEntera": "Integerx",
"+Flotante": "Floating+",
"xFlotante": "Floatingx",
"Mem": "Memory",
"JumpUF": "Jump",
"AluMem": "Alu Add.",
"ROB<->GPR": "ROB<->GPR",
"ROB<->FPR": "ROB<->FPR",
"reorderBuffer": {
"Inst": "Inst",
"Destiny": "Destiny",
"Value": "Value",
"A": "A",
"Stage": "Stage"
},
"Memoria": "Memory",
"Registros generales": "General Registers",
"Registros de punto flotante": "Floating point Registers",
"execution": {
"stopped": "Execution stopped at breakpoint",
"finished": "Execution finished",
"error": "There was an unexpected error during execution"
},
"batchModal": {
"title": "Batch Execution",
"replications": "Replications",
"cacheFailPercentage": "Cache fail percentage",
"cacheFailLatency": "Cache miss latency"
},
"batchResults": {
"title": "Batch Execution done",
"subtext": "Go to the stats tab to see the results",
"download": "Download stats events(JSON)"
},
"landingPage": {
"pagetitle": "SIMDEWeb",
"description": "More than a simulator...",
"read": "Read more",
"home": "Home",
"project": "Project",
"superescalar": "Superescalar",
"superescalar_description": "Simulate the operation of a superscalar machine executing your code step by step!",
"go": "Go",
"vliw": "VLIW",
"vliw_description": "Simulate the operation of a VLIW machine by executing your code step by step!",
"licency": "@Released under GPLv3 licency"

},
"projectPage": {
"pagetitle": "SIMDEWeb",
"home": "Home",
"project": "Project",
"watsimde": "What is SIMDEWeb?",
"simdedescription1": "SIMDE is a simulator to support the teaching of ILP architectures (Instructional level parallelism).",
"simdedescription2": "This simulator is a visual representation of a Superecalar machine execution and students can see how the instructions move through the multiple stages of the pipeline.",
"simdedescription3": "This makes it easier to learn concepts such as the Tomasulo algorithm and the purpose of structures such as the reorder buffer.",
"tecnology": "Tecnology",
"tecnologydescription": "SIMDE is developed with TypeScript, React, Redux, Sass and Webpack.",
"howtouse": "How to use?",
"howtousedescription": "Test and learn!",
"problems": "Problems?",
"problemsdescription": "You can check our documentation",
"licency": "@Released under GPLv3 licency"

},

"planificator": {
"IntegerAdd": "+Integer",
"IntegerMult": "xInteger",
"FloatAdd": "+Float",
"FloatMult": "xFloat",
"Memory": "Memory",
"Jump": "Jump"
},

"stats": {
"toolbox": {
"dataView": "Data View",
"close": "Close",
"refresh": "Refresh"
},
"units": {
"prefetch": "Prefetch",
"decode": "Decoder",
"rob": "ROB",
"fu0": "Integer + FU",
"fu1": "Integer x FU",
"fu2": "Float + FU",
"fu3": "Float x FU",
"fu4": "Memory FU",
"fu5": "Jump FU",
"rs0": "Integer + RS",
"rs1": "Integer x RS",
"rs2": "Float + RS",
"rs3": "Float x RS",
"rs4": "Memory RS",
"rs5": "Jump RS"
},
"statuses": {
"prefetchNumber": "Prefetching",
"decodeNumber": "Decoding",
"issueNumber": "Issuing",
"executeNumber": "Executing",
"writeBackNumber": "On Write Back",
"commitNumber": "Commiting"
},
"unitsUsage": "Units usage per cycle",
"instrStatuses": "Instructions statuses per cycle",
"cycles": "Cycles per iteration",
"commitDiscard": "Commited vs Discarded instructions",
"commited": "Commited",
"discarded": "Discarded",
"statusAverage": "Per instruction status average cycles"
}
}
59 changes: 51 additions & 8 deletions locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"fileBar": {
"file": {
"name": "File",
"load": "Load"
"load": "Load",
"downloadMemory": "Download Memory(JSON)",
"downloadContent": "Download content Memory - Registers",
"downloadCode": "Download Code",
"downloadStats": "Download stats events(JSON)"
},
"view": {
"name": "View",
Expand Down Expand Up @@ -38,6 +42,7 @@
"speed": "Speed",
"superescalar": "Superescalar",
"memReg": "Memory - Registers",
"stats": "Stats",
"vliw": "VLIW"
},
"authorModal": {
Expand Down Expand Up @@ -137,7 +142,8 @@
"Registros de punto flotante": "Floating point Registers",
"execution": {
"stopped": "Execution stopped at breakpoint",
"finished": "Execution finished"
"finished": "Execution finished",
"error": "There was an unexpected error during execution"
},
"batchModal": {
"title": "Batch Execution",
Expand All @@ -146,12 +152,9 @@
"cacheFailLatency": "Cache miss latency"
},
"batchResults": {
"title": "Batch Results",
"replications": "Replications",
"average": "Average cycles per execution",
"standardDeviation": "Standard Deviation",
"worst": "Worst case",
"best": "Best case"
"title": "Batch Execution done",
"subtext": "Go to the stats tab to see the results",
"download": "Download stats events(JSON)"
},
"landingPage": {
"pagetitle": "SIMDEWeb",
Expand Down Expand Up @@ -192,5 +195,45 @@
"FloatMult": "xFloat",
"Memory": "Memory",
"Jump": "Jump"
},

"stats": {
"toolbox": {
"dataView": "Data View",
"close": "Close",
"refresh": "Refresh"
},
"units": {
"prefetch": "Prefetch",
"decode": "Decoder",
"rob": "ROB",
"fu0": "Integer + FU",
"fu1": "Integer x FU",
"fu2": "Float + FU",
"fu3": "Float x FU",
"fu4": "Memory FU",
"fu5": "Jump FU",
"rs0": "Integer + RS",
"rs1": "Integer x RS",
"rs2": "Float + RS",
"rs3": "Float x RS",
"rs4": "Memory RS",
"rs5": "Jump RS"
},
"statuses": {
"prefetchNumber": "Prefetching",
"decodeNumber": "Decoding",
"issueNumber": "Issuing",
"executeNumber": "Executing",
"writeBackNumber": "On Write Back",
"commitNumber": "Commiting"
},
"unitsUsage": "Units usage per cycle",
"instrStatuses": "Instructions statuses per cycle",
"cycles": "Cycles per iteration",
"commitDiscard": "Commited vs Discarded instructions",
"commited": "Commited",
"discarded": "Discarded",
"statusAverage": "Per instruction status average cycles"
}
}
Loading

0 comments on commit cfaeabd

Please sign in to comment.