Using remotesyn and added NCO
This commit is contained in:
45
project.cfg
Normal file
45
project.cfg
Normal file
@@ -0,0 +1,45 @@
|
||||
[project]
|
||||
name = modem
|
||||
version = 0.1
|
||||
out_dir = out
|
||||
build_dir = build
|
||||
|
||||
[server]
|
||||
hostname = localhost
|
||||
port = 2020
|
||||
privkey = /home/joppe/.ssh/id_rsa
|
||||
pubkey = /home/joppe/.ssh/id_rsa.pub
|
||||
|
||||
[target.synth]
|
||||
toolchain = ISE
|
||||
# Toolchain settings
|
||||
family = spartan6
|
||||
device = xc6slx9
|
||||
package = tqg144
|
||||
speedgrade = -2
|
||||
toplevel = top_generic
|
||||
xst_opts = -vlgincdir rtl
|
||||
#ngdbuild_opts =
|
||||
#map_opts =
|
||||
#par_opts =
|
||||
#netgen_opts =
|
||||
#bitgen_opts =
|
||||
#trce_opts =
|
||||
# Files
|
||||
#files_vhdl =
|
||||
files_verilog = rtl/toplevel/top_generic.v
|
||||
rtl/core/nco_q15.v
|
||||
files_con = boards/mimas_v1/constraints.ucf
|
||||
files_other = rtl/core/nco_q15_funcs.vh
|
||||
|
||||
[target.sim]
|
||||
toolchain = iverilog
|
||||
runtime = all
|
||||
toplevel = tb_nco_q15
|
||||
ivl_opts = -Irtl
|
||||
#vvp_opts =
|
||||
# Files
|
||||
#files_sysverilog =
|
||||
files_verilog = sim/tb/tb_nco_q15.v
|
||||
rtl/core/nco_q15.v
|
||||
files_other = rtl/core/nco_q15_funcs.vh
|
||||
Reference in New Issue
Block a user