sim文件夹中只保留了makefile和filelist

This commit is contained in:
unknown 2024-10-08 11:43:02 +08:00 committed by futh0403
parent 87bc968a6e
commit d2a59b9ffc
2 changed files with 41 additions and 0 deletions

19
sim/Makefile Normal file
View File

@ -0,0 +1,19 @@
VCS = vcs -full64 -sverilog +lint=TFIPC-L +v2k -debug_access+all -q -timescale=1ns/1ps +nospecify -l compile.log
SIMV = ./simv -l sim.log
all:comp run
comp:
${VCS} -f files.f
run:
${SIMV}
dbg:
verdi -f files.f -top TB -nologo &
file:
find ../ -name "*.*v" > files.f
clean:
rm -rf DVE* simv* *log ucli.key verdiLog urgReport csrc novas.* *.fsdb *.dat *.daidir *.vdb *~

22
sim/files.f Normal file
View File

@ -0,0 +1,22 @@
../rtl/Tail/diff.v
../rtl/Tail/DW02_mult.v
../rtl/Tail/IIR_Filter.v
../rtl/Tail/lsdacif.v
../rtl/Tail/MeanIntp_8.v
../rtl/Tail/mult_C.v
../rtl/Tail/TailCorr_top.v
//../rtl/Tail/z_dsp.v
../rtl/Tail/sirv_gnrl_dffs.v
../rtl/Tail/sirv_gnrl_xchecker.v
../rtl/nco/coef_s.v
../rtl/nco/nco.v
../rtl/nco/coef_c.v
../rtl/nco/ph2amp.v
../rtl/nco/sin_op.v
../rtl/nco/p_nco.v
../rtl/nco/pipe_add_48bit.v
../rtl/nco/cos_op.v
../rtl/nco/pipe_acc_48bit.v
../rtl/nco/DW_mult_pipe.v
../tb/tb_mean8_top.v
../tb/clk_gen.v