new add rtl/readme
This commit is contained in:
parent
5fe83fc4e8
commit
a1e40696c4
|
@ -55,7 +55,7 @@ def generate_files(xls_path, sheet_name=None):
|
|||
print(f"Processing sheet: {sheet.name} with columns: {col_map}")
|
||||
# 创建输出目录
|
||||
# output_dir = f"output_{sheet.name}"
|
||||
output_dir = f"{sheet.name}_sram_wrap"
|
||||
output_dir = f"sram_wrap_{sheet.name}"
|
||||
os.makedirs(output_dir, exist_ok=True)
|
||||
|
||||
sram_port = ""
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
# This is for cfg_noc bridge debug.
|
Loading…
Reference in New Issue