Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
sagaracharya
/
hdl_to_hx8k
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Small scripts to create a bitstream out of hdl code and flash on Olimex HX8K board.
2
Коммиты
1
Ветки
0
Релизы
Ветка:
master
Ветки
Метки
master
hdl_to_hx8k
HTTPS
SSH
ZIP
TAR.GZ
Sagar Acharya
4757055125
added necessary scripts
3 лет назад
on_pi
4757055125
added necessary scripts
3 лет назад
LICENSE
99c98d5f82
Initial commit
3 лет назад
README
4757055125
added necessary scripts
3 лет назад
bitgen.sh
4757055125
added necessary scripts
3 лет назад
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).