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.

Lets talk about pin multiplexing

Status
Not open for further replies.

user_asic

Advanced Member level 4
Joined
Nov 13, 2009
Messages
100
Helped
7
Reputation
14
Reaction score
2
Trophy points
1,298
Location
Canada
Activity points
1,836
Guys,

When doing multi-FPGA designs, there are times you (or the CAD tool) inadvertently adds a non multi-cycle net or combinational net through time division multiplexing (TDM) logic after partitioning. Adding such nets to TDM logic may lead to incorrect operation. What are some of the techniques you use to detect these mistakes?

uA
 

Are you looking for an automated check or will manual do?

A manual check is to open your synthesised design in the vendor's FPGA editor tool and drill down into the logic to see if it has been synthesised as you expect.

If you're looking for automated, I'd write a Perl script (or similar) to parse out the mapped netlist.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top