9 lines
398 B
Markdown
9 lines
398 B
Markdown
# 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
|