Skip to content

Commit 5a8efc7

Browse files
Adjust priorities
1 parent f01ab44 commit 5a8efc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/2_making_models.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
" component_name: str | list[str] = 'TernaryMAC'\n",
7373
" \"\"\" Name of the component. Must be a string or list/tuple of strings. \"\"\"\n",
7474
"\n",
75-
" priority = 0.8\n",
75+
" priority = 0.3\n",
7676
" \"\"\"\n",
7777
" Priority determines which model is used when multiple models are available for a\n",
7878
" given component. Higher priority models are used first. Must be a number between 0\n",
@@ -163,7 +163,7 @@
163163
" \"\"\"\n",
164164
"\n",
165165
" component_name = [\"DRAM\", \"dram\"]\n",
166-
" priority = 0.8\n",
166+
" priority = 0.3\n",
167167
"\n",
168168
" def __init__(self):\n",
169169
" super().__init__(area=100e-3, leak_power=1e-3)\n",
@@ -252,7 +252,7 @@
252252
" adder: The adder that adds the increment value to the current address.\n",
253253
" \"\"\"\n",
254254
" component_name = [\"smart_buffer_sram\", \"smartbuffer_sram\", \"smartbuffersram\"]\n",
255-
" priority = 0.5\n",
255+
" priority = 0.3\n",
256256
"\n",
257257
" def __init__(\n",
258258
" self,\n",

0 commit comments

Comments
 (0)