Moved all tests in arch sub directory
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:06:12 +0000 (11:06 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:06:12 +0000 (11:06 +0200)
commitc2ec7ca7031e2e9c655723fcdb3ce3cb83cc74b1
tree79cce7951390a0068beeab26be5d310222059c51
parent3c41599ee1f62e4d77ba630fa1a245ef3fe236fa
Moved all tests in arch sub directory
301 files changed:
Makefile
tests/anlogic/.gitignore [deleted file]
tests/anlogic/add_sub.v [deleted file]
tests/anlogic/add_sub.ys [deleted file]
tests/anlogic/counter.v [deleted file]
tests/anlogic/counter.ys [deleted file]
tests/anlogic/dffs.v [deleted file]
tests/anlogic/dffs.ys [deleted file]
tests/anlogic/fsm.v [deleted file]
tests/anlogic/fsm.ys [deleted file]
tests/anlogic/latches.v [deleted file]
tests/anlogic/latches.ys [deleted file]
tests/anlogic/memory.v [deleted file]
tests/anlogic/memory.ys [deleted file]
tests/anlogic/mux.v [deleted file]
tests/anlogic/mux.ys [deleted file]
tests/anlogic/run-test.sh [deleted file]
tests/anlogic/shifter.v [deleted file]
tests/anlogic/shifter.ys [deleted file]
tests/anlogic/tribuf.v [deleted file]
tests/anlogic/tribuf.ys [deleted file]
tests/arch/anlogic/.gitignore [new file with mode: 0644]
tests/arch/anlogic/add_sub.v [new file with mode: 0644]
tests/arch/anlogic/add_sub.ys [new file with mode: 0644]
tests/arch/anlogic/counter.v [new file with mode: 0644]
tests/arch/anlogic/counter.ys [new file with mode: 0644]
tests/arch/anlogic/dffs.v [new file with mode: 0644]
tests/arch/anlogic/dffs.ys [new file with mode: 0644]
tests/arch/anlogic/fsm.v [new file with mode: 0644]
tests/arch/anlogic/fsm.ys [new file with mode: 0644]
tests/arch/anlogic/latches.v [new file with mode: 0644]
tests/arch/anlogic/latches.ys [new file with mode: 0644]
tests/arch/anlogic/memory.v [new file with mode: 0644]
tests/arch/anlogic/memory.ys [new file with mode: 0644]
tests/arch/anlogic/mux.v [new file with mode: 0644]
tests/arch/anlogic/mux.ys [new file with mode: 0644]
tests/arch/anlogic/run-test.sh [new file with mode: 0755]
tests/arch/anlogic/shifter.v [new file with mode: 0644]
tests/arch/anlogic/shifter.ys [new file with mode: 0644]
tests/arch/anlogic/tribuf.v [new file with mode: 0644]
tests/arch/anlogic/tribuf.ys [new file with mode: 0644]
tests/arch/ecp5/.gitignore [new file with mode: 0644]
tests/arch/ecp5/add_sub.v [new file with mode: 0644]
tests/arch/ecp5/add_sub.ys [new file with mode: 0644]
tests/arch/ecp5/adffs.v [new file with mode: 0644]
tests/arch/ecp5/adffs.ys [new file with mode: 0644]
tests/arch/ecp5/counter.v [new file with mode: 0644]
tests/arch/ecp5/counter.ys [new file with mode: 0644]
tests/arch/ecp5/dffs.v [new file with mode: 0644]
tests/arch/ecp5/dffs.ys [new file with mode: 0644]
tests/arch/ecp5/dpram.v [new file with mode: 0644]
tests/arch/ecp5/dpram.ys [new file with mode: 0644]
tests/arch/ecp5/fsm.v [new file with mode: 0644]
tests/arch/ecp5/fsm.ys [new file with mode: 0644]
tests/arch/ecp5/latches.v [new file with mode: 0644]
tests/arch/ecp5/latches.ys [new file with mode: 0644]
tests/arch/ecp5/logic.v [new file with mode: 0644]
tests/arch/ecp5/logic.ys [new file with mode: 0644]
tests/arch/ecp5/macc.v [new file with mode: 0644]
tests/arch/ecp5/macc.ys [new file with mode: 0644]
tests/arch/ecp5/memory.v [new file with mode: 0644]
tests/arch/ecp5/memory.ys [new file with mode: 0644]
tests/arch/ecp5/mul.v [new file with mode: 0644]
tests/arch/ecp5/mul.ys [new file with mode: 0644]
tests/arch/ecp5/mux.v [new file with mode: 0644]
tests/arch/ecp5/mux.ys [new file with mode: 0644]
tests/arch/ecp5/rom.v [new file with mode: 0644]
tests/arch/ecp5/rom.ys [new file with mode: 0644]
tests/arch/ecp5/run-test.sh [new file with mode: 0755]
tests/arch/ecp5/shifter.v [new file with mode: 0644]
tests/arch/ecp5/shifter.ys [new file with mode: 0644]
tests/arch/ecp5/tribuf.v [new file with mode: 0644]
tests/arch/ecp5/tribuf.ys [new file with mode: 0644]
tests/arch/efinix/.gitignore [new file with mode: 0644]
tests/arch/efinix/add_sub.v [new file with mode: 0644]
tests/arch/efinix/add_sub.ys [new file with mode: 0644]
tests/arch/efinix/adffs.v [new file with mode: 0644]
tests/arch/efinix/adffs.ys [new file with mode: 0644]
tests/arch/efinix/counter.v [new file with mode: 0644]
tests/arch/efinix/counter.ys [new file with mode: 0644]
tests/arch/efinix/dffs.v [new file with mode: 0644]
tests/arch/efinix/dffs.ys [new file with mode: 0644]
tests/arch/efinix/fsm.v [new file with mode: 0644]
tests/arch/efinix/fsm.ys [new file with mode: 0644]
tests/arch/efinix/latches.v [new file with mode: 0644]
tests/arch/efinix/latches.ys [new file with mode: 0644]
tests/arch/efinix/logic.v [new file with mode: 0644]
tests/arch/efinix/logic.ys [new file with mode: 0644]
tests/arch/efinix/memory.v [new file with mode: 0644]
tests/arch/efinix/memory.ys [new file with mode: 0644]
tests/arch/efinix/mux.v [new file with mode: 0644]
tests/arch/efinix/mux.ys [new file with mode: 0644]
tests/arch/efinix/run-test.sh [new file with mode: 0755]
tests/arch/efinix/shifter.v [new file with mode: 0644]
tests/arch/efinix/shifter.ys [new file with mode: 0644]
tests/arch/efinix/tribuf.v [new file with mode: 0644]
tests/arch/efinix/tribuf.ys [new file with mode: 0644]
tests/arch/ice40/.gitignore [new file with mode: 0644]
tests/arch/ice40/add_sub.v [new file with mode: 0644]
tests/arch/ice40/add_sub.ys [new file with mode: 0644]
tests/arch/ice40/adffs.v [new file with mode: 0644]
tests/arch/ice40/adffs.ys [new file with mode: 0644]
tests/arch/ice40/alu.v [new file with mode: 0644]
tests/arch/ice40/alu.ys [new file with mode: 0644]
tests/arch/ice40/counter.v [new file with mode: 0644]
tests/arch/ice40/counter.ys [new file with mode: 0644]
tests/arch/ice40/dffs.v [new file with mode: 0644]
tests/arch/ice40/dffs.ys [new file with mode: 0644]
tests/arch/ice40/div_mod.v [new file with mode: 0644]
tests/arch/ice40/div_mod.ys [new file with mode: 0644]
tests/arch/ice40/dpram.v [new file with mode: 0644]
tests/arch/ice40/dpram.ys [new file with mode: 0644]
tests/arch/ice40/fsm.v [new file with mode: 0644]
tests/arch/ice40/fsm.ys [new file with mode: 0644]
tests/arch/ice40/ice40_opt.ys [new file with mode: 0644]
tests/arch/ice40/latches.v [new file with mode: 0644]
tests/arch/ice40/latches.ys [new file with mode: 0644]
tests/arch/ice40/logic.v [new file with mode: 0644]
tests/arch/ice40/logic.ys [new file with mode: 0644]
tests/arch/ice40/macc.v [new file with mode: 0644]
tests/arch/ice40/macc.ys [new file with mode: 0644]
tests/arch/ice40/memory.v [new file with mode: 0644]
tests/arch/ice40/memory.ys [new file with mode: 0644]
tests/arch/ice40/mul.v [new file with mode: 0644]
tests/arch/ice40/mul.ys [new file with mode: 0644]
tests/arch/ice40/mux.v [new file with mode: 0644]
tests/arch/ice40/mux.ys [new file with mode: 0644]
tests/arch/ice40/rom.v [new file with mode: 0644]
tests/arch/ice40/rom.ys [new file with mode: 0644]
tests/arch/ice40/run-test.sh [new file with mode: 0755]
tests/arch/ice40/shifter.v [new file with mode: 0644]
tests/arch/ice40/shifter.ys [new file with mode: 0644]
tests/arch/ice40/tribuf.v [new file with mode: 0644]
tests/arch/ice40/tribuf.ys [new file with mode: 0644]
tests/arch/ice40/wrapcarry.ys [new file with mode: 0644]
tests/arch/xilinx/.gitignore [new file with mode: 0644]
tests/arch/xilinx/add_sub.v [new file with mode: 0644]
tests/arch/xilinx/add_sub.ys [new file with mode: 0644]
tests/arch/xilinx/adffs.v [new file with mode: 0644]
tests/arch/xilinx/adffs.ys [new file with mode: 0644]
tests/arch/xilinx/counter.v [new file with mode: 0644]
tests/arch/xilinx/counter.ys [new file with mode: 0644]
tests/arch/xilinx/dffs.v [new file with mode: 0644]
tests/arch/xilinx/dffs.ys [new file with mode: 0644]
tests/arch/xilinx/dsp_simd.ys [new file with mode: 0644]
tests/arch/xilinx/fsm.v [new file with mode: 0644]
tests/arch/xilinx/fsm.ys [new file with mode: 0644]
tests/arch/xilinx/latches.v [new file with mode: 0644]
tests/arch/xilinx/latches.ys [new file with mode: 0644]
tests/arch/xilinx/logic.v [new file with mode: 0644]
tests/arch/xilinx/logic.ys [new file with mode: 0644]
tests/arch/xilinx/macc.sh [new file with mode: 0644]
tests/arch/xilinx/macc.v [new file with mode: 0644]
tests/arch/xilinx/macc.ys [new file with mode: 0644]
tests/arch/xilinx/macc_tb.v [new file with mode: 0644]
tests/arch/xilinx/memory.v [new file with mode: 0644]
tests/arch/xilinx/memory.ys [new file with mode: 0644]
tests/arch/xilinx/mul.v [new file with mode: 0644]
tests/arch/xilinx/mul.ys [new file with mode: 0644]
tests/arch/xilinx/mul_unsigned.v [new file with mode: 0644]
tests/arch/xilinx/mul_unsigned.ys [new file with mode: 0644]
tests/arch/xilinx/mux.v [new file with mode: 0644]
tests/arch/xilinx/mux.ys [new file with mode: 0644]
tests/arch/xilinx/pmgen_xilinx_srl.ys [new file with mode: 0644]
tests/arch/xilinx/run-test.sh [new file with mode: 0755]
tests/arch/xilinx/shifter.v [new file with mode: 0644]
tests/arch/xilinx/shifter.ys [new file with mode: 0644]
tests/arch/xilinx/tribuf.v [new file with mode: 0644]
tests/arch/xilinx/tribuf.ys [new file with mode: 0644]
tests/arch/xilinx/xilinx_srl.v [new file with mode: 0644]
tests/arch/xilinx/xilinx_srl.ys [new file with mode: 0644]
tests/ecp5/.gitignore [deleted file]
tests/ecp5/add_sub.v [deleted file]
tests/ecp5/add_sub.ys [deleted file]
tests/ecp5/adffs.v [deleted file]
tests/ecp5/adffs.ys [deleted file]
tests/ecp5/counter.v [deleted file]
tests/ecp5/counter.ys [deleted file]
tests/ecp5/dffs.v [deleted file]
tests/ecp5/dffs.ys [deleted file]
tests/ecp5/dpram.v [deleted file]
tests/ecp5/dpram.ys [deleted file]
tests/ecp5/fsm.v [deleted file]
tests/ecp5/fsm.ys [deleted file]
tests/ecp5/latches.v [deleted file]
tests/ecp5/latches.ys [deleted file]
tests/ecp5/logic.v [deleted file]
tests/ecp5/logic.ys [deleted file]
tests/ecp5/macc.v [deleted file]
tests/ecp5/macc.ys [deleted file]
tests/ecp5/memory.v [deleted file]
tests/ecp5/memory.ys [deleted file]
tests/ecp5/mul.v [deleted file]
tests/ecp5/mul.ys [deleted file]
tests/ecp5/mux.v [deleted file]
tests/ecp5/mux.ys [deleted file]
tests/ecp5/rom.v [deleted file]
tests/ecp5/rom.ys [deleted file]
tests/ecp5/run-test.sh [deleted file]
tests/ecp5/shifter.v [deleted file]
tests/ecp5/shifter.ys [deleted file]
tests/ecp5/tribuf.v [deleted file]
tests/ecp5/tribuf.ys [deleted file]
tests/efinix/.gitignore [deleted file]
tests/efinix/add_sub.v [deleted file]
tests/efinix/add_sub.ys [deleted file]
tests/efinix/adffs.v [deleted file]
tests/efinix/adffs.ys [deleted file]
tests/efinix/counter.v [deleted file]
tests/efinix/counter.ys [deleted file]
tests/efinix/dffs.v [deleted file]
tests/efinix/dffs.ys [deleted file]
tests/efinix/fsm.v [deleted file]
tests/efinix/fsm.ys [deleted file]
tests/efinix/latches.v [deleted file]
tests/efinix/latches.ys [deleted file]
tests/efinix/logic.v [deleted file]
tests/efinix/logic.ys [deleted file]
tests/efinix/memory.v [deleted file]
tests/efinix/memory.ys [deleted file]
tests/efinix/mux.v [deleted file]
tests/efinix/mux.ys [deleted file]
tests/efinix/run-test.sh [deleted file]
tests/efinix/shifter.v [deleted file]
tests/efinix/shifter.ys [deleted file]
tests/efinix/tribuf.v [deleted file]
tests/efinix/tribuf.ys [deleted file]
tests/ice40/.gitignore [deleted file]
tests/ice40/add_sub.v [deleted file]
tests/ice40/add_sub.ys [deleted file]
tests/ice40/adffs.v [deleted file]
tests/ice40/adffs.ys [deleted file]
tests/ice40/alu.v [deleted file]
tests/ice40/alu.ys [deleted file]
tests/ice40/counter.v [deleted file]
tests/ice40/counter.ys [deleted file]
tests/ice40/dffs.v [deleted file]
tests/ice40/dffs.ys [deleted file]
tests/ice40/div_mod.v [deleted file]
tests/ice40/div_mod.ys [deleted file]
tests/ice40/dpram.v [deleted file]
tests/ice40/dpram.ys [deleted file]
tests/ice40/fsm.v [deleted file]
tests/ice40/fsm.ys [deleted file]
tests/ice40/ice40_opt.ys [deleted file]
tests/ice40/latches.v [deleted file]
tests/ice40/latches.ys [deleted file]
tests/ice40/logic.v [deleted file]
tests/ice40/logic.ys [deleted file]
tests/ice40/macc.v [deleted file]
tests/ice40/macc.ys [deleted file]
tests/ice40/memory.v [deleted file]
tests/ice40/memory.ys [deleted file]
tests/ice40/mul.v [deleted file]
tests/ice40/mul.ys [deleted file]
tests/ice40/mux.v [deleted file]
tests/ice40/mux.ys [deleted file]
tests/ice40/rom.v [deleted file]
tests/ice40/rom.ys [deleted file]
tests/ice40/run-test.sh [deleted file]
tests/ice40/shifter.v [deleted file]
tests/ice40/shifter.ys [deleted file]
tests/ice40/tribuf.v [deleted file]
tests/ice40/tribuf.ys [deleted file]
tests/ice40/wrapcarry.ys [deleted file]
tests/xilinx/.gitignore [deleted file]
tests/xilinx/add_sub.v [deleted file]
tests/xilinx/add_sub.ys [deleted file]
tests/xilinx/adffs.v [deleted file]
tests/xilinx/adffs.ys [deleted file]
tests/xilinx/counter.v [deleted file]
tests/xilinx/counter.ys [deleted file]
tests/xilinx/dffs.v [deleted file]
tests/xilinx/dffs.ys [deleted file]
tests/xilinx/dsp_simd.ys [deleted file]
tests/xilinx/fsm.v [deleted file]
tests/xilinx/fsm.ys [deleted file]
tests/xilinx/latches.v [deleted file]
tests/xilinx/latches.ys [deleted file]
tests/xilinx/logic.v [deleted file]
tests/xilinx/logic.ys [deleted file]
tests/xilinx/macc.sh [deleted file]
tests/xilinx/macc.v [deleted file]
tests/xilinx/macc.ys [deleted file]
tests/xilinx/macc_tb.v [deleted file]
tests/xilinx/memory.v [deleted file]
tests/xilinx/memory.ys [deleted file]
tests/xilinx/mul.v [deleted file]
tests/xilinx/mul.ys [deleted file]
tests/xilinx/mul_unsigned.v [deleted file]
tests/xilinx/mul_unsigned.ys [deleted file]
tests/xilinx/mux.v [deleted file]
tests/xilinx/mux.ys [deleted file]
tests/xilinx/pmgen_xilinx_srl.ys [deleted file]
tests/xilinx/run-test.sh [deleted file]
tests/xilinx/shifter.v [deleted file]
tests/xilinx/shifter.ys [deleted file]
tests/xilinx/tribuf.v [deleted file]
tests/xilinx/tribuf.ys [deleted file]
tests/xilinx/xilinx_srl.v [deleted file]
tests/xilinx/xilinx_srl.ys [deleted file]