File: command_uart.qip

package info (click to toggle)
bladerf 0.2022.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 373,752 kB
  • sloc: ansic: 1,186,428; xml: 150,799; vhdl: 24,182; tcl: 15,408; python: 3,409; sh: 1,551; makefile: 1,255; asm: 158; csh: 18; cpp: 9
file content (5 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# When generating a system, Qsys will copy this file into its synthesis output
# directory. All paths below must be relative to that directory.
set nuand_ip_dir [file join $::quartus(qip_path) ../../../../../../fpga/ip/nuand]

set_global_assignment -name VHDL_FILE -hdl_version VHDL_2008 [file normalize [file join $nuand_ip_dir command_uart/vhdl/command_uart.vhd]]