README 377 B

12345678910111213
  1. Credits: Andreas Seltenreich
  2. [Tested on Raspberry Pi OS Lite]
  3. Bitgen generates a bitstream from verilog code.
  4. For using bitgen, write a verilog file with name, example.v(say) and pin config file example_pin.pcf
  5. Run "./bitgen.sh example example_pin"
  6. 'image' file generated is the one to be written on your olimex hx8k
  7. Troubleshoot:
  8. 1. Make bitgen.sh an executable (if not).