Initial Commit (steal code from https://github.com/jop-devel/jop)
[ipdf/vfpu.git] / src / test_bench / fpusim.bat
1 set REL= ..\
2
3 vlib work
4
5 vcom %REL%fpupack.vhd
6 vcom %REL%pre_norm_addsub.vhd
7 vcom %REL%addsub_28.vhd
8 vcom %REL%post_norm_addsub.vhd
9 vcom %REL%pre_norm_mul.vhd
10 vcom %REL%mul_24.vhd
11 vcom %REL%serial_mul.vhd
12 vcom %REL%post_norm_mul.vhd
13 vcom %REL%pre_norm_div.vhd
14 vcom %REL%serial_div.vhd
15 vcom %REL%post_norm_div.vhd
16 vcom %REL%pre_norm_sqrt.vhd
17 vcom %REL%sqrt.vhd
18 vcom %REL%post_norm_sqrt.vhd
19 vcom %REL%comppack.vhd
20 vcom %REL%fpu.vhd
21
22 vcom txt_util.vhd
23 vcom tb_fpu.vhd
24
25 pause Start simulation?
26
27 vsim -do fpu_wave.do tb_fpu
28
29

UCC git Repository :: git.ucc.asn.au