6i24-25 and 7i52S
22 Apr 2019 20:25 - 22 Apr 2019 20:26 #131545
by morph1
6i24-25 and 7i52S was created by morph1
hi guys, i would like to use the combination from the headline.
but i couldn't find any firmware that matches the pinout with stepgen outputs.
I've tried and failed building one from the sources. actually building worked after some tweaks, but after flashing the card had to be recovered.
can anybody help me out with a bitfile?
thanks in advance!
but i couldn't find any firmware that matches the pinout with stepgen outputs.
I've tried and failed building one from the sources. actually building worked after some tweaks, but after flashing the card had to be recovered.
can anybody help me out with a bitfile?
thanks in advance!
Last edit: 22 Apr 2019 20:26 by morph1.
Please Log in or Create an account to join the conversation.
22 Apr 2019 20:39 #131546
by PCW
Replied by PCW on topic 6i24-25 and 7i52S
What other I/O do you need or is a 7I52S on the first connector enough?
Please Log in or Create an account to join the conversation.
22 Apr 2019 20:43 #131547
by morph1
Replied by morph1 on topic 6i24-25 and 7i52S
One 7i52S is enough its a very simple setup and i'm actually only using 2 encoders and 2 stepgens
thank you!
thank you!
Please Log in or Create an account to join the conversation.
22 Apr 2019 20:58 #131548
by morph1
Replied by morph1 on topic 6i24-25 and 7i52S
i guess i found the reason why my homebrew built didn't work. i compiled it for the wrong type (-16)... i will try again tomorrow but if you can provide a working bitfile it will be appreciated very much!
Please Log in or Create an account to join the conversation.
22 Apr 2019 21:20 #131549
by PCW
Replied by PCW on topic 6i24-25 and 7i52S
Please Log in or Create an account to join the conversation.
22 Apr 2019 21:26 - 23 Apr 2019 21:05 #131552
by morph1
Replied by morph1 on topic 6i24-25 and 7i52S
thanks a lot! attached is my latest try. i will try both tomorrow at work!
using the sources from the git-master and Xilinx ISE 14.7.
using the sources from the git-master and Xilinx ISE 14.7.
Last edit: 23 Apr 2019 21:05 by morph1.
Please Log in or Create an account to join the conversation.
23 Apr 2019 21:05 #131693
by morph1
Replied by morph1 on topic 6i24-25 and 7i52S
just deleted my file, since it wasn't working. @pcw yours is working fine, thanks a lot
Please Log in or Create an account to join the conversation.
16 May 2019 18:26 #133992
by gaston48
Replied by gaston48 on topic 6i24-25 and 7i52S
Hello,
Some questions about the syntax for writing pin.vhd files:
are these two modes of writing the same?
IOPortTag & x"00" & QCountTag & QCountQAPin,
IOPortTag & x"00" & QCountTag & QCountQBPin,
IOPortTag & x"00" & QCountTag & QCountIDXPin,
and
IOPortTag & x"00" & QCountTag & x"01",
IOPortTag & x"00" & QCountTag & x"02",
IOPortTag & x"00" & QCountTag & x"03",
or
IOPortTag & x"00" & StepGenTag & StepGenDirPin,
IOPortTag & x"00" & StepGenTag & StepGenStepPin,
and
IOPortTag & x"00" & StepGenTag & x"81",
IOPortTag & x"00" & StepGenTag & x"82",
And another question about the number of clocks we assign
to a pair of PWM / DIR outputs or a pair of outputs stepgen / dir
because I find an anomaly in these 2 files ?
PIN_SVSTSS6_4_8_7I52S_72 (4x stepgen and 2x pwm)
PWMTag, x"00", ClockHighTag, x"06",
StepGenTag, x"02", ClockLowTag, x"04",
PIN_SVSTSS6_4_8__7I52S_72 (6x stepgen)
PWMTag, x"00", ClockHighTag, x"06",
thank you !
Some questions about the syntax for writing pin.vhd files:
are these two modes of writing the same?
IOPortTag & x"00" & QCountTag & QCountQAPin,
IOPortTag & x"00" & QCountTag & QCountQBPin,
IOPortTag & x"00" & QCountTag & QCountIDXPin,
and
IOPortTag & x"00" & QCountTag & x"01",
IOPortTag & x"00" & QCountTag & x"02",
IOPortTag & x"00" & QCountTag & x"03",
or
IOPortTag & x"00" & StepGenTag & StepGenDirPin,
IOPortTag & x"00" & StepGenTag & StepGenStepPin,
and
IOPortTag & x"00" & StepGenTag & x"81",
IOPortTag & x"00" & StepGenTag & x"82",
And another question about the number of clocks we assign
to a pair of PWM / DIR outputs or a pair of outputs stepgen / dir
because I find an anomaly in these 2 files ?
PIN_SVSTSS6_4_8_7I52S_72 (4x stepgen and 2x pwm)
PWMTag, x"00", ClockHighTag, x"06",
StepGenTag, x"02", ClockLowTag, x"04",
PIN_SVSTSS6_4_8__7I52S_72 (6x stepgen)
PWMTag, x"00", ClockHighTag, x"06",
thank you !
Please Log in or Create an account to join the conversation.
17 May 2019 00:47 #134021
by PCW
Replied by PCW on topic 6i24-25 and 7i52S
1. Yes, the numeric constants are the same as the text constants (look at IDROMConst.vhd)
2. The tag after the clock tag is the number of instances of the module
2. The tag after the clock tag is the number of instances of the module
The following user(s) said Thank You: gaston48
Please Log in or Create an account to join the conversation.
18 May 2019 14:36 #134186
by gaston48
Replied by gaston48 on topic 6i24-25 and 7i52S
Hello,
I am testing vhd file compilation (PIN_SVSS6_8_72) with ISE_14.7
I have 4 errors messages
with 5i24-25
which lines I still activate in TopPCIHostMot2.vhd please ?
ERROR:HDLCompiler:69 - "/home/ise/ise-projets/configs/hostmot2/source/hostmot2/TopPCIHostMot2.vhd"
Line 320: <std_logic_vector> is not declared.
Line 321: <std_logic_vector> is not declared.
Line 324: <std_logic_vector> is not declared.
Line 325: <std_logic_vector> is not declared.
Thank you
I am testing vhd file compilation (PIN_SVSS6_8_72) with ISE_14.7
I have 4 errors messages
with 5i24-25
which lines I still activate in TopPCIHostMot2.vhd please ?
ERROR:HDLCompiler:69 - "/home/ise/ise-projets/configs/hostmot2/source/hostmot2/TopPCIHostMot2.vhd"
Line 320: <std_logic_vector> is not declared.
Line 321: <std_logic_vector> is not declared.
Line 324: <std_logic_vector> is not declared.
Line 325: <std_logic_vector> is not declared.
Thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds