Skip to content
Snippets Groups Projects
Commit 0c2dd9db authored by Julian's avatar Julian
Browse files

render efb file

parent a14b2538
No related branches found
No related tags found
1 merge request!4Resolve "Allow creating an I2C address"
......@@ -143,6 +143,10 @@ def export(out_path: str) -> None:
out_generator = f"{Constants.APP_NAME} {Constants.APP_VERSION}"
out_timestamp = datetime.strftime(datetime.now(), "%Y/%m/%d %H:%M:%S")
exports = {
"efb.v": tpl_loader.render("efb.v.tpl",
generator=out_generator,
timestamp=out_timestamp,
address=bin(50)),
"devices_out.v": tpl_loader.render("devices_out.v.tpl",
generator=out_generator,
timestamp=out_timestamp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment