File: i2c.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 (9 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# When generating a system, Qsys will copy this file into its synthesis output
# directory. All paths below must be relative to that directory.
set oc_ip_dir [file join $::quartus(qip_path) ../../../../../../fpga/ip/opencores]

set_global_assignment -name VERILOG_FILE [file normalize [file join $oc_ip_dir i2c/rtl/verilog/i2c_master_top.v ]]
set_global_assignment -name VERILOG_FILE [file normalize [file join $oc_ip_dir i2c/rtl/verilog/timescale.v ]]
set_global_assignment -name VERILOG_FILE [file normalize [file join $oc_ip_dir i2c/rtl/verilog/i2c_master_defines.v ]]
set_global_assignment -name VERILOG_FILE [file normalize [file join $oc_ip_dir i2c/rtl/verilog/i2c_master_byte_ctrl.v ]]
set_global_assignment -name VERILOG_FILE [file normalize [file join $oc_ip_dir i2c/rtl/verilog/i2c_master_bit_ctrl.v ]]