Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

2 questions about xilinx edk and verilog

Status
Not open for further replies.

brainiac_rus

Newbie level 5
Joined
May 28, 2014
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
103
Hello!

First question is about using Xilinx EDK. I use it for implementing axi system with my cores. I don't understand next thing: if i design my core with axi interface and implement it to the axi system, than if i change this core - i think there are two ways - with or without changing inputs and outputs of the core - next i must import new version of my core?

Second question is about verilog language. I have about 3 variants of spi module with different CHPA and CPOL. I want to write one spi module and change CPHA and CPOL in parameters. What type of parameter must be CPOL and CPHA that synthesizer can correctly synthesize definitions such as:
if(...)
sclk <= CPOL;
...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top