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.

Using D flip flop as Component

Status
Not open for further replies.

cruzer111

Newbie level 4
Joined
Mar 24, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,309
Hi, im new to vhdl. I want to implement the following attached diagram using two D flip-flops.
However, im unable to successfully synthesize the code. I've added the errors in the attached code file. Please mention where im going wrong.
 

Attachments

  • Copy of coder.PNG
    Copy of coder.PNG
    8.4 KB · Views: 113
  • UPLOAD.txt
    2.1 KB · Views: 56

Bunches of errors, which the error messages are pretty clear about.

1) You haven't declared signals a,b,c or d or clk
2) You didn't terminate your lines ("j<=not a"...) with a semicolon.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top