Stefan Schuermans commited on 2012-04-08 11:54:40
Showing 77 changed files, with 426 additions and 0 deletions.
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+/* MIPS I system |
|
2 |
+ * Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> |
|
3 |
+ * Copyleft GNU public license V2 or later |
|
4 |
+ * http://www.gnu.org/copyleft/gpl.html |
|
5 |
+ */ |
|
6 |
+ |
|
1 | 7 |
/* flpDistriR25S - flexipix distributor for pixels round 25mm with switch |
2 | 8 |
* version 1.0.0 date 2011-06-12 |
3 | 9 |
* created by Stefan Schuermans <stefan@schuermans.info> |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+/* MIPS I system |
|
2 |
+ * Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> |
|
3 |
+ * Copyleft GNU public license V2 or later |
|
4 |
+ * http://www.gnu.org/copyleft/gpl.html |
|
5 |
+ */ |
|
6 |
+ |
|
1 | 7 |
#include "random.h" |
2 | 8 |
|
3 | 9 |
// FIXME: this random number generator is most likely not very good |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
#! /bin/bash |
2 | 2 |
|
3 |
+# MIPS I system |
|
4 |
+# Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> |
|
5 |
+# Copyleft GNU public license V2 or later |
|
6 |
+# http://www.gnu.org/copyleft/gpl.html |
|
7 |
+ |
|
3 | 8 |
cd "$(dirname "$0")" |
4 | 9 |
|
5 | 10 |
DATA2MEM="/opt/Xilinx/13.4/ISE_DS/ISE/bin/lin64/data2mem" |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
#! /bin/bash |
2 | 2 |
|
3 |
+# MIPS I system |
|
4 |
+# Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> |
|
5 |
+# Copyleft GNU public license V2 or later |
|
6 |
+# http://www.gnu.org/copyleft/gpl.html |
|
7 |
+ |
|
3 | 8 |
cd "$(dirname "$0")" |
4 | 9 |
|
5 | 10 |
DATA2MEM="/opt/Xilinx/13.4/ISE_DS/ISE/bin/lin64/data2mem" |