Update static/asic-design-code-generator.html
Browse files
static/asic-design-code-generator.html
CHANGED
|
@@ -155,7 +155,7 @@
|
|
| 155 |
<div class="card-body">
|
| 156 |
<div class="mb-3">
|
| 157 |
<label for="description" class="form-label">Description:</label>
|
| 158 |
-
|
| 159 |
</div>
|
| 160 |
<div class="mb-3">
|
| 161 |
<label for="target-language" class="form-label">Target Language:</label>
|
|
@@ -181,7 +181,7 @@
|
|
| 181 |
<i class='bx bx-code-alt'></i> Generated Code
|
| 182 |
</div>
|
| 183 |
<div class="card-body">
|
| 184 |
-
<
|
| 185 |
<button class="btn btn-success">
|
| 186 |
<i class='bx bx-edit'></i> Refine Code
|
| 187 |
</button>
|
|
@@ -198,7 +198,7 @@
|
|
| 198 |
<i class='bx bx-wrench'></i> Optimization & Linting
|
| 199 |
</div>
|
| 200 |
<div class="card-body">
|
| 201 |
-
<button class="btn btn-warning">
|
| 202 |
<i class='bx bx-cog'></i> Get Optimization
|
| 203 |
</button>
|
| 204 |
<p id="optimization-output">Optimization suggestions will appear here.</p>
|
|
@@ -215,7 +215,7 @@
|
|
| 215 |
<i class='bx bx-bug'></i> Failure Modes & Test Benches
|
| 216 |
</div>
|
| 217 |
<div class="card-body">
|
| 218 |
-
<button class="btn btn-info">
|
| 219 |
<i class='bx bx-test-tube'></i> Generate Test Bench
|
| 220 |
</button>
|
| 221 |
<p id="test-bench-output">Test bench suggestions will appear here.</p>
|
|
|
|
| 155 |
<div class="card-body">
|
| 156 |
<div class="mb-3">
|
| 157 |
<label for="description" class="form-label">Description:</label>
|
| 158 |
+
<textarea class="form-control" id="description" rows="3" placeholder="Provide a brief description of your ASIC design" style="width:96%"></textarea>
|
| 159 |
</div>
|
| 160 |
<div class="mb-3">
|
| 161 |
<label for="target-language" class="form-label">Target Language:</label>
|
|
|
|
| 181 |
<i class='bx bx-code-alt'></i> Generated Code
|
| 182 |
</div>
|
| 183 |
<div class="card-body">
|
| 184 |
+
<div id="divGenerated">// Generated code will appear here</div>
|
| 185 |
<button class="btn btn-success">
|
| 186 |
<i class='bx bx-edit'></i> Refine Code
|
| 187 |
</button>
|
|
|
|
| 198 |
<i class='bx bx-wrench'></i> Optimization & Linting
|
| 199 |
</div>
|
| 200 |
<div class="card-body">
|
| 201 |
+
<button class="btn btn-warning btn-optimize">
|
| 202 |
<i class='bx bx-cog'></i> Get Optimization
|
| 203 |
</button>
|
| 204 |
<p id="optimization-output">Optimization suggestions will appear here.</p>
|
|
|
|
| 215 |
<i class='bx bx-bug'></i> Failure Modes & Test Benches
|
| 216 |
</div>
|
| 217 |
<div class="card-body">
|
| 218 |
+
<button class="btn btn-info btn-test-bench">
|
| 219 |
<i class='bx bx-test-tube'></i> Generate Test Bench
|
| 220 |
</button>
|
| 221 |
<p id="test-bench-output">Test bench suggestions will appear here.</p>
|