Go to file
yunlongLi 21a79e6f3f add uart.v 2024-11-05 15:39:53 +08:00
common sync_multi_bits: finish handshake 2024-11-05 10:46:44 +08:00
course/hitArchi add sync_multi_bits 2024-11-01 17:24:43 +08:00
protocol add uart.v 2024-11-05 15:39:53 +08:00
LICENSE Initial commit 2024-10-30 19:22:46 +08:00
README.md solve merge confict 2024-10-31 20:39:04 +08:00

README.md

IC_FPGA_projects

This repository is used to introduce to some projects or modules bases on the mainly lanuage--verilog.

1 slove the every time git push need to input the username and password.

git config --global credential.helper store //then git push again,and next will not need to input the username and password.

2 Useful references

[1] https://github.com/sin-x/FPGA/tree/master