Add tests for Xilinx UG901 examples
authorSergeyDegtyar <sndegtyar@gmail.com>
Mon, 9 Sep 2019 05:33:26 +0000 (08:33 +0300)
committerMiodrag Milanovic <mmicko@gmail.com>
Thu, 17 Oct 2019 15:08:38 +0000 (17:08 +0200)
commit2ae7dec5300bb61a90842fefb1e846cd9f667a9e
tree08dc91d97768a9dc657a298d87b06e31576cb06c
parent0d037bf9d8d866239de15d72dc8c5acd7ab5e5cf
Add tests for Xilinx UG901 examples
89 files changed:
Makefile
tests/xilinx_ug901/asym_ram_sdp_read_wider.v [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_sdp_read_wider.ys [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_sdp_write_wider.v [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_sdp_write_wider.ys [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_tdp_read_first.v [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_tdp_read_first.ys [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_tdp_write_first.v [new file with mode: 0644]
tests/xilinx_ug901/asym_ram_tdp_write_first.ys [new file with mode: 0644]
tests/xilinx_ug901/black_box_1.v [new file with mode: 0644]
tests/xilinx_ug901/black_box_1.ys [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_ram_1b.v [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_ram_1b.ys [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_nc.v [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_nc.ys [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_readfirst2.v [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_readfirst2.ys [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_rf.v [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_rf.ys [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_wf.v [new file with mode: 0644]
tests/xilinx_ug901/bytewrite_tdp_ram_wf.ys [new file with mode: 0644]
tests/xilinx_ug901/cmacc.v [new file with mode: 0644]
tests/xilinx_ug901/cmacc.ys [new file with mode: 0644]
tests/xilinx_ug901/cmult.v [new file with mode: 0644]
tests/xilinx_ug901/cmult.ys [new file with mode: 0644]
tests/xilinx_ug901/dynamic_shift_registers_1.v [new file with mode: 0644]
tests/xilinx_ug901/dynamic_shift_registers_1.ys [new file with mode: 0644]
tests/xilinx_ug901/dynpreaddmultadd.v [new file with mode: 0644]
tests/xilinx_ug901/dynpreaddmultadd.ys [new file with mode: 0644]
tests/xilinx_ug901/fsm_1.v [new file with mode: 0644]
tests/xilinx_ug901/fsm_1.ys [new file with mode: 0644]
tests/xilinx_ug901/latches.v [new file with mode: 0644]
tests/xilinx_ug901/latches.ys [new file with mode: 0644]
tests/xilinx_ug901/macc.v [new file with mode: 0644]
tests/xilinx_ug901/macc.ys [new file with mode: 0644]
tests/xilinx_ug901/mult_unsigned.v [new file with mode: 0644]
tests/xilinx_ug901/mult_unsigned.ys [new file with mode: 0644]
tests/xilinx_ug901/presubmult.v [new file with mode: 0644]
tests/xilinx_ug901/presubmult.ys [new file with mode: 0644]
tests/xilinx_ug901/ram_simple_dual_one_clock.v [new file with mode: 0644]
tests/xilinx_ug901/ram_simple_dual_one_clock.ys [new file with mode: 0644]
tests/xilinx_ug901/ram_simple_dual_two_clocks.v [new file with mode: 0644]
tests/xilinx_ug901/ram_simple_dual_two_clocks.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_dist.v [new file with mode: 0644]
tests/xilinx_ug901/rams_dist.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_init_file.data [new file with mode: 0644]
tests/xilinx_ug901/rams_init_file.v [new file with mode: 0644]
tests/xilinx_ug901/rams_init_file.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_pipeline.v [new file with mode: 0644]
tests/xilinx_ug901/rams_pipeline.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_nc.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_nc.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rf.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rf.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rf_rst.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rf_rst.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rom.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rom.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rom_1.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_rom_1.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_wf.v [new file with mode: 0644]
tests/xilinx_ug901/rams_sp_wf.ys [new file with mode: 0644]
tests/xilinx_ug901/rams_tdp_rf_rf.v [new file with mode: 0644]
tests/xilinx_ug901/rams_tdp_rf_rf.ys [new file with mode: 0644]
tests/xilinx_ug901/registers_1.v [new file with mode: 0644]
tests/xilinx_ug901/registers_1.ys [new file with mode: 0644]
tests/xilinx_ug901/run-test.sh [new file with mode: 0755]
tests/xilinx_ug901/sfir_shifter.v [new file with mode: 0644]
tests/xilinx_ug901/sfir_shifter.ys [new file with mode: 0644]
tests/xilinx_ug901/shift_registers_0.v [new file with mode: 0644]
tests/xilinx_ug901/shift_registers_0.ys [new file with mode: 0644]
tests/xilinx_ug901/shift_registers_1.v [new file with mode: 0644]
tests/xilinx_ug901/shift_registers_1.ys [new file with mode: 0644]
tests/xilinx_ug901/squarediffmacc.v [new file with mode: 0644]
tests/xilinx_ug901/squarediffmacc.ys [new file with mode: 0644]
tests/xilinx_ug901/squarediffmult.v [new file with mode: 0644]
tests/xilinx_ug901/squarediffmult.ys [new file with mode: 0644]
tests/xilinx_ug901/top_mux.v [new file with mode: 0644]
tests/xilinx_ug901/top_mux.ys [new file with mode: 0644]
tests/xilinx_ug901/tristates_1.v [new file with mode: 0644]
tests/xilinx_ug901/tristates_1.ys [new file with mode: 0644]
tests/xilinx_ug901/tristates_2.v [new file with mode: 0644]
tests/xilinx_ug901/tristates_2.ys [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_no_change.v [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_no_change.ys [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_read_first.v [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_read_first.ys [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_write_first.v [new file with mode: 0644]
tests/xilinx_ug901/xilinx_ultraram_single_port_write_first.ys [new file with mode: 0644]