Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-famicom-multicart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-15 11:00:01 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-15 11:00:01 +0300
commit78e356c0b29f72675d7b98b520dea175adaf0478 (patch)
tree80afd39c2a06786af1018eb4c49b597d92d2aab9
parenta4f2c73e3aaf1956c714b6ac7e8a3199a1060564 (diff)
Moving to subdirectory2.x
-rw-r--r--CoolGirl_rev2.x/CoolGirl.qpf (renamed from CoolGirl.qpf)0
-rw-r--r--CoolGirl_rev2.x/CoolGirl.qsf (renamed from CoolGirl.qsf)4
-rw-r--r--CoolGirl_rev2.x/CoolGirl.v (renamed from CoolGirl.v)4
-rw-r--r--CoolGirl_rev2.x/board/BoardOutline.gbr (renamed from board/BoardOutline.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/Bottom.gbr (renamed from board/Bottom.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/BottomMask.gbr (renamed from board/BottomMask.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/BottomSilk.gbr (renamed from board/BottomSilk.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/Through.drl (renamed from board/Through.drl)0
-rw-r--r--CoolGirl_rev2.x/board/Top.gbr (renamed from board/Top.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/TopMask.gbr (renamed from board/TopMask.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/TopSilk.gbr (renamed from board/TopSilk.gbr)0
-rw-r--r--CoolGirl_rev2.x/board/coolgirl.dip (renamed from board/coolgirl.dip)bin479750 -> 479750 bytes
-rw-r--r--CoolGirl_rev2.x/schematics/components.txt (renamed from schematics/components.txt)0
-rw-r--r--CoolGirl_rev2.x/schematics/coolgirl.dch (renamed from schematics/coolgirl.dch)bin313376 -> 313376 bytes
-rw-r--r--CoolGirl_rev2.x/schematics/coolgirl.png (renamed from schematics/coolgirl.png)bin276298 -> 276298 bytes
15 files changed, 4 insertions, 4 deletions
diff --git a/CoolGirl.qpf b/CoolGirl_rev2.x/CoolGirl.qpf
index 11d815a..11d815a 100644
--- a/CoolGirl.qpf
+++ b/CoolGirl_rev2.x/CoolGirl.qpf
diff --git a/CoolGirl.qsf b/CoolGirl_rev2.x/CoolGirl.qsf
index a1751bd..d672e83 100644
--- a/CoolGirl.qsf
+++ b/CoolGirl_rev2.x/CoolGirl.qsf
@@ -152,5 +152,5 @@ set_instance_assignment -name IO_STANDARD "3.3-V PCI" -to ppu_ciram_ce
set_instance_assignment -name IO_STANDARD "3.3-V PCI" -to ppu_not_a13_out
set_global_assignment -name VERILOG_INCLUDE_FILE CoolGirl_mappers.vh
set_global_assignment -name VERILOG_INCLUDE_FILE CoolGirl_config.vh
-set_global_assignment -name VERILOG_FILE CoolGirl.v
-set_global_assignment -name CDF_FILE CoolGirl.cdf \ No newline at end of file
+set_global_assignment -name VERILOG_FILE ../CoolGirl.v
+set_global_assignment -name CDF_FILE ../CoolGirl.cdf \ No newline at end of file
diff --git a/CoolGirl.v b/CoolGirl_rev2.x/CoolGirl.v
index 1a0c638..088d7df 100644
--- a/CoolGirl.v
+++ b/CoolGirl_rev2.x/CoolGirl.v
@@ -3,7 +3,7 @@
*/
module CoolGirl # (
- `include "CoolGirl_config.vh"
+ `include "../CoolGirl_config.vh"
)
(
input m2,
@@ -83,6 +83,6 @@ module CoolGirl # (
end
end
-`include "CoolGirl_mappers.vh"
+`include "../CoolGirl_mappers.vh"
endmodule
diff --git a/board/BoardOutline.gbr b/CoolGirl_rev2.x/board/BoardOutline.gbr
index 5993f66..5993f66 100644
--- a/board/BoardOutline.gbr
+++ b/CoolGirl_rev2.x/board/BoardOutline.gbr
diff --git a/board/Bottom.gbr b/CoolGirl_rev2.x/board/Bottom.gbr
index 7e6f83e..7e6f83e 100644
--- a/board/Bottom.gbr
+++ b/CoolGirl_rev2.x/board/Bottom.gbr
diff --git a/board/BottomMask.gbr b/CoolGirl_rev2.x/board/BottomMask.gbr
index fe72615..fe72615 100644
--- a/board/BottomMask.gbr
+++ b/CoolGirl_rev2.x/board/BottomMask.gbr
diff --git a/board/BottomSilk.gbr b/CoolGirl_rev2.x/board/BottomSilk.gbr
index bf61680..bf61680 100644
--- a/board/BottomSilk.gbr
+++ b/CoolGirl_rev2.x/board/BottomSilk.gbr
diff --git a/board/Through.drl b/CoolGirl_rev2.x/board/Through.drl
index 10aa386..10aa386 100644
--- a/board/Through.drl
+++ b/CoolGirl_rev2.x/board/Through.drl
diff --git a/board/Top.gbr b/CoolGirl_rev2.x/board/Top.gbr
index 2f35307..2f35307 100644
--- a/board/Top.gbr
+++ b/CoolGirl_rev2.x/board/Top.gbr
diff --git a/board/TopMask.gbr b/CoolGirl_rev2.x/board/TopMask.gbr
index 823d816..823d816 100644
--- a/board/TopMask.gbr
+++ b/CoolGirl_rev2.x/board/TopMask.gbr
diff --git a/board/TopSilk.gbr b/CoolGirl_rev2.x/board/TopSilk.gbr
index 005f552..005f552 100644
--- a/board/TopSilk.gbr
+++ b/CoolGirl_rev2.x/board/TopSilk.gbr
diff --git a/board/coolgirl.dip b/CoolGirl_rev2.x/board/coolgirl.dip
index 654ffe6..654ffe6 100644
--- a/board/coolgirl.dip
+++ b/CoolGirl_rev2.x/board/coolgirl.dip
Binary files differ
diff --git a/schematics/components.txt b/CoolGirl_rev2.x/schematics/components.txt
index 5a00989..5a00989 100644
--- a/schematics/components.txt
+++ b/CoolGirl_rev2.x/schematics/components.txt
diff --git a/schematics/coolgirl.dch b/CoolGirl_rev2.x/schematics/coolgirl.dch
index bb1826e..bb1826e 100644
--- a/schematics/coolgirl.dch
+++ b/CoolGirl_rev2.x/schematics/coolgirl.dch
Binary files differ
diff --git a/schematics/coolgirl.png b/CoolGirl_rev2.x/schematics/coolgirl.png
index 0bc49e3..0bc49e3 100644
--- a/schematics/coolgirl.png
+++ b/CoolGirl_rev2.x/schematics/coolgirl.png
Binary files differ