Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bernardo Carvalho
atca-mimo-v2-adc
Commits
5c7432c4
Commit
5c7432c4
authored
Sep 29, 2020
by
Bernardo Carvalho
Browse files
4MBytes MAx DMA buffers, mcs working
parent
c61af4fc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
out/atcav2.bit
View file @
5c7432c4
No preview for this file type
out/atcav2.mcs
View file @
5c7432c4
This diff is collapsed.
Click to expand it.
scripts/program_spi.tcl
View file @
5c7432c4
#On TCL Console run
#open_hw
#connect_hw_server -url 10.136.253.55:3121
#
source 4/fpga-kc705-pcie/
program_bpi.tcl
#
vivado -mode batch -source
program_bpi.tcl
# Vivado
(
TM
)
v2018.3
(
64-bit
)
#
...
...
@@ -10,19 +10,21 @@
# Set the reference directory to where the script is
#set hw_dev 2
set prog_file atcav2
set mcs_file
"out/
${prog_file}
.mcs"
set mcs_file
"
../
out/
${prog_file}
.mcs"
set fpga_device xc7k325t_0
set cfgParts
"s25fl256sxxxxxx0-spi-x1_x2_x4"
open_hw
connect_hw_server -url localhost:3121
#connect_hw_server -url localhost:3121
connect_hw_server -url 193.136.136.109:3121
#refresh_hw_server
# Change to the programmer reference here
#current_hw_target
[
get_hw_targets */xilinx_tcf/Digilent/210203341302A
]
#current_hw_target
[
get_hw_targets */xilinx_tcf/Xilinx/000012681f5c01
]
current_hw_target
[
get_hw_targets */xilinx_tcf/Xilinx/000012929e2a01
]
#current_hw_target
[
get_hw_targets */xilinx_tcf/Xilinx/000012929e2a01
]
current_hw_target
[
get_hw_targets */xilinx_tcf/Xilinx/000012*
]
open_hw_target
current_hw_device
[
get_hw_devices $
{
fpga_device
}]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment