Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Step/Direction signals on PandABrick encoders development branch #204

Closed
tomtrafford opened this issue Aug 29, 2024 · 0 comments · Fixed by #216
Closed

Connect Step/Direction signals on PandABrick encoders development branch #204

tomtrafford opened this issue Aug 29, 2024 · 0 comments · Fixed by #216

Comments

@tomtrafford
Copy link
Contributor

Currently in the PandABrick-encoders branch, the STEP and DIRECTION signals of the pmacenc block have been disabled. They need to be enable, to do this:

  • Un-comment their fields in pmacenc.block.ini (modules>>pmacenc). The autogen framework will automatically add them to the ctrl blocks.
  • Connect the signals from the pmacenc_ctrl block instatintaion in PandABrick_encoders_block.vhd (targets>>PandABrick>>hdl) to the PandABrick_encoders instantiation. And add them to the PandABrick_encoders port map (PandABrick_encoders.vhd).
  • The signals are on the bit bus so they need to be added in PandABrick_top.vhd (targets>>PandABrick>>hdl). This will need wiring through PandABrick_encoders_top.vhd.
  • These will need to replace the existing signals: step, dir within the PandABrick_encoders.vhd
@tomtrafford tomtrafford linked a pull request Oct 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant