-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add PC alias for Concise signal in PlantUML documentation
The PlantUML documentation for the clock and binary signals now includes an alias for the Concise signal, which is represented as "PC". This improves clarity and consistency in the documentation. Refactor PuaCpu.v to fix initial program counter value
- Loading branch information
Showing
5 changed files
with
129 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[*] | ||
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI | ||
[*] Tue May 7 02:39:18 2024 | ||
[*] | ||
[dumpfile] "/home/clo91eaf/Project/Emulator/hemu/wave.vcd" | ||
[dumpfile_mtime] "Tue May 7 02:33:24 2024" | ||
[dumpfile_size] 41464 | ||
[savefile] "/home/clo91eaf/Project/Emulator/hemu/format.gtkw" | ||
[timestart] 0 | ||
[size] 1908 1047 | ||
[pos] -1 -1 | ||
*-2.571706 36 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 | ||
[treeopen] TOP. | ||
[treeopen] TOP.top. | ||
[treeopen] TOP.top.core. | ||
[treeopen] TOP.top.core.core. | ||
[sst_width] 214 | ||
[signals_width] 198 | ||
[sst_expanded] 1 | ||
[sst_vpaned_height] 309 | ||
@28 | ||
[color] 1 | ||
TOP.clock | ||
[color] 1 | ||
TOP.reset | ||
@22 | ||
[color] 3 | ||
TOP.top.core.core.FetchUnit.pc[63:0] | ||
@200 | ||
- | ||
@22 | ||
TOP.inst_sram_addr[31:0] | ||
@28 | ||
TOP.inst_sram_en | ||
@22 | ||
TOP.inst_sram_rdata[31:0] | ||
TOP.inst_sram_wdata[31:0] | ||
TOP.inst_sram_wen[3:0] | ||
[pattern_trace] 1 | ||
[pattern_trace] 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters