" - Provide some tools for state of the art CA research\n",
" \n",
"- Focus on gem5\n",
" - most widely used Simulator in CA-Research\n",
" - Lot's of Publications\n",
" \n",
"- Exercise sessions are for you\n",
" - Please participate and ask questions"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"# gem5 Developers\n",
"\n",
"\n",
"Developed by a wide Range of Industrial and Academic Institutions\n",
"\n",
""
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
" # gem5 Basics\n",
" \n",
" 1. gem5's components can be rearranged, parameterized, extended or replaced easily to suit your needs.\n",
" 2. It simulates the passing of time as a series of discrete events.\n",
" 3. Its intended use is to simulate one or more computer systems in various ways.\n",
" 4. It's more than just a simulator; it's a simulator platform that lets you use as many of its premade components as you want to build up your own simulation system."