blob: 08f268379b3837d615c1b6f5c1fb1d7e44347fc6 (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh
. ../../testenv.sh
synth --work=neorv32 -gfifo_depth=16 -gfifo_width=8 -gfifo_rsync=true -gfifo_safe=true neorv32_package.vhd neorv32_fifo.vhd -e > syn_neorv32_fifo.vhd
echo "Test successful"
|