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

-Added script to delete ambiguous files references in QSYS QIP.

parent 8b7d292a
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
cat /tmp/input_file \
| grep -v 'altera_avalon_st_handshake_clock_crosser.v' \
| grep -v 'altera_reset_controller.v' \
| grep -v 'altera_merlin_traffic_limiter.sv' \
| grep -v 'altera_merlin_master_agent.sv' \
| 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment