new add rtl/readme

This commit is contained in:
leeyunlong 2025-06-23 09:47:23 +08:00
parent 5fe83fc4e8
commit a1e40696c4
2 changed files with 3 additions and 1 deletions

View File

@ -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 = ""

View File

@ -0,0 +1,2 @@
# This is for cfg_noc bridge debug.