Finish top-module(axi_slave array_ctrl apb_cfg): 2025-08-13 16:39:12

This commit is contained in:
Core_kingdom
2025-08-13 16:39:12 +08:00
parent c84096d1f9
commit de5211af62
69 changed files with 3355 additions and 1631 deletions

View File

@@ -1,12 +1,12 @@
PIC_LD=ld
ARCHIVE_OBJS=
ARCHIVE_OBJS += _25796_archive_1.so
_25796_archive_1.so : archive.0/_25796_archive_1.a
ARCHIVE_OBJS += _5573_archive_1.so
_5573_archive_1.so : archive.0/_5573_archive_1.a
@$(AR) -s $<
@$(PIC_LD) -shared -Bsymbolic -o .//../simv.daidir//_25796_archive_1.so --whole-archive $< --no-whole-archive
@$(PIC_LD) -shared -Bsymbolic -o .//../simv.daidir//_5573_archive_1.so --whole-archive $< --no-whole-archive
@rm -f $@
@ln -sf .//../simv.daidir//_25796_archive_1.so $@
@ln -sf .//../simv.daidir//_5573_archive_1.so $@