GitXplorerGitXplorer
g

clash-ground

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
d6e2e6da85dc4d1d683d88905b4fc1188064d24b

bitgen howto

gggreif committed 6 years ago
Unverified
d5d8122668ec8dbf4c5f3a29368cd63f13786763

spired???

committed 6 years ago
Unverified
2fc99c76f11c7d5318c0d2e4a0833468e521b05b

tweak

committed 7 years ago
Unverified
1421399e5ecc521554c7a0c479cbe1d864157300

BRAM organisation ramblings

gggreif committed 8 years ago
Unverified
564bc7cccafef337d6e5d0b98ce25f9b1a95d34a

add an example

gggreif committed 8 years ago
Unverified
bc1da85d814063190ef6c810ee4d59ea033974b9

tweak

gggreif committed 8 years ago

README

The README file for this repository.
  • How To build an SPI Flash image? *

rm boot.bif echo "the_ROM_image:" >> boot.bif echo "{" >> boot.bif echo "<pl_bitstream_name>.bit" >> boot.bif echo "}" >> boot.bif

cat boot.bif

/home/ggreif/.CADAPPL/.caddata/xilinx/SDK/bin/bootgen -image boot

  • How To convert a freestanding .bit to a .bit.bin? *

rm all.bif echo "all:" > all.bif echo "{" >> all.bif echo "v232/RS232.runs/impl_2/rs232_tx.bit" >> all.bif echo "}" >> all.bif

cat all.bif

NO! promgen -p bin -data_width 32 -b -u 0x0 <design_name>.bit

/home/ggreif/.CADAPPL/.caddata/xilinx/SDK/bin/bootgen -image all.bif -w -process_bitstream bin

  • How To mount the FAT partition when in Linux? * $ mkdir -p /media/card && mount -t msdos /dev/mmcblk0p1 /media/card

  • How To pump the FPGA from Linux? * $ cat /media/card/rs232_~1.bin > /dev/xdevcfg