Skip to content

Commit

Permalink
lm32: use submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 24, 2013
1 parent 0caac22 commit 43343b1
Show file tree
Hide file tree
Showing 26 changed files with 165 additions and 9,453 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "verilog/lm32/submodule"]
path = verilog/lm32/submodule
url = git://github.com/milkymist/lm32.git
5 changes: 3 additions & 2 deletions build.py
Expand Up @@ -49,13 +49,14 @@ def main():
# add Verilog sources
for d in ["generic", "m1crg", "s6ddrphy", "minimac3"]:
plat.add_source_dir(os.path.join("verilog", d))
plat.add_sources(os.path.join("verilog", "lm32"),
plat.add_sources(os.path.join("verilog", "lm32", "submodule", "rtl"),
"lm32_cpu.v", "lm32_instruction_unit.v", "lm32_decoder.v",
"lm32_load_store_unit.v", "lm32_adder.v", "lm32_addsub.v", "lm32_logic_op.v",
"lm32_shifter.v", "lm32_multiplier_spartan6.v", "lm32_mc_arithmetic.v",
"lm32_shifter.v", "lm32_multiplier.v", "lm32_mc_arithmetic.v",
"lm32_interrupt.v", "lm32_ram.v", "lm32_dp_ram.v", "lm32_icache.v",
"lm32_dcache.v", "lm32_top.v", "lm32_debug.v", "lm32_jtag.v", "jtag_cores.v",
"jtag_tap_spartan6.v")
plat.add_sources(os.path.join("verilog", "lm32"), "lm32_config.v")

plat.build_cmdline(soc.get_fragment(), clock_domains=soc.crg.get_clock_domains())

Expand Down
86 changes: 0 additions & 86 deletions verilog/lm32/jtag_cores.v

This file was deleted.

60 changes: 0 additions & 60 deletions verilog/lm32/jtag_tap_spartan6.v

This file was deleted.

136 changes: 0 additions & 136 deletions verilog/lm32/lm32_adder.v

This file was deleted.

0 comments on commit 43343b1

Please sign in to comment.