[Cryptech-Commits] [core/platform/alpha] branch master updated: Swap mkm_di and mkm_do
git at cryptech.is
git at cryptech.is
Tue May 24 22:03:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/platform/alpha.
The following commit(s) were added to refs/heads/master by this push:
new 8612358 Swap mkm_di and mkm_do
8612358 is described below
commit 8612358d239a835535cea198a18ec2ac2775f783
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue May 24 18:02:43 2016 -0400
Swap mkm_di and mkm_do
---
ucf/alpha_fmc.ucf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ucf/alpha_fmc.ucf b/ucf/alpha_fmc.ucf
index 39a2c31..5e71c64 100644
--- a/ucf/alpha_fmc.ucf
+++ b/ucf/alpha_fmc.ucf
@@ -138,8 +138,8 @@ NET "ct_noise" LOC = "W19" | IOSTANDARD = "LVCMOS33" ;
NET "mkm_sclk" LOC = "V3" | IOSTANDARD = "LVCMOS33" ;
NET "mkm_cs_n" LOC = "W2" | IOSTANDARD = "LVCMOS33" ;
-NET "mkm_do" LOC = "W1" | IOSTANDARD = "LVCMOS33" ;
-NET "mkm_di" LOC = "Y1" | IOSTANDARD = "LVCMOS33" ;
+NET "mkm_di" LOC = "W1" | IOSTANDARD = "LVCMOS33" ; # MKM_FPGA_MOSI
+NET "mkm_do" LOC = "Y1" | IOSTANDARD = "LVCMOS33" ; # MKM_FPGA_MISO
#-------------------------------------------------------------------------------
# FMC Input Timing
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list