Skip to content
Snippets Groups Projects
Commit 4f5d66b1 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed path.

parent d71218f0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cp ../../../../../build/quartus/apertif_unb1_correlator/qsys_apertif_unb1_correlator/synthesis/qsys_apertif_unb1_correlator.qip /tmp/input_file
cp ../../../../../build/unb1/quartus/apertif_unb1_correlator/qsys_apertif_unb1_correlator/synthesis/qsys_apertif_unb1_correlator.qip /tmp/input_file
cat /tmp/input_file \
| grep -v 'altera_avalon_st_handshake_clock_crosser.v' \
......@@ -10,7 +10,7 @@ cat /tmp/input_file \
| grep -v 'altera_avalon_sc_fifo.v' \
| grep -v 'altera_merlin_slave_agent.sv' \
| grep -v 'altera_merlin_slave_translator.sv' \
| grep -v 'altera_merlin_master_translator.sv' > ../../../../../build/quartus/apertif_unb1_correlator/qsys_apertif_unb1_correlator/synthesis/qsys_apertif_unb1_correlator.qip
| grep -v 'altera_merlin_master_translator.sv' > ../../../../../build/unb1/quartus/apertif_unb1_correlator/qsys_apertif_unb1_correlator/synthesis/qsys_apertif_unb1_correlator.qip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment