projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43343b1
)
build: support optional MMU
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 24 Feb 2013 15:28:59 +0000
(16:28 +0100)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 24 Feb 2013 15:28:59 +0000
(16:28 +0100)
build.py
patch
|
blob
|
history
diff --git
a/build.py
b/build.py
index 881d0ec533f9e9c23c90b1145be1be2fa0c70020..81539374d95e2b632062acc9a716f7d542abe1ba 100755
(executable)
--- a/
build.py
+++ b/
build.py
@@
-55,7
+55,7
@@
NET "asfifo*/preset_empty*" TIG;
"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")
+ "jtag_tap_spartan6.v"
, "lm32_itlb.v", "lm32_dtlb.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())