Skip to content
Snippets Groups Projects

Resolve "Allow creating an I2C address"

Merged Julian requested to merge 3-allow-creating-an-i2c-address into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -153,6 +153,7 @@ class MainWindow(BaseWindow):
@@ -153,6 +153,7 @@ class MainWindow(BaseWindow):
:param path: Path to output Verilog files to
:param path: Path to output Verilog files to
"""
"""
try:
try:
 
self.refresh()
Config.export(path)
Config.export(path)
Popup.info(title="Successfully exported",
Popup.info(title="Successfully exported",
message=f"Verilog code has been successfully written to {path}.")
message=f"Verilog code has been successfully written to {path}.")
Loading