Skip to content

Commit 8e4d511

Browse files
committed
add submodule for mojo-base-project
1 parent 228cbab commit 8e4d511

File tree

10 files changed

+388
-487
lines changed

10 files changed

+388
-487
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "kicad/M68K-BREAKOUT"]
22
path = kicad/M68K-BREAKOUT
33
url = ../M68K-BREAKOUT.git
4+
[submodule "hdl/mojo/ise/mojo-base-project"]
5+
path = hdl/mojo/ise/mojo-base-project
6+
url = https://github.com/embmicro/mojo-base-project

LICENSE.md

Lines changed: 373 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# m68k-fpga
1+
# m68k-fpga-bridge
22

33
Project to connect an MC68010P12 to an FPGA.
44

55
![Mojo](/assets/mojo.webp)
6+
7+
## License
8+
9+
Software and HDL: MPL 2.0
10+
PCB Design: CC-BY-SA 4.0

hdl/mojo/ise/freerun/freerun.xise

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="3"/>
2020
<association xil_pn:name="Implementation" xil_pn:seqID="7"/>
2121
</file>
22-
<file xil_pn:name="../shared/avr_interface.v" xil_pn:type="FILE_VERILOG">
22+
<file xil_pn:name="../mojo-base-project/src/avr_interface.v" xil_pn:type="FILE_VERILOG">
2323
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="3"/>
2424
<association xil_pn:name="Implementation" xil_pn:seqID="6"/>
2525
</file>
26-
<file xil_pn:name="../shared/cclk_detector.v" xil_pn:type="FILE_VERILOG">
26+
<file xil_pn:name="../mojo-base-project/src/cclk_detector.v" xil_pn:type="FILE_VERILOG">
2727
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="4"/>
2828
<association xil_pn:name="Implementation" xil_pn:seqID="4"/>
2929
</file>
3030
<file xil_pn:name="../shared/m68k_tester.ucf" xil_pn:type="FILE_UCF">
3131
<association xil_pn:name="Implementation" xil_pn:seqID="0"/>
3232
</file>
33-
<file xil_pn:name="../shared/serial_rx.v" xil_pn:type="FILE_VERILOG">
33+
<file xil_pn:name="../mojo-base-project/src/serial_rx.v" xil_pn:type="FILE_VERILOG">
3434
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="6"/>
3535
<association xil_pn:name="Implementation" xil_pn:seqID="3"/>
3636
</file>
37-
<file xil_pn:name="../shared/serial_tx.v" xil_pn:type="FILE_VERILOG">
37+
<file xil_pn:name="../mojo-base-project/src/serial_tx.v" xil_pn:type="FILE_VERILOG">
3838
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="7"/>
3939
<association xil_pn:name="Implementation" xil_pn:seqID="2"/>
4040
</file>
41-
<file xil_pn:name="../shared/spi_slave.v" xil_pn:type="FILE_VERILOG">
41+
<file xil_pn:name="../mojo-base-project/src/spi_slave.v" xil_pn:type="FILE_VERILOG">
4242
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="8"/>
4343
<association xil_pn:name="Implementation" xil_pn:seqID="1"/>
4444
</file>

hdl/mojo/ise/mojo-base-project

Submodule mojo-base-project added at 469b6ee

hdl/mojo/ise/shared/avr_interface.v

Lines changed: 0 additions & 158 deletions
This file was deleted.

hdl/mojo/ise/shared/cclk_detector.v

Lines changed: 0 additions & 41 deletions
This file was deleted.

hdl/mojo/ise/shared/serial_rx.v

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)