aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/fpga_mkm.v
AgeCommit message (Expand)Author
2019-04-09Adding inital tb for the SPI slave. Debugging the SPI slave and the FPGA_MKM.Joachim Strömbergson
2019-03-26(1) Changing key memory to be based on bytes. (2) Adding API commands ands st...Joachim Strömbergson
2019-03-26Completed first RTL for the SPI slave. Simplified the design to simply be two...Joachim Strömbergson
2019-03-10Adding bit counters for rx and tx. Since they will be updated the same we sho...Joachim Strömbergson
2019-02-12Starting to add control registers and control FSM needed for the key handling...Joachim Strömbergson
2019-02-12(1) Mapped all accessible IOs on the iCEstick and allocated ports on the PMOD...Joachim Strömbergson
2019-02-12(1) Fixed Makefile. Now we can build sim target, generate bitstream and also ...Joachim Strömbergson
2019-02-11Fixed Makefile to allow building of simulation executable, linting and FPGA b...Joachim Strömbergson