Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
sagaracharya
/
hdl_to_hx8k
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Small scripts to create a bitstream out of hdl code and flash on Olimex HX8K board.
2
Commits
1
Branches
0
Publications
Branche:
master
Branches
Tags
master
hdl_to_hx8k
HTTPS
SSH
ZIP
TAR.GZ
Sagar Acharya
4757055125
added necessary scripts
il y a 3 ans
on_pi
4757055125
added necessary scripts
il y a 3 ans
LICENSE
99c98d5f82
Initial commit
il y a 3 ans
README
4757055125
added necessary scripts
il y a 3 ans
bitgen.sh
4757055125
added necessary scripts
il y a 3 ans
README
Credits: Andreas Seltenreich
[Tested on Raspberry Pi OS Lite]
Bitgen generates a bitstream from verilog code.
For using bitgen, write a verilog file with name, example.v(say) and pin config file example_pin.pcf
Run "./bitgen.sh example example_pin"
'image' file generated is the one to be written on your olimex hx8k
Troubleshoot:
1. Make bitgen.sh an executable (if not).