pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
878 stars 296 forks source link

Adding a security module #395

Open mo2men3la2 opened 1 year ago

mo2men3la2 commented 1 year ago

We have two inquiries.

Firstly, We have a security module called AEGIS (encryption, decryption and authentication security protocol). And it has the following signals:

,So we want to connect it to the APB bus (peripheral bus). We wonder what the best way to do it without changing a lot of RTL. AEGIS

Secondly, does the APB bus runs on the same clock as the AXI bus (core clock) or it runs on a slower clock and if it's true how does the APB get its slower clock?