-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deploy to GitHub Pages manually
- Loading branch information
Showing
27 changed files
with
621 additions
and
3,496 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.