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.

The CPLD initial is invalid?how to initial the input signal?

Status
Not open for further replies.

ZFDok

Junior Member level 2
Joined
Aug 30, 2005
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,512
My design is a shift register ,and the input signal is SCL and SDA , the output is the shift register , i am initial the register ,but in real circuit , the initial value is not my want? the follow is my design project,who can help me? modify the file and upload to me?
 

Re: The CPLD initial is invalid?how to initial the input sig

help me ! i need you help very much!
 

You uploaded an entire Synplify+ISE project, and gave very little explanation.
You need to better isolate the problem and ask clear specific questions.
Remember, we don't have your hardware, and many of us don't have your tools.
 

Re: The CPLD initial is invalid?how to initial the input sig

i am sorry .i already upload the project but don't see here today.
i used the ISE 6.2 and synplify8.1 pro, the CPLD is xcr3064xl,
if i don't assign the shift data to the control data ,the design is work good,
Code:
always @ (posedge wComplete)
begin
            rSelRxd = wCtrlData[2 : 0];
            rSelTxd = wCtrlData[5 : 3];   
            rSelRts = wCtrlData[8 : 6];
           rSelCts = wCtrlData[11 : 9];
 	 //   rSelDsr = wCtrlData[17 : 15];     
   	 	rSelDtr = wCtrlData[14 : 12];	 	
    //	rSelRi  = wCtrlData[20 : 18];
     //	rSelDcd = wCtrlData[23 : 21];
end

i dont know why this block execute while power on?i already initialize the wComplete to 0  in initial block.and the other block is the same.
i have another problem.	
when i constraint the MobRxd and MobTxd sign to 31 and 32 pin then the project cound not compile passed ,why? very thank for you help!
 

Re: The CPLD initial is invalid?how to initial the input sig

why do not i upload the file?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top