-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsemiconductor-ai_HTML.html
More file actions
104 lines (98 loc) · 3.59 KB
/
Copy pathsemiconductor-ai_HTML.html
File metadata and controls
104 lines (98 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI in Semiconductor Design</title>
</head>
<body class="AI-generated-page">
<nav class="fixed-top-bar">
<ul class="navbar">
<li class="nav-item">
<a class="nav-link" href="index_HTML.html">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio_HTML.html">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="qualifications_HTML.html">
<span>Skills</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service_HTML.html">
<span>Service</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="semiconductor-ai_HTML.html">
<span>Semiconductor + AI</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="javascript:;" onclick="" title="Change Theme">
<span><i class="fa fa-paint-brush" aria-hidden="true"></i></span>
</a>
</li>
</ul>
</nav>
<header class="AI-page-header">
<!-- Change this in style1 -->
<h1>The Impact of AI in Semiconductor Design</h1>
</header>
<section class="content">
<article>
<h2>AI in ASIC Design</h2>
<p>
Artificial Intelligence is revolutionizing ASIC design by automating
optimization, improving power efficiency, and accelerating
verification processes.
</p>
<a href="https://ieeexplore.ieee.org/document/10578447">Research</a>
<img
src="pictures/ai-design-optimizations.png"
alt="AI-driven circuit optimization visualization"
/>
</article>
<article>
<h2>AI in Functional and Formal Verification</h2>
<p>
Machine learning models help detect design flaws faster, reducing
development time and improving chip reliability.
</p>
<a href="https://semiengineering.com/ai-powered-verification/"
>Article</a
>
<img
src="pictures/Synopsys_AI_verification.webp"
alt="Graphical representation of AI analyzing semiconductor circuits"
/>
</article>
<article>
<h2>AI in Physical Verification</h2>
<p>
AI assists in layout design verification, ensuring manufacturability
while reducing errors in complex chip architectures.
</p>
<a
href="https://aws.amazon.com/blogs/industries/generative-ai-for-semiconductor-design/"
>Article</a
>
<img
src="pictures/gen-ai-use-cases-in-design-verification.png"
alt="AI-powered physical verification of semiconductor layout"
/>
</article>
</section>
<footer>
<textarea readonly>
Create a website using HTML + CSS that discusses the impact of AI in semiconductor design: in ASIC design and functional, formal, and physical verifications. The HTML included above describes the navigation bar framework for the website. Get creative with the design of the website and put the styling in another file named "style-2.css". When including images in the HTML, just provide a description of the picture in the "alt" portion of the img. Finally, provide a textbox in the bottom of the page that contains this prompt.
</textarea
>
</footer>
</body>
</html>