6 Storing and Retrieving Logic Designs
The circuit drawings and Verilog content of your logic design can be saved to a file in JSON format.

Load and save functionality is accessed from the left panel in the main drawer-menu.
The entire content of a logic design can be stored to disk for later use by clicking the Save design button. When using the web version, this is a file download from the browser, and the file will be stored in the default download location for that browser. When using MCC, this file can be stored in a custom location.
To continue working with a previously saved logic design, the Load design button will open a file browser where the stored file can be selected and loaded.
The file extension is .clb
, and its content is a JSON string including
all content in the design.