Skip to content

Commit d8fe188

Browse files
committed
Move note about CPI/processor speeds in readmes (mostly to force github to know tip of master with CI)
1 parent 642d43d commit d8fe188

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ Other third party tools are adding lots of examples, etc. See the following rep
103103

104104
You can open a github ticket or join my Discord in the #ch32v003fun channel. Right now invites are private, so just ping me @cnlohr for an invite link. My PMs are open.
105105

106-
## General notes about the CH32V003.
107-
108-
CPI/Processor Speed:
109-
110-
Ignoring branches and load/stores, compressed instructions run at 1 CPI. Non-compressed instructions run at 1 CPI for the first 2 instructions, then further ones take 2 CPI regardless of how many more you have. Running from RAM and running from FLASH have slightly different performance characteristics depending on wait states that should be measured in-situation.
111-
112106
### Footnotes/links
113107

114108
* https://raw.githubusercontent.com/openwch/ch32v003/main/RISC-V%20QingKeV2%20Microprocessor%20Debug%20Manual.pdf Debugging Manual

misc/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ At 3.3v, it seems that for all speed configurations, the short drive current is
1010

1111
At 5v the peak current power application is 90-100mA for emitter and collector.
1212

13+
## General notes about the CH32V003.
14+
15+
CPI/Processor Speed:
16+
17+
Ignoring branches and load/stores, compressed instructions run at 1 CPI. Non-compressed instructions run at 1 CPI for the first 2 instructions, then further ones take 2 CPI regardless of how many more you have. Running from RAM and running from FLASH have slightly different performance characteristics depending on wait states that should be measured in-situation.
18+
1319
## Building libgcc.a from source.
1420

1521
1. Install prerequisites (for Debian-based systems; similar steps for other systems):

0 commit comments

Comments
 (0)