Skip to content

Commit b854f1a

Browse files
author
Sebastien Bourdeauducq
committedFeb 24, 2013
build: support optional MMU
1 parent 43343b1 commit b854f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main():
5555
"lm32_shifter.v", "lm32_multiplier.v", "lm32_mc_arithmetic.v",
5656
"lm32_interrupt.v", "lm32_ram.v", "lm32_dp_ram.v", "lm32_icache.v",
5757
"lm32_dcache.v", "lm32_top.v", "lm32_debug.v", "lm32_jtag.v", "jtag_cores.v",
58-
"jtag_tap_spartan6.v")
58+
"jtag_tap_spartan6.v", "lm32_itlb.v", "lm32_dtlb.v")
5959
plat.add_sources(os.path.join("verilog", "lm32"), "lm32_config.v")
6060

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

0 commit comments

Comments
 (0)
Please sign in to comment.