├── LICENSE ├── README.md └── src ├── hdl ├── Manifest.py ├── ebaz4205_top.vhd └── system_wrapper.vhd └── xilinx ├── bd └── system.tcl └── xdc ├── bitstream.xdc ├── general.xdc └── pinout.xdc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/README.md -------------------------------------------------------------------------------- /src/hdl/Manifest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/hdl/Manifest.py -------------------------------------------------------------------------------- /src/hdl/ebaz4205_top.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/hdl/ebaz4205_top.vhd -------------------------------------------------------------------------------- /src/hdl/system_wrapper.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/hdl/system_wrapper.vhd -------------------------------------------------------------------------------- /src/xilinx/bd/system.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/xilinx/bd/system.tcl -------------------------------------------------------------------------------- /src/xilinx/xdc/bitstream.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/xilinx/xdc/bitstream.xdc -------------------------------------------------------------------------------- /src/xilinx/xdc/general.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/xilinx/xdc/general.xdc -------------------------------------------------------------------------------- /src/xilinx/xdc/pinout.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embed-me/ebaz4205_fpga/HEAD/src/xilinx/xdc/pinout.xdc --------------------------------------------------------------------------------