projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23df42
)
build.py: use implicit get_fragment
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Tue, 12 Mar 2013 15:13:20 +0000
(16:13 +0100)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Tue, 12 Mar 2013 15:13:20 +0000
(16:13 +0100)
build.py
patch
|
blob
|
history
diff --git
a/build.py
b/build.py
index 81539374d95e2b632062acc9a716f7d542abe1ba..ef12567858ce5a427c8d6506cc1b31796034bacf 100755
(executable)
--- a/
build.py
+++ b/
build.py
@@
-58,7
+58,7
@@
NET "asfifo*/preset_empty*" TIG;
"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())
+ plat.build_cmdline(soc, clock_domains=soc.crg.get_clock_domains())
if __name__ == "__main__":
main()