合并bacon_dev分支的修改:1.协议基本运转;2.增加make debug_hlm

This commit is contained in:
2025-02-27 12:55:34 +08:00
parent b167d3affa
commit be7adef4aa
14 changed files with 1060 additions and 291 deletions

View File

@@ -238,10 +238,16 @@ sw:
python3 ./tb/sw/bin_to_hex.py
python3 ./tb/sw/bin_to_coe.py
$(TARGET)-size ./tb/sw/build/mstTest.elf
$(TARGET)-size ./tb/sw/build/slvTest.elf
fst:
gtkwave ./tb/build/wave.fst &
debug_hlm:
gtkwave -S ./tb/sw/src/view_signal.tcl ./tb/build/wave.fst 1>/dev/null 2>&1 &
VSimBack: