Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build.py: use implicit get_fragment
  • Loading branch information
Sebastien Bourdeauducq committed Mar 12, 2013
1 parent a23df42 commit 1e7783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -58,7 +58,7 @@ def main():
"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()

0 comments on commit 1e7783a

Please sign in to comment.