mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 14:36:10 +00:00
mod according to code comment
This commit is contained in:
parent
56f4b976d5
commit
3c5ba1337e
7 changed files with 40 additions and 13945 deletions
|
|
@ -16,7 +16,7 @@ error_codes = {"SUCCESS": 0, "ERROR": 1, "FILE_ERROR": 3}
|
|||
#####################################################################
|
||||
# Initialize logger
|
||||
#####################################################################
|
||||
logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.INFO)
|
||||
logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.ERROR)
|
||||
|
||||
|
||||
def generate_file_header(f0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue