Skip to content

Commit

Permalink
docs(readme): use create_design function instead of translate in mini…
Browse files Browse the repository at this point in the history
…mal example
  • Loading branch information
julianhoever committed Sep 13, 2023
1 parent 0aa4d72 commit b9351ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main() -> None:

# Save the VHDL code of the trained model
destination = OnDiskPath("build_dir")
design = model.translate("my_model")
design = model.create_design("my_model")
design.save_to(destination)


Expand Down

0 comments on commit b9351ca

Please sign in to comment.