Skip to content
Snippets Groups Projects
Commit c05b8dad authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Changed to use the verilog files instead of the vhdl files

parent 894a2ea0
Branches
No related tags found
No related merge requests found
...@@ -32,6 +32,6 @@ ...@@ -32,6 +32,6 @@
set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_arria10_e1sg/complex_mult/generated/sim" set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_arria10_e1sg/complex_mult/generated/sim"
vmap altmult_complex_170 ./work/ vmap altmult_complex_170 ./work/
vlog "$IP_DIR/../altmult_complex_170/sim/ip_arria10_e1sg_complex_mult_altmult_complex_170_myrk3hi.v" -work altmult_complex_170
vcom "$IP_DIR/../altmult_complex_170/sim/ip_arria10_e1sg_complex_mult_altmult_complex_170_myrk3hi.vhd" -work altmult_complex_170 vlog "$IP_DIR/ip_arria10_e1sg_complex_mult.v"
vcom "$IP_DIR/ip_arria10_e1sg_complex_mult.vhd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment