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

Modify JTAG settings for different boards #35

Open
LeonardooAlves opened this issue Jun 28, 2021 · 0 comments
Open

Modify JTAG settings for different boards #35

LeonardooAlves opened this issue Jun 28, 2021 · 0 comments

Comments

@LeonardooAlves
Copy link

LeonardooAlves commented Jun 28, 2021

Hi, I hope you are well.

I am trying to deploy the Flute on a Zynq UltraScale+ ZCU102 board. I noticed on the Makefile that the JTAG is built based on the XCVU9P board. Hence, I modified the JtagTap.bsv to include my board specifications:

`elsif XILINX_XCZU9EG
typedef 12 IR_LENGTH;

`elsif XILINX_XCZU9EG
Bit#(IR_LENGTH) ir_dtmcs = 'b100100100010;    // USER3
                        // 'b100100000010;    USER1

Bit#(IR_LENGTH) ir_dmi = 'b100100000011; // USER 2
`endif

I am wondering if I need to do any other modification in order to correctly generate the Jtag Verilog files to be used with OpenOCD.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant