zynq-sandbox

old FPGA projects for ZYNQ
git clone http://frotz.net/git/zynq-sandbox.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2018-11-19 17:09update software versions (vivado 2014.3 -> 2018.2), small fixesBrian Swetland2+7-4
2014-12-17 01:11[bitfile] produce a headerless .bin file and compress bitfilesTravis Geiselbrecht1+2-1
2014-09-03 02:15simple io project on microzed 020Travis Geiselbrecht3+265-0
2014-11-17 10:41zybo-axi-test: experiments with hp axi portsBrian Swetland3+234-0
2014-11-17 10:41zynq wrappers exposing 1/4 high performance axi portsBrian Swetland2+1284-0
2014-11-17 10:38axi_hp_dma_reader/writer: 64bit high performance dma (first cut)Brian Swetland2+230-0
2014-11-17 10:38axi_ifc: reader/writer modportsBrian Swetland1+12-0
2014-11-14 17:13axi_registers_v2: fix build for rm.AWIDTH != 2Brian Swetland1+4-6
2014-11-14 07:23mkzynq: generate correct hp wrappersBrian Swetland1+6-0
2014-11-14 07:23axi_ifc: correct wstrb width for 64bit axiBrian Swetland1+2-1
2014-10-27 23:54fix a danging comma in parameter list, which 2014.3 hatesTravis Geiselbrecht1+2-2
2014-10-27 23:54bump vivado to 2014.3Travis Geiselbrecht1+2-2
2014-10-16 20:55mmcm_1in_3out: oops - fixup clkin period parameterBrian Swetland1+1-1
2014-10-05 09:49README: update some stuffBrian Swetland1+14-7
2014-10-02 01:05build: allow Makefile to specify build directory (relative) locationBrian Swetland3+5-3
2014-09-09 02:03adc: break the xadc code into a separate moduleTravis Geiselbrecht3+203-146
2014-09-03 02:15zybo-adc: add new adc test bed projectTravis Geiselbrecht3+342-0
2014-08-28 07:07sync_oneway: annotate so xilinx tools handle optimallyBrian Swetland1+8-1
2014-08-11 22:58pkt_bytes_to_words - integrate crc32 checkingBrian Swetland1+24-1
2014-08-11 21:49axi_registers_v2 - use reg_ifc instead of bare netsBrian Swetland1+180-0
2014-08-11 21:49mmcm - better names for bufgsBrian Swetland1+4-4
2014-08-08 00:16build: project-rtl elaborates and displays for vivado projectsBrian Swetland2+15-1
2014-08-06 16:29serdes_8to1: nonchained serdes ddrBrian Swetland1+52-0
2014-08-03 09:03eth-capture: fiddle with headerBrian Swetland1+15-11
2014-07-30 09:59reg_ifc and axi_to_reg_*: simple register interface and axi->reg bridgeBrian Swetland5+471-10
2014-07-30 08:32axi-registers: fix some issues verilator didn't care about but vivado didBrian Swetland1+2-2
2014-07-30 06:00axi-registers: add testcase, move to more conservative read cycleBrian Swetland3+250-12
2014-07-28 06:36zybo-eth-capture: pass traffic between phy0 and phy1, capture both streamsBrian Swetland3+167-19
2014-07-28 06:36zynq-ps-1m-2s: variant with two axi slave portsBrian Swetland1+641-0
2014-07-28 06:35eth-capture: honor BASE_ADDR parameterBrian Swetland1+1-1
2014-07-28 05:29axi-dma-writer: don't advance input unless *complete* wdata handshake occursBrian Swetland1+1-1
2014-07-28 05:20zybo-eth-capture: simple packet capture to axi test (not working yet)Brian Swetland4+170-8
2014-07-28 05:19axi-dma-writer: assign 0 to unused read signalsBrian Swetland1+9-1
2014-07-28 05:18axi-registers: don't register read value -- expect ifc user to do itBrian Swetland1+6-6
2014-07-28 04:24sync-oneway: be explicit about default 0 stateBrian Swetland1+1-1
2014-07-28 04:04zybo-eth: fix buildBrian Swetland1+1-0
2014-07-28 03:51eth-capture-test basic packet capture testbenchBrian Swetland3+187-0
2014-07-28 03:48eth-capture and friends: capture inbound frames to axiBrian Swetland3+520-0
2014-07-28 03:47eth-rmii-rx: start of packet strobeBrian Swetland1+8-1
2014-07-28 03:38axi-sram: handle axi3 lengths (4 vs 8bit) and single-count burstsBrian Swetland1+3-2
2014-07-27 07:49sync_oneway: add timescale directiveBrian Swetland1+2-0
2014-07-27 06:13eth-rmii-test: support xsim as well as verilatorBrian Swetland1+6-0
2014-07-26 22:59add project target for xilinx vivado xsimBrian Swetland1+70-0
2014-07-26 03:20fixup hdl for rmii_rx changesBrian Swetland2+9-10
2014-07-26 03:14eth-rmii-bridge: byte-wise bridge between eth rmii rx and txBrian Swetland1+81-0
2014-07-26 03:13eth-rmii-rx: provide out_{tx,txen} for pass-through modeBrian Swetland1+19-1
2014-07-22 14:54nexys4 ethernet hackery (work in progress)Brian Swetland3+1029-0
2014-07-22 14:51mdio: sample input at posedge mdcBrian Swetland1+6-6
2014-07-22 14:39ethernet mdio masterBrian Swetland2+219-0
2014-07-21 08:42ethernet stuffBrian Swetland6+147-50
2014-07-21 05:23simple_fifo: a simple single clock synchronous fifoBrian Swetland2+206-0
2014-07-21 02:30zybo-eth: adjust io configBrian Swetland1+6-1
2014-07-20 11:29zybo ethernet test -- infer blockramBrian Swetland1+57-17
2014-07-20 11:10zybo ethernet test projectBrian Swetland3+236-0
2014-07-20 11:04eth_rmii_*: newer copyright headerBrian Swetland2+26-28
2014-07-20 06:32ethernet building blocksBrian Swetland6+529-0
2014-07-19 08:09verilator prereqsBrian Swetland1+1-1
2014-07-18 00:49list all available targets by defaultBrian Swetland4+15-3
2014-07-18 00:44update readme about verilator build, etcBrian Swetland1+18-0
2014-07-09 01:08zybo-simple-io: super-simple test project wiring up LEDs/buttons/switches to AXIBrian Swetland3+140-0
2014-07-09 01:07axi_registers: properly assert RLAST on data read cycleBrian Swetland1+5-0
2014-07-04 18:44serdes_tx: fix drc complaints about macro configurationBrian Swetland1+2-2
2014-07-04 18:21zybo-hdmi-axi: add constraints for 100MHz fclk0Brian Swetland2+7-0
2014-07-04 18:05makefile: fix zynq part for zyboBrian Swetland1+2-2
2014-07-04 15:06remove obsolete scriptBrian Swetland1+0-27
2014-07-04 13:48zybo-hdmi-axi: overlay a cheesy 60x37 character display over the rgb888 framebufferBrian Swetland4+1114-2
2014-07-04 10:51zybo_hdmi_axi: implement a framebuffer at 0x10000000Brian Swetland3+710-14
2014-07-04 10:50axi_dma_reader: fetch data from axi in 16 word burstsBrian Swetland1+131-0
2014-07-04 10:49hdmi_core: expose vblank indicatorBrian Swetland2+6-2
2014-07-04 10:48xilinx_async_fifo: wrapper around native fifo blockBrian Swetland2+227-0
2014-07-04 09:01fix -review target variantBrian Swetland1+2-0
2014-07-04 06:07jtag_debug_port and jtag_axi_trace_portBrian Swetland2+268-0
2014-07-04 06:02axi_sram and axi_pattern_writer and a simple test for themBrian Swetland4+389-0
2014-07-04 06:00axi_ifc: size is 2bits for axi3, not 1Brian Swetland1+1-1
2014-07-04 05:33initial (non-ipi version)Brian Swetland21+2104-0