sifive / freedom

Source files for SiFive's Freedom platforms
Apache License 2.0
1.11k stars 286 forks source link

How to add PS2 on the board? #124

Open carlzhang4 opened 5 years ago

carlzhang4 commented 5 years ago

We successfully run the freedom project on our artix 7 board, but we want to do some modification in the chisel source code such as adding a PS2 module. However, we study the code for a couple of days and finally find it too difficult to add a PS2 module because there are only a little comments in the code and there is no document of freedom's architecture. So could you give us some documents about the freedom's architecture such as how data is transferred between bus and pins.