- improved

git-svn-id: http://moon:8086/svn/vhdl/trunk@1433 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 16:02:35 +00:00
parent 85c1156549
commit 0047d32755
2 changed files with 14 additions and 8 deletions
+2 -3
View File
@@ -12,7 +12,8 @@ WORK_LIB := work
# -------------------------------------------------
TARGET := tb_cordic_top
SRCS := ../../lib/fixed/fixed_util_pkg.vhd
SRCS := ../../lib/fixed_ja/fixed_ja.vhd
SRCS += ../../lib/fixed_ja/fixed_ja_body.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
@@ -24,8 +25,6 @@ SRCS += src/cordic_pkg.vhd \
src/cordic_top.vhd \
src/tb_cordic_top.vhd
# -------------------------------------------------
# Compile
ENTITY := tb_cordic_top