From 7492a7b094c37d59dc673c34a145e13107ac7329 Mon Sep 17 00:00:00 2001 From: Core_kingdom <2972880695@qq.com> Date: Wed, 6 Aug 2025 22:44:00 +0800 Subject: [PATCH] Finish top-module(axi_slave test_successful): 2025-08-06 22:44:00 --- .Makefile.swp | Bin 12288 -> 12288 bytes Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.Makefile.swp b/.Makefile.swp index f87e0c4de8cc576e61365be42e9b5f64703091a0..056155ee49cbfde4cde85f6b57d2e5cf8b3daa93 100644 GIT binary patch delta 52 zcmZojXh_(=qQJ_`$H0(0nNz`?uMEg40r7yik#Do205czxp5Ej{JvFAxyv^NurHlY3 Cbqjj{ delta 51 zcmZojXh_(=qQJ_?$H0&{nNz`?uLQ^{0`Y*jk#Do205jj@WIZ*O;*!*&&E0yXi~u8g B3;qBA diff --git a/Makefile b/Makefile index 1a3eeb6..3bccbb9 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ git: git status git add . git commit -m $(COMMIT_MSG) - git push origin master + git push origin main .PHONY: git help