Delete additional "o" in "builder" object

Delete an additional "o" in "builder" object. It makes not possible to program the Basys 3 out-of-the-box.
This commit is contained in:
Jorge Castro-Godínez 2022-04-23 18:06:19 -06:00 committed by GitHub
parent 575d681891
commit adb0922e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def main():
if args.load:
prog = soc.platform.create_programmer()
prog.load_bitstream(obuilder.get_bitstream_filename(mode="sram"))
prog.load_bitstream(builder.get_bitstream_filename(mode="sram"))
if __name__ == "__main__":
main()