3
0
Fork 0
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:
treelin611 2026-05-19 14:30:31 +08:00
parent 56f4b976d5
commit 3c5ba1337e
7 changed files with 40 additions and 13945 deletions

View file

@ -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):