-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnesfpga.html
More file actions
187 lines (155 loc) · 9.08 KB
/
nesfpga.html
File metadata and controls
187 lines (155 loc) · 9.08 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title> NES FPGA - Sergio Morales' Projects</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="smora015, sergio, morales, university, of, california, riverside, ucr, shpe, cs, undergrad">
<meta name="description" content="Sergio Morales' undergraduate website for University of California, Riverside.">
<meta name="author" content="Sergio Morales">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="assets/plugins/github-activity/dist/github-activity-0.1.0.min.css">
<link rel="stylesheet" href="assets/plugins/github-activity/dist/octicons/octicons.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header id="header">
<a name="Top"></a>
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-right" role="banner">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown active">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Projects <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="ias.html">Integrated Appliance System</a></li>
<li class="active"><a href="nesfpga.html">NES-FPGA</a></li>
<li><a href="ucrcl.html">UCR Chatline</a></li>
</ul>
</li>
<li><a href="http://blog.sergiomorales.me/">Blog</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/.nav-->
</header><!--//header-->
<!-- ***Home Header*** -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<img class="profile-image img-responsive img-circle pull-left" width="200px" height="200px" src="docs/nesfpga/nesfpga_logo.PNG" alt="Sergio Morales" />
<div class="profile-content pull-left">
<h1 class="name">Creating an NES Emulator on an FPGA</h1>
<ul class="social list-inline">
<li><a href="http://www.linkedin.com/in/smoras"><i class="fa fa-linkedin"></i></a></li>
<li><a href="http://github.com/smora015"><i class="fa fa-github-alt"></i></a></li>
</ul>
</div><!--//profile-->
<!-- BUTTON <a class="btn btn-cta-primary pull-right" href="http://themes.3rdwavemedia.com/" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a> -->
</div><!--//col-->
</div><!--//row-->
</div><!--//container-->
</div><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-12 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<a name="061715"></a> <!-- Blog tag MMDDYY -->
<h2 class="heading text-center">Field Programmable Gate Arrays, Nintendo Entertainment System Emulation, and a Whole Lot of Frustration</h2>
<h5 class="text-right"> Wednesday, June 17, 2015</h5>
<div class="content">
<center>
<p>More details to be added soon, stay tuned! Meanwhile, check out the documentation:</p>
<p><a class="more-link" href="./docs/nesfpga/NESFPGA_Report.pdf" target="_blank"><i class="fa fa-external-link"> </i>View project report</a></p>
<p><a class="more-link" href="./docs/nesfpga/NESFPGA_Presentation.pdf" target="_blank"><i class="fa fa-external-link"></i>View presentation</a></p>
</center>
</div>
</div>
</section>
<section class="about section">
<div class="section-inner">
<!-- for multiple comments, http://stackoverflow.com/questions/4963505/several-disqus-threads-on-one-page -->
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'smoras'; // Required - Replace example with your forum shortname
var disqus_identifier = 'nesfpga';
var disqus_title = 'NES FPGA';
var disqus_url = 'http://sergiomorales.me/nesfpga.html';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
</div>
</div>
</div>
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
<div class="col-sm-8 col-md-8 text-right">
© Sergio Morales 2015. All rights reserved.
</div>
</div>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="assets/plugins/github-activity/dist/mustache/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/dist/github-activity-0.1.0.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62468511-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>